Fix the help text for server-group-create

Replace `` with " in the help text of the server-group-create command
for consistency with other help text.

TrivialFix
Change-Id: Iaeb00b11a723e16a295c6692f6f38e91bc9490f7
This commit is contained in:
Takashi NATSUME 2018-07-23 13:04:07 +09:00
parent 3398e14b8f
commit f1005ce76b
1 changed files with 2 additions and 2 deletions

View File

@ -4594,8 +4594,8 @@ def do_server_group_create(cs, args):
action='append',
default=[],
help=_('A rule for the policy. Currently, only the '
'``max_server_per_host`` rule is supported for the '
'``anti-affinity`` policy.'))
'"max_server_per_host" rule is supported for the '
'"anti-affinity" policy.'))
def do_server_group_create(cs, args):
"""Create a new server group with the specified details."""
rules = _meta_parsing(args.rules)