summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects/image.rst
diff options
context:
space:
mode:
authorDavid Rabel <rabel@b1-systems.de>2019-02-20 10:32:16 +0100
committerDavid Rabel <rabel@b1-systems.de>2019-02-21 19:35:08 +0000
commit4d76d7539a1c2bb430b040d2fbc8728fbf7a4eee (patch)
tree77019bca2ca550f0633e0c3784c51009bb9a4842 /doc/source/cli/command-objects/image.rst
parent55cbbbe4692002e58120b0c129eb2add4f0bc18a (diff)
downloadpython-openstackclient-4d76d7539a1c2bb430b040d2fbc8728fbf7a4eee.tar.gz
Fix help message of image add project
Only with the admin role you can use the project name with 'image add project'. With the normal member role you have to use the project id instead. If you try to use the name, you don't receive an error, but it won't work. Change-Id: I61d402b39558320502dc08905b8c3a146e5e740a Task: 29543 Story: 2002535
Diffstat (limited to 'doc/source/cli/command-objects/image.rst')
-rw-r--r--doc/source/cli/command-objects/image.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/command-objects/image.rst b/doc/source/cli/command-objects/image.rst
index 95486e33..b6e3594b 100644
--- a/doc/source/cli/command-objects/image.rst
+++ b/doc/source/cli/command-objects/image.rst
@@ -32,7 +32,7 @@ Associate project with image
.. _image_add_project-project:
.. describe:: <project>
- Project to associate with image (name or ID)
+ Project to associate with image (ID)
image create
------------