Install Horizon ubuntu local_settings.py fix

Like other distributions, ubuntu/debian now uses local_settings.py
to configure horizon rather than local_settings (without the file
extension). This patch merges in the steps with rdo, since they are
now identical.

Change-Id: I3fdf87812330869f73bf7b5016ec93f8d6831696
Implements: blueprint installguide-liberty
This commit is contained in:
Tom Fifield 2015-10-05 14:00:14 +08:00
parent ec25954df1
commit 3ee0d12db1

View File

@ -80,17 +80,12 @@ To configure the dashboard
:file:`/srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py` :file:`/srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py`
file and complete the following actions: file and complete the following actions:
.. only:: rdo .. only:: rdo or ubuntu or debian
* Edit the * Edit the
:file:`/etc/openstack-dashboard/local_settings.py` :file:`/etc/openstack-dashboard/local_settings.py`
file and complete the following actions: file and complete the following actions:
.. only:: ubuntu or debian
* Edit the :file:`/etc/openstack-dashboard/local_settings`
file and complete the following actions:
* Configure the dashboard to use OpenStack services on the * Configure the dashboard to use OpenStack services on the
``controller`` node:: ``controller`` node::