From 3ee0d12db1a52d0a6abbb1eb31d778974208dac7 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Mon, 5 Oct 2015 14:00:14 +0800 Subject: [PATCH] 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 --- doc/install-guide/source/dashboard-install.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/install-guide/source/dashboard-install.rst b/doc/install-guide/source/dashboard-install.rst index 653b31aa68..7a1dc24a4d 100644 --- a/doc/install-guide/source/dashboard-install.rst +++ b/doc/install-guide/source/dashboard-install.rst @@ -80,17 +80,12 @@ To configure the dashboard :file:`/srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py` file and complete the following actions: -.. only:: rdo +.. only:: rdo or ubuntu or debian * Edit the :file:`/etc/openstack-dashboard/local_settings.py` 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 ``controller`` node::