Merge "Devstack plugin to perform Database migrations."

This commit is contained in:
Zuul
2018-01-31 17:44:30 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 0 deletions

3
devstack/plugin.sh Normal file
View File

@@ -0,0 +1,3 @@
if [[ "$1" == "stack" && "$2" == "install" ]]; then
setup_develop $NEUTRON_CLASSIFIER_DIR
fi

1
devstack/settings Normal file
View File

@@ -0,0 +1 @@
NEUTRON_CLASSIFIER_DIR=${NEUTRON_CLASSIFIER_DIR:-"$DEST/neutron-classifier"}