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
This commit is contained in:
parent
b1d9e7e217
commit
191841339b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user