openstack-manuals/doc/install-guide/source/dashboard-next-step.rst
Matthew Kassawara 374a38f49a [install] Initial networking architecture changes
Implement initial networking architecture changes for Liberty
as follows:

1) Remove nova-network.
2) Develop architecture for provider networks with Linux
   bridge agent.
3) Develop architecture for self-service networks with
   Linux bridge agent.
4) Munge the neutron controller and network node configuration
   together.
5) Rejigger neutron to use the Linux bridge agent.
6) Restructure launch an instance content to account for
   two networking options.
7) Other restructuring as necessary to meet the primary
   goal.

For simplicity, both architectures require only two nodes,
each with two network interfaces, to deploy core OpenStack
services. Also, to address recurring issues about the lack
of support for connecting instances directly to the
public/external network, the self-service architecture
augments the provider networks architecture which allows
connection to both private and public networks.

Change-Id: Ie3ab9a15ebfe82c0ce54f709c87a66d7cc46db3f
Implements: blueprint installguide-liberty
2015-09-22 10:59:55 -05:00

1.1 KiB

Next steps

Your OpenStack environment now includes the dashboard. You can launch-instance or add more services to your environment.

After you install and configure the dashboard, you can complete the following tasks:

  • Provide users with a public IP address, a username, and a password so they can access the dashboard through a web browser. In case of any SSL certificate connection problems, point the server IP address to a domain name, and give users access.

  • Customize your dashboard. See section Customize the dashboard.

  • Set up session storage. See Set up session storage for the dashboard.

  • To use the VNC client with the dashboard, the browser must support HTML5 Canvas and HTML5 WebSockets.

    For details about browsers that support noVNC, see README and browser support.