Merge "Config option update tasks for availability_zone"

This commit is contained in:
Jenkins 2016-07-20 21:14:07 +00:00 committed by Gerrit Code Review
commit e036d40e53
1 changed files with 0 additions and 17 deletions

View File

@ -1,5 +1,3 @@
# needs:fix_opt_description
# needs:check_deprecation_status
# needs:check_opt_group_and_type
# needs:fix_opt_description_indentation
# needs:fix_opt_registration_consistency
@ -37,13 +35,6 @@ Possible values:
* Any string representing an availability zone name
* 'internal' is the default value
Services that use this:
* ``nova-api``
Related options:
* None
"""),
cfg.StrOpt('default_availability_zone',
default='nova',
@ -59,14 +50,6 @@ Possible values:
* Any string representing an availability zone name
* 'nova' is the default value
Services that use this:
* ``nova-api``
* ``nova-scheduler``
Related options:
* None
""")
]