From d1b90da077bc0bd6e1d4ebde0a817d479cebfd23 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 23 Aug 2018 12:52:56 -0400 Subject: [PATCH] neutron-api: remove /usr/share/neutron mount We don't need to mount /usr/share/neutron, the directory is provided in openstack-neutron rpm, so we don't need to manage this directory. It should be in all neutron containers, including the neutron_db_sync. Change-Id: I6f71ce62b1c5f3de175d7a50ee7229d3047a379a (cherry picked from commit 191841339bf67b73172250bfcf7d4eed4ffa809b) --- docker/services/neutron-api.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/services/neutron-api.yaml b/docker/services/neutron-api.yaml index ed7c9c8d3c..a5546826ed 100644 --- a/docker/services/neutron-api.yaml +++ b/docker/services/neutron-api.yaml @@ -141,7 +141,6 @@ outputs: - - /var/lib/config-data/neutron/etc/my.cnf.d/tripleo.cnf:/etc/my.cnf.d/tripleo.cnf:ro - /var/lib/config-data/neutron/etc/neutron:/etc/neutron:ro - - /var/lib/config-data/neutron/usr/share/neutron:/usr/share/neutron:ro command: ['/usr/bin/bootstrap_host_exec', 'neutron_api', 'neutron-db-manage', 'upgrade', 'heads'] # FIXME: we should make config file permissions right # and run as neutron user