Merge "Boolean options: use strict checking"

This commit is contained in:
Zuul
2023-01-12 22:39:41 +00:00
committed by Gerrit Code Review
4 changed files with 26 additions and 1 deletions
+5
View File
@@ -27,3 +27,8 @@ in the Glance Administration Guide.
For more information, refer to `Manage images
<https://docs.openstack.org/glance/latest/admin/manage-images.html>`_
in the Glance Administration Guide.
.. note::
Boolean properties expect one of the following values: '0', '1', 'f',
'false', 'n', 'no', 'off', 'on', 't', 'true', 'y', 'yes' (case-insensitive).