Merge "Add note about microversion 2.87 in server rescue help"

This commit is contained in:
Zuul 2022-11-29 20:49:50 +00:00 committed by Gerrit Code Review
commit 6413b25dec

View File

@ -3716,7 +3716,11 @@ class RemoveServerVolume(command.Command):
class RescueServer(command.Command):
_description = _("Put server in rescue mode")
_description = _(
"Put server in rescue mode. "
"Specify ``--os-compute-api-version 2.87`` or higher to rescue a "
"server booted from a volume."
)
def get_parser(self, prog_name):
parser = super(RescueServer, self).get_parser(prog_name)