Merge "Devstack plugin to perform Database migrations."
This commit is contained in:
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"}
|
||||
Reference in New Issue
Block a user