From e10ad8da85f1dc117d8df7a4c088b98d6335806d Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 28 May 2015 09:54:26 +0000 Subject: OpenStack: Add custom configuration for the components Add custom configuration for Keystone, Nova, Neutron, Cinder, Glance, Ironic, Swift, Ceilometer, Horizon and Tempest for Openstack Kilo release. Notes: - Horizon configuration has change in order to be less error prone and to be close to the default configuration, the following changes has been made to achive this purpose: - Install the openstack_dashboard django project in /var/lib/horizon avoiding: - to write in /usr/lib/python2.7/site-packages/static - to maintain a copy of local_settings.py - to create a symlink as workaround to make django.wsgi to work with the previous configuration. - Change the path of django.wsgi file - Remove the 'horizon/' suffix to access Horizon via URL. - Grant permissions to access to /var/lib/horizon/static Signed-off-by: Francisco Redondo Marchena Signed-off-by: Patrick Darley Signed-off-by: Tiago Gomes Change-Id: I1fda4f85eb334b1b5bfec54dfcd9780a6112ea3b --- .../usr/lib/systemd/system/openstack-neutron-l3-agent.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install-files/openstack/usr/lib') diff --git a/install-files/openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service b/install-files/openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service index 76efea5c..72cd1651 100644 --- a/install-files/openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service +++ b/install-files/openstack/usr/lib/systemd/system/openstack-neutron-l3-agent.service @@ -11,8 +11,7 @@ StandardOutput=null StandardError=null ExecStart=/usr/bin/neutron-l3-agent \ --config-file=/etc/neutron/neutron.conf \ - --config-file=/etc/neutron/l3_agent.ini \ - --config-file=/etc/neutron/fwaas_driver.ini + --config-file=/etc/neutron/l3_agent.ini [Install] WantedBy=multi-user.target -- cgit v1.2.1