conf: fix formatting in availability_zone

* Removed leading space before asterisks in listings
  which causes list to be wrapped in blockquote tag [0]

[0] http://docs.openstack.org/newton/config-reference/compute/config-options.html

Change-Id: Ide768ff47dffa116d38e21d2c9280f93c20e8aa1
Implements: blueprint centralize-config-options-ocata
This commit is contained in:
Maciej Szankin 2016-11-10 13:44:54 -06:00
parent 949b74238a
commit 971047bbea
1 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,8 @@ their own internal availability_zone.
Possible values:
* Any string representing an availability zone name
* 'internal' is the default value
* Any string representing an availability zone name
* 'internal' is the default value
"""),
cfg.StrOpt('default_availability_zone',
@ -42,8 +42,8 @@ the default availability zone 'nova' is used.
Possible values:
* Any string representing an availability zone name
* 'nova' is the default value
* Any string representing an availability zone name
* 'nova' is the default value
""")
]