summaryrefslogtreecommitdiffstats
path: root/snaps/openstack/create_volume.py
diff options
context:
space:
mode:
Diffstat (limited to 'snaps/openstack/create_volume.py')
-rw-r--r--snaps/openstack/create_volume.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snaps/openstack/create_volume.py b/snaps/openstack/create_volume.py
index 7688da5..65acee8 100644
--- a/snaps/openstack/create_volume.py
+++ b/snaps/openstack/create_volume.py
@@ -233,7 +233,7 @@ class VolumeSettings:
"""
Constructor
:param name: the volume's name (required)
- :param description: the volume's name (required)
+ :param description: the volume's name (optional)
:param size: the volume's size in GB (default 1)
:param image_name: when a glance image is used for the image source
(optional)