Remove hooks for dsvm-scenario-linuxbridge

This job is used only in stable/ocata branch so there is no need to
keep those hooks in master branch anymore.

Change-Id: I65f712934314122da0bb2f14d1e3fe9cbd5dd759
This commit is contained in:
Slawek Kaplonski 2019-01-07 13:14:29 +01:00
parent 284afcf24f
commit 0081aaa380
3 changed files with 4 additions and 30 deletions

View File

@ -91,7 +91,7 @@ case $VENV in
load_rc_hook dstat
;;
"api"|"api-pecan"|"full-pecan"|"dsvm-scenario-ovs"|"dsvm-scenario-linuxbridge")
"api"|"api-pecan"|"full-pecan"|"dsvm-scenario-ovs")
# TODO(ihrachys) consider feeding result of ext-list into tempest.conf
load_rc_hook api_all_extensions
if [ "${FLAVOR}" = "dvrskip" ]; then
@ -106,25 +106,15 @@ case $VENV in
load_conf_hook vlan_provider
load_conf_hook osprofiler
load_conf_hook availability_zone
load_conf_hook tunnel_types
load_rc_hook log # bug 1743463
load_conf_hook openvswitch_type_drivers
if [[ "$VENV" =~ "dsvm-scenario" ]]; then
load_rc_hook ubuntu_image
fi
if [[ "$VENV" =~ "dsvm-scenario-linuxbridge" ]]; then
load_conf_hook iptables_verify
fi
if [[ "$VENV" =~ "pecan" ]]; then
load_conf_hook pecan
fi
if [[ "$VENV" != "dsvm-scenario-linuxbridge" ]]; then
load_conf_hook tunnel_types
load_rc_hook log # bug 1743463
fi
if [[ "$VENV" =~ "dsvm-scenario-linuxbridge" ]]; then
# linuxbridge doesn't support gre
load_conf_hook linuxbridge_type_drivers
else
load_conf_hook openvswitch_type_drivers
fi
if [[ "$FLAVOR" = "dvrskip" ]]; then
load_conf_hook disable_dvr
fi

View File

@ -1,4 +0,0 @@
[[post-config|/etc/neutron/neutron.conf]]
[AGENT]
debug_iptables_rules=True

View File

@ -1,12 +0,0 @@
[[test-config|$TEMPEST_CONFIG]]
[neutron_plugin_options]
available_type_drivers=flat,vlan,local,vxlan
[[post-config|/$NEUTRON_CORE_PLUGIN_CONF]]
[ml2]
type_drivers=flat,vlan,local,vxlan
[ml2_type_vxlan]
vni_ranges = 1:2000