Merge "Document that server dump create requires 2.17"

This commit is contained in:
Zuul 2019-05-03 20:21:13 +00:00 committed by Gerrit Code Review
commit 260bfc4159

@ -947,6 +947,8 @@ class CreateServerDump(command.Command):
It will create a dump file in the server(s) dumping the server(s)' It will create a dump file in the server(s) dumping the server(s)'
memory, and also crash the server(s). OSC sees the dump file memory, and also crash the server(s). OSC sees the dump file
(server dump) as a kind of resource. (server dump) as a kind of resource.
This command requires ``--os-compute-api-version`` 2.17 or greater.
""" """
def get_parser(self, prog_name): def get_parser(self, prog_name):