python-glanceclient/doc/source
Cyril Roelandt 88e3b0ad98 Boolean options: use strict checking
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
2022-11-14 17:31:39 +01:00
..
cli Boolean options: use strict checking 2022-11-14 17:31:39 +01:00
reference Merge "Update 'doc/source/reference/apiv2.rst'" 2018-07-17 23:03:59 +00:00
conf.py Switch to newer openstackdocstheme and reno versions 2020-05-22 17:23:12 +00:00
index.rst Follow the new PTI for document build 2018-04-12 03:34:35 +00:00