diff --git a/devstack/lib/ironic b/devstack/lib/ironic index 6b357a6cde..078fa3616d 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -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 }