summaryrefslogtreecommitdiff
path: root/openstackclient/image
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2013-07-29 12:28:53 -0500
committerDean Troyer <dtroyer@gmail.com>2013-07-31 10:12:20 -0500
commit7d138b94eccdc30487d3aa95c8bd6338933eefe6 (patch)
tree02099c651c87d9f908d7c456eb7e8c571ca273d2 /openstackclient/image
parentc385180df2338a52e89b1dfdf4d59dd698eaba67 (diff)
downloadpython-openstackclient-7d138b94eccdc30487d3aa95c8bd6338933eefe6.tar.gz
Remove tenant round 3 - other commands
Mostly options and help strings: * image, server, project usage, volume Change-Id: I788b0660f8c2daacde53c20a72dd1afc60cf5159
Diffstat (limited to 'openstackclient/image')
-rw-r--r--openstackclient/image/v1/image.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/openstackclient/image/v1/image.py b/openstackclient/image/v1/image.py
index 0213ed1e..8827d079 100644
--- a/openstackclient/image/v1/image.py
+++ b/openstackclient/image/v1/image.py
@@ -71,8 +71,8 @@ class CreateImage(show.ShowOne):
)
parser.add_argument(
"--owner",
- metavar="<tenant>",
- help="Owner of the image",
+ metavar="<project>",
+ help="Image owner (project name or ID)",
)
parser.add_argument(
"--size",
@@ -296,8 +296,8 @@ class SetImage(show.ShowOne):
)
parser.add_argument(
"--owner",
- metavar="<tenant>",
- help="Owner of the image",
+ metavar="<project>",
+ help="Image owner (project name or ID)",
)
parser.add_argument(
"--min-disk",