Devstack plugin to perform Database migrations.
Small devstack plugin to ensure Database migration is performed during stacking. Change-Id: Ic4931a25248c63701ee3c4d3dcf3aca6ce5710e4
This commit is contained in:
parent
e88886c05c
commit
cf533d1c4b
3
devstack/plugin.sh
Normal file
3
devstack/plugin.sh
Normal file
@ -0,0 +1,3 @@
|
||||
if [[ "$1" == "stack" && "$2" == "install" ]]; then
|
||||
setup_develop $NEUTRON_CLASSIFIER_DIR
|
||||
fi
|
1
devstack/settings
Normal file
1
devstack/settings
Normal file
@ -0,0 +1 @@
|
||||
NEUTRON_CLASSIFIER_DIR=${NEUTRON_CLASSIFIER_DIR:-"$DEST/neutron-classifier"}
|
Loading…
Reference in New Issue
Block a user