compute: Remove references to optional extensions
This is no longer a thing in nova. Change-Id: I2413b826385792a4f33ff70e75621b48de65c799 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
parent
4da4b96296
commit
f2deabb136
@ -997,7 +997,7 @@ class CreateServer(command.ShowOne):
|
|||||||
metavar='<key=value>',
|
metavar='<key=value>',
|
||||||
action=parseractions.KeyValueAppendAction,
|
action=parseractions.KeyValueAppendAction,
|
||||||
default={},
|
default={},
|
||||||
help=_('Hints for the scheduler (optional extension)'),
|
help=_('Hints for the scheduler'),
|
||||||
)
|
)
|
||||||
config_drive_group = parser.add_mutually_exclusive_group()
|
config_drive_group = parser.add_mutually_exclusive_group()
|
||||||
config_drive_group.add_argument(
|
config_drive_group.add_argument(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user