Merge "[install-guide] Debian RST migration for horizon"

This commit is contained in:
Jenkins 2015-08-19 14:19:51 +00:00 committed by Gerrit Code Review
commit 1018c758c4
2 changed files with 20 additions and 6 deletions

View File

@ -40,6 +40,20 @@ To install the dashboard components
# apt-get install openstack-dashboard
.. only:: debian
* Install the packages::
# apt-get install openstack-dashboard-apache
* Respond to prompts for web server configuration.
.. note::
The automatic configuration process generates a self-signed
SSL certificate. Consider obtaining an official certificate
for production environments.
.. only:: ubuntu
.. note::
@ -72,7 +86,7 @@ To configure the dashboard
:file:`/etc/openstack-dashboard/local_settings.py`
file and complete the following actions:
.. only:: ubuntu
.. only:: ubuntu or debian
* Edit the :file:`/etc/openstack-dashboard/local_settings`
file and complete the following actions:

View File

@ -4,19 +4,19 @@ Verify operation
This section describes how to verify operation of the dashboard.
.. only:: obs
.. only:: obs or debian
Access the dashboard using a web browser:
``http://controller``.
Access the dashboard using a web browser at
``http://controller/``.
.. only:: rdo
Access the dashboard using a web browser:
Access the dashboard using a web browser at
``http://controller/dashboard``.
.. only:: ubuntu
Access the dashboard using a web browser:
Access the dashboard using a web browser at
``http://controller/horizon``.
Authenticate using ``admin`` or ``demo`` user credentials.