summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM V P Nitesh <m.nitesh@nectechnologies.in>2017-07-06 13:09:44 +0530
committerM V P Nitesh <m.nitesh@nectechnologies.in>2017-07-06 13:09:44 +0530
commit4d0a3c309e8404ca94f94c320d63345a7c3b97b2 (patch)
tree0891a0daa0af21ade52e65be2b29b01a176ba99b
parentafff25fa980ed98b8f3075bbca5923a0e4119ee4 (diff)
downloadpython-glanceclient-4d0a3c309e8404ca94f94c320d63345a7c3b97b2.tar.gz
help text for container_format, disk_format
Updated the container_format and disk_format in v1 help text. Change-Id: I4ebe4982c179450defe8ad5703999f4074ae32f8 Closes-Bug: #1659010
-rw-r--r--glanceclient/v1/shell.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/glanceclient/v1/shell.py b/glanceclient/v1/shell.py
index b5ccc93..fff7490 100644
--- a/glanceclient/v1/shell.py
+++ b/glanceclient/v1/shell.py
@@ -28,8 +28,9 @@ from glanceclient.common import utils
from glanceclient import exc
import glanceclient.v1.images
-CONTAINER_FORMATS = 'Acceptable formats: ami, ari, aki, bare, and ovf.'
-DISK_FORMATS = ('Acceptable formats: ami, ari, aki, vhd, vmdk, raw, '
+CONTAINER_FORMATS = ('Acceptable formats: ami, ari, aki, bare, ovf, ova,'
+ 'docker.')
+DISK_FORMATS = ('Acceptable formats: ami, ari, aki, vhd, vdhx, vmdk, raw, '
'qcow2, vdi, iso, and ploop.')
DATA_FIELDS = ('location', 'copy_from', 'file')