File: boolean-properties-strict-checking-bdd624b5da81e723.yaml

package info (click to toggle)
python-glanceclient 1%3A4.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,688 kB
  • sloc: python: 16,773; sh: 71; makefile: 29
file content (12 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
---
prelude: >
fixes:
  - |
    * Bug 1607317_: metadata def namespace update CLI is not working as expected for parameter "protected"

    .. _1607317: https://code.launchpad.net/bugs/1607317
other:
  - |
    Boolean arguments now expect one of the following values: '0', '1', 'f',
    'false', 'n', 'no', 'off', 'on', 't', 'true', 'y', 'yes'
    (case-insensitive). This will not change anything for most users.