Skip to content

Commit 260bfc4

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Document that server dump create requires 2.17"
2 parents 8c1ec6f + 42cd4b2 commit 260bfc4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openstackclient/compute/v2/server.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,8 @@ class CreateServerDump(command.Command):
947947
It will create a dump file in the server(s) dumping the server(s)'
948948
memory, and also crash the server(s). OSC sees the dump file
949949
(server dump) as a kind of resource.
950+
951+
This command requires ``--os-compute-api-version`` 2.17 or greater.
950952
"""
951953

952954
def get_parser(self, prog_name):

0 commit comments

Comments
 (0)