Merge "Added comment how to get list of network extensions in tempest.conf"

This commit is contained in:
Jenkins 2015-06-26 07:34:09 +00:00 committed by Gerrit Code Review
commit a96c9c2368
2 changed files with 6 additions and 4 deletions

View File

@ -801,7 +801,8 @@
# A list of enabled network extensions with a special entry all which # A list of enabled network extensions with a special entry all which
# indicates every extension is enabled. Empty list indicates all # indicates every extension is enabled. Empty list indicates all
# extensions are disabled (list value) # extensions are disabled. To get the list of extensions run: 'neutron
# ext-list' (list value)
#api_extensions = all #api_extensions = all
# Allow the execution of IPv6 subnet tests that use the extended IPv6 # Allow the execution of IPv6 subnet tests that use the extended IPv6

View File

@ -520,9 +520,10 @@ NetworkFeaturesGroup = [
help="Allow the execution of IPv6 tests"), help="Allow the execution of IPv6 tests"),
cfg.ListOpt('api_extensions', cfg.ListOpt('api_extensions',
default=['all'], default=['all'],
help='A list of enabled network extensions with a special ' help="A list of enabled network extensions with a special "
'entry all which indicates every extension is enabled. ' "entry all which indicates every extension is enabled. "
'Empty list indicates all extensions are disabled'), "Empty list indicates all extensions are disabled. "
"To get the list of extensions run: 'neutron ext-list'"),
cfg.BoolOpt('ipv6_subnet_attributes', cfg.BoolOpt('ipv6_subnet_attributes',
default=False, default=False,
help="Allow the execution of IPv6 subnet tests that use " help="Allow the execution of IPv6 subnet tests that use "