Merge "compute: Remove references to optional extensions"

This commit is contained in:
Zuul 2021-03-04 21:28:31 +00:00 committed by Gerrit Code Review
commit d94d2f1213

View file

@ -997,7 +997,7 @@ class CreateServer(command.ShowOne):
metavar='<key=value>',
action=parseractions.KeyValueAppendAction,
default={},
help=_('Hints for the scheduler (optional extension)'),
help=_('Hints for the scheduler'),
)
config_drive_group = parser.add_mutually_exclusive_group()
config_drive_group.add_argument(