Using OpenStack Dashboard to manage Neutron networks and routers
The OpenStack Dashboard has the ability to view, create, and edit Neutron networks, which makes managing complex software-defined networks much easier. Certain functions, such as creating shared networks and provider routers, require a user to be logged in to the OpenStack Dashboard as a user with admin privileges, but any user can create private networks. To help with managing complex software-defined networks, the OpenStack Dashboard provides means to graphically view and update the network topography.
Getting ready
Load a web browser, point it to our OpenStack Dashboard address at http://192.168.100.117/
, and log in as a user in the default
domain, such as the developer
user, created in the Common OpenStack identity tasks recipe in Chapter 2, The OpenStack Client, with the cookbook4
password. The URL for our dashboard is same as the public load balancer IP as discussed in Chapter 1, Installing OpenStack with Ansible. If you...