mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "compute: Remove references to optional extensions"
This commit is contained in:
commit
d94d2f1213
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue