Skip to content

Commit f2deabb

Browse files
committed
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>
1 parent 4da4b96 commit f2deabb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/compute/v2/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ def get_parser(self, prog_name):
997997
metavar='<key=value>',
998998
action=parseractions.KeyValueAppendAction,
999999
default={},
1000-
help=_('Hints for the scheduler (optional extension)'),
1000+
help=_('Hints for the scheduler'),
10011001
)
10021002
config_drive_group = parser.add_mutually_exclusive_group()
10031003
config_drive_group.add_argument(

0 commit comments

Comments
 (0)