Turn off tempest's multitenant network tests

This disables the multitenant networking tests that come from tempest's
tree, but not the ones in ironic's tempest plugin.

Change-Id: I62cc4ae3e9fe7dc63ec4373535fe6ae07084a381
This commit is contained in:
Jim Rollenhagen 2016-11-15 09:37:02 -05:00
parent a28701fe6b
commit 0da98dee34

View File

@ -1623,6 +1623,10 @@ function ironic_configure_tempest {
iniset $TEMPEST_CONFIG compute image_ref_alt $image_uuid
iniset $TEMPEST_CONFIG auth create_isolated_networks False
# NOTE(jroll) this disables multitenant network tests from tempest's
# tree, but not from our tree. This is a bit inconsistent, we should
# fix it.
iniset $TEMPEST_CONFIG network shared_physical_network True
iniset $TEMPEST_CONFIG network-feature-enabled port_admin_state_change False
}