Clean up vpnaas remained

since neutron-vpnaas-agent has been moved into neutron-l3-agent
the extend_start.sh[1] is unneeded, it should be removed

[1]: https://review.openstack.org/#/c/530208/
Closes-Bug: #1753617

Depends-On: I47cd8ba5a14da3c76d5b1eb0b4c0cf0c729eb2ff

Change-Id: If8159edcb6e3c37cc05bc7575ba81a17e0b113ad
This commit is contained in:
caoyuan 2017-10-31 22:26:47 +08:00
parent 3f6a2c889d
commit 433e28413a
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/bin/bash
# Bootstrap and exit if KOLLA_BOOTSTRAP variable is set. This catches all cases
# of the KOLLA_BOOTSTRAP variable being set, including empty.
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
neutron-db-manage --subproject neutron-vpnaas --config-file /etc/neutron/neutron.conf upgrade head
exit 0
fi