From 4d0a3c309e8404ca94f94c320d63345a7c3b97b2 Mon Sep 17 00:00:00 2001 From: M V P Nitesh Date: Thu, 6 Jul 2017 13:09:44 +0530 Subject: [PATCH] help text for container_format, disk_format Updated the container_format and disk_format in v1 help text. Change-Id: I4ebe4982c179450defe8ad5703999f4074ae32f8 Closes-Bug: #1659010 --- glanceclient/v1/shell.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/glanceclient/v1/shell.py b/glanceclient/v1/shell.py index b5ccc93a..fff74904 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')