Merge "Put tempest ipv6 option in the correct group"

This commit is contained in:
Jenkins
2014-03-08 15:26:35 +00:00
committed by Gerrit Code Review

View File

@@ -304,7 +304,7 @@ function configure_tempest {
iniset $TEMPEST_CONFIG network public_network_id "$public_network_id"
iniset $TEMPEST_CONFIG network public_router_id "$public_router_id"
iniset $TEMPEST_CONFIG network default_network "$FIXED_RANGE"
iniset $TEMPEST_CONFIG network ipv6_enabled "$IPV6_ENABLED"
iniset $TEMPEST_CONFIG network-feature-enabled ipv6 "$IPV6_ENABLED"
# boto
iniset $TEMPEST_CONFIG boto ec2_url "http://$SERVICE_HOST:8773/services/Cloud"