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

Change-Id: I5502b2ed2eaf9105b73924856d4031fb99bc7b2c
This commit is contained in:
IWAMOTO Toshihiro 2016-11-18 16:04:11 +09:00
parent aac2e11480
commit f142ab2e3b
2 changed files with 8 additions and 1 deletions

View File

@ -58,7 +58,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
@ -72,6 +72,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