We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c1ec6f + 42cd4b2 commit 260bfc4Copy full SHA for 260bfc4
1 file changed
openstackclient/compute/v2/server.py
@@ -947,6 +947,8 @@ class CreateServerDump(command.Command):
947
It will create a dump file in the server(s) dumping the server(s)'
948
memory, and also crash the server(s). OSC sees the dump file
949
(server dump) as a kind of resource.
950
+
951
+ This command requires ``--os-compute-api-version`` 2.17 or greater.
952
"""
953
954
def get_parser(self, prog_name):
0 commit comments