summaryrefslogtreecommitdiff
path: root/doc/source/cli/property-keys.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Boolean options: use strict checking"Zuul2023-01-121-0/+5
|\
| * Boolean options: use strict checkingCyril Roelandt2022-11-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Boolean options (such as "--protected" for glance md-namespace-update) should accept a limited amount of valid values, rather than assuming an "invalid" value means "False". The following values (no matter the case) will now be interpreted as True: ‘t’,’true’, ‘on’, ‘y’, ‘yes’, or ‘1’. The following values (no matter the case) will now be interpreted as False: ‘f’, ‘false’, ‘off’, ‘n’, ‘no’, or ‘0’. Change-Id: I0e7942045d883ac398bab4a7a85f2b4ac9b1ed8c Closes-Bug: #1607317
* | Replace osc with glance commandsErno Kuvaja2022-09-221-3/+3
|/ | | | | | | the are glance client docs. OSC should have their own section for this. Change-Id: I27123793fdf8f8a82afb909f2cceec71693609ea Closes-Bug: #1990532
* Update property keys documentBrian Rosmaita2018-05-021-341/+15
| | | | | | | | | | | The list of useful image properties really belongs in the Glance Administration Guide. The only connection they have with the glanceclient is that you can use it to set them. Rewrite the property keys document to reflect this. The dependency moves the relevant text to the Glance Admin Guide. Depends-on: https://review.openstack.org/565780 Change-Id: I39add6728aad42988a07d2ad97cd81dbdaf4c54a
* Merge "Update Image service property keys doc"Zuul2018-01-021-0/+8
|\
| * Update Image service property keys docBrian Rosmaita2017-12-221-0/+8
| | | | | | | | | | | | | | Doc update for change Ie8227fececa40e502aaa39d77de2a1cd0cd72682 Change-Id: I4b35d0ae768b331945cd014c004cef16ed2155b3 Closes-bug: #1694441
* | Update Image service property keys docsBrian Rosmaita2017-12-221-0/+7
|/ | | | | | | Doc update for change I7c77fb13f20b59ad764070d14dc98a46f8b7c823 Change-Id: I8a636019c88526f6d65a96e9184aad10010eded2 Closes-bug: #1651907
* Update and optimize documentation linksHangdong Zhang2017-07-191-1/+1
| | | | | | | | 1. Update URLs according to document migration 2. Update the dead and outdated links 3. Optimize (e.g. http -> https) Change-Id: Iad743ad223b8c40ae914beccd936f71a81622d76
* import content from cli-reference in openstack-manualsDoug Hellmann2017-06-281-0/+340
Change-Id: Ibea5fe3e4711af997841992dead7171c99c69bfa Signed-off-by: Doug Hellmann <doug@doughellmann.com>