Merge "gate_hook: Add support for neutron-full with the ovs firewall"

This commit is contained in:
Jenkins 2017-01-10 06:10:08 +00:00 committed by Gerrit Code Review
commit 8960ea7c45
2 changed files with 8 additions and 1 deletions

View File

@ -71,7 +71,7 @@ case $VENV in
sudo chown -R $STACK_USER:$STACK_USER $BASE
;;
"api"|"api-pecan"|"full-pecan"|"dsvm-scenario")
"api"|"api-pecan"|"full-ovsfw"|"full-pecan"|"dsvm-scenario")
load_rc_hook api_extensions
load_conf_hook quotas
load_rc_hook dns
@ -85,6 +85,9 @@ case $VENV in
if [[ "$VENV" =~ "pecan" ]]; then
load_conf_hook pecan
fi
if [[ "$VENV" =~ "ovsfw" ]]; then
load_conf_hook ovsfw
fi
$BASE/new/devstack-gate/devstack-vm-gate.sh
;;

View File

@ -0,0 +1,4 @@
[[post-config|/$Q_PLUGIN_CONF_FILE]]
[securitygroup]
firewall_driver = openvswitch