Merge "Set default value for IPv6 subnet attribute flag"

This commit is contained in:
Jenkins 2014-06-12 09:22:02 +00:00 committed by Gerrit Code Review
commit f46ac27999
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ TEMPEST_STORAGE_PROTOCOL=${TEMPEST_STORAGE_PROTOCOL:-iSCSI}
# Neutron/Network variables
IPV6_ENABLED=$(trueorfalse True $IPV6_ENABLED)
IPV6_SUBNET_ATTRIBUTES_ENABLED=$(trueorfalse True $IPV6_SUBNET_ATTRIBUTES_ENABLED)
# Functions
# ---------