Merge "[install-guide] Debian RST migration for horizon"
This commit is contained in:
commit
1018c758c4
@ -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:
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user