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 191841339b)
This commit is contained in:
Emilien Macchi 2018-08-23 12:52:56 -04:00 committed by Grzegorz Grasza
parent d9dcd8d516
commit 55c912f86b
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,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