Skip to content

Commit 42cd4b2

Browse files
committed
Document that server dump create requires 2.17
There is no indication to the user in the command help that they have to use 2.17 or greater [1] to run the "openstack server dump create" command. This mentions that requirement in the help of the command. [1] https://developer.openstack.org/api-ref/compute/#trigger-crash-dump-in-server Change-Id: I02c06e10a26eb38ddecb70f970cfcbfad962201c
1 parent 70cf7ea commit 42cd4b2

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)