summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects/image.rst
Commit message (Collapse)AuthorAgeFilesLines
* doc: Fix image unset exmaplepike-eolstable/pikeCY Chiang2019-07-231-1/+1
| | | | | | | | Fix the unset image tags or properties example, change the "openstack image set" to the "openstack image unset" Change-Id: I09d2d567e829a8d5de5fc4022868c99646ee5105 Closes-Bug: #1837829
* image-list should support filters 'name','status'nidhimittalhada2017-07-121-0/+12
| | | | | | | | | nova api support parameters like 'name', 'server', 'status', etc in image-list(). So openstackclient should support this too. DocImpact Closes-Bug: #1698742 Change-Id: Ice66b409f989e6785aa3b2d42f2fdbf6e23fa0aa
* Added 'openstack image set --visibility'M V P Nitesh2017-06-301-2/+18
| | | | | | | | | | This feature will allow image owners to share images across multiple tenants/projects without explicitly creating members individually through the glance API V2. “Community images” will not appear iu user's default image listings Change-Id: Ic02bf44cca5d6d793d68a8737d3cfe3f44407d88 Closes-Bug: #1626837
* reorganize existing documentation according to the new standard layoutDoug Hellmann2017-06-231-0/+576
Move existing content around based on the doc-migration specification. Replace :doc: markup with :ref: to have sphinx keep track of where the files move and generate valid hyperlinks. Add a few toctrees and index pages for the new directories. Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Change-Id: I253ee8f89d3ec40e39310c18bb87ed1d3d5de330 Signed-off-by: Doug Hellmann <doug@doughellmann.com>