Skip to content

Commit 89f6d7b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "compute: Better help text for 'openstack server set --state'"
2 parents 5b4863c + 13de349 commit 89f6d7b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

openstackclient/compute/v2/server.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4023,7 +4023,12 @@ def get_parser(self, prog_name):
40234023
'--state',
40244024
metavar='<state>',
40254025
choices=['active', 'error'],
4026-
help=_('New server state (valid value: active, error)'),
4026+
help=_(
4027+
'New server state '
4028+
'**WARNING** This can result in instances that are no longer '
4029+
'usable and should be used with caution '
4030+
'(admin only)'
4031+
),
40274032
)
40284033
parser.add_argument(
40294034
'--description',

0 commit comments

Comments
 (0)