Skip to content

Commit 348eb79

Browse files
committed
Docstring fix for CreateVolumeAttachment class
The command "volume attachment create" has a typo in the docstring. The docstring says to use "server add volume", but the command is actually "server volume add". This change fixes the typo in the docstring. Task: 46781 Story: 2010401 Change-Id: Ie19a24ead100dd9177669653a7a9997772ef4538
1 parent 50015b9 commit 348eb79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/volume/v3/volume_attachment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class CreateVolumeAttachment(command.ShowOne):
8282
the volume to the server at the hypervisor level. As a result, it should
8383
typically only be used for troubleshooting issues with an existing server
8484
in combination with other tooling. For all other use cases, the 'server
85-
volume add' command should be preferred.
85+
add volume' command should be preferred.
8686
"""
8787

8888
def get_parser(self, prog_name):

0 commit comments

Comments
 (0)