From 2a98c3b950ee6b3645104669f7629d1c121f22d3 Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Mon, 5 Jun 2017 16:43:15 +0800 Subject: [PATCH] Update visibility help message Glance now support community and shared for image visibility as well. Change-Id: I7ec1ac3d13610d32e7c4d126c8d5e2216b8a86b1 --- cinderclient/v3/shell.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py index 7bc8c29..aa12801 100644 --- a/cinderclient/v3/shell.py +++ b/cinderclient/v3/shell.py @@ -792,9 +792,9 @@ def do_quota_update(cs, args): @utils.arg('--image_name', help=argparse.SUPPRESS) @utils.arg('--visibility', - metavar='', - help='Set image visibility to either public or private. ' - 'Default=private.', + metavar='', + help='Set image visibility to public, private, community or ' + 'shared. Default=private.', default='private', start_version='3.1') @utils.arg('--protected',