Ensure Debug is a boolean

Oslo does not like it when Debug is not a proper python boolean
Closes-Bug: 1719929

Change-Id: Ib6c3969d4dd75d5fb2cc274266c060acff8d5571
This commit is contained in:
Ade Lee 2017-09-27 13:04:49 -04:00
parent 5dbe1121e9
commit c9b7091536
27 changed files with 58 additions and 52 deletions

View File

@ -19,8 +19,8 @@ parameters:
via parameter_defaults in the resource registry.
type: json
Debug:
type: string
default: ''
type: boolean
default: false
description: Set to True to enable debugging on all services.
resources:

View File

@ -57,9 +57,9 @@ parameters:
description: Set rabbit subscriber port, change this if using SSL
type: number
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
AodhDebug:
default: ''
description: Set to True to enable debugging Aodh services.

View File

@ -39,9 +39,9 @@ parameters:
default: '%{::processorcount}'
type: string
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
BarbicanDebug:
default: ''
description: Set to True to enable debugging Barbican service.

View File

@ -67,9 +67,9 @@ parameters:
Set ManagePipeline to true for override to take effect.
type: comma_delimited_list
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
CeilometerDebug:
default: ''
description: Set to True to enable debugging Ceilometer services.

View File

@ -9,9 +9,9 @@ parameters:
type: string
hidden: true
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
CinderDebug:
default: ''
description: Set to True to enable debugging on Cinder services.

View File

@ -35,8 +35,8 @@ parameters:
type: string
hidden: true
Debug:
type: string
default: ''
type: boolean
default: false
description: Set to True to enable debugging on all services.
CongressDebug:
default: ''

View File

@ -31,9 +31,9 @@ parameters:
via parameter_defaults in the resource registry.
type: json
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
GlanceDebug:
default: ''
description: Set to True to enable debugging Glance service.

View File

@ -57,8 +57,8 @@ parameters:
type: string
hidden: true
Debug:
type: string
default: ''
type: boolean
default: false
description: Set to True to enable debugging on all services.
GnocchiDebug:
default: ''

View File

@ -5,9 +5,9 @@ description: >
parameters:
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
HeatDebug:
default: ''
description: Set to True to enable debugging Heat services.

View File

@ -15,9 +15,9 @@ parameters:
mapping overrides those in ServiceNetMapDefaults.
type: json
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
HorizonDebug:
default: false
description: Set to True to enable debugging Horizon service.

View File

@ -31,9 +31,9 @@ parameters:
via parameter_defaults in the resource registry.
type: json
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
IronicDebug:
default: ''
description: Set to True to enable debugging Ironic services.

View File

@ -38,9 +38,9 @@ parameters:
default: 'regionOne'
description: Keystone region for endpoint
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
IronicInspectorInterface:
default: br-ex
description: |

View File

@ -65,8 +65,8 @@ parameters:
via parameter_defaults in the resource registry.
type: json
Debug:
type: string
default: ''
type: boolean
default: false
description: Set to True to enable debugging on all services.
KeystoneDebug:
default: ''

View File

@ -31,9 +31,9 @@ parameters:
via parameter_defaults in the resource registry.
type: json
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
ManilaDebug:
default: ''
description: Set to True to enable debugging Manila services.

View File

@ -32,9 +32,9 @@ parameters:
type: json
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
MistralDebug:
default: ''
description: Set to True to enable debugging Mistral services.

View File

@ -51,8 +51,8 @@ parameters:
neutron.service_plugins namespace.
type: comma_delimited_list
Debug:
type: string
default: ''
type: boolean
default: false
description: Set to True to enable debugging on all services.
NeutronDebug:
default: ''

View File

@ -32,8 +32,8 @@ parameters:
via parameter_defaults in the resource registry.
type: json
Debug:
type: string
default: ''
type: boolean
default: false
description: Set to True to enable debugging on all services.
MonitoringSubscriptionNeutronL3Dvr:
default: 'overcloud-neutron-l3-dvr'

View File

@ -31,8 +31,8 @@ parameters:
via parameter_defaults in the resource registry.
type: json
Debug:
type: string
default: ''
type: boolean
default: false
description: Set to True to enable debugging on all services.
NeutronL3AgentMode:
description: |

View File

@ -75,8 +75,8 @@ parameters:
description: DB Sync Timeout default
type: number
Debug:
type: string
default: ''
type: boolean
default: false
description: Set to True to enable debugging on all services.
NovaDebug:
default: ''

View File

@ -31,8 +31,8 @@ parameters:
via parameter_defaults in the resource registry.
type: json
Debug:
type: string
default: ''
type: boolean
default: false
description: Set to True to enable debugging on all services.
OctaviaDebug:
default: ''

View File

@ -35,9 +35,9 @@ parameters:
type: string
hidden: true
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
PankoDebug:
default: ''
description: Set to True to enable debugging Panko services.

View File

@ -53,8 +53,8 @@ parameters:
type: string
hidden: true
Debug:
type: string
default: ''
type: boolean
default: false
description: Set to True to enable debugging on all services.
SaharaDebug:
default: ''

View File

@ -31,9 +31,9 @@ parameters:
via parameter_defaults in the resource registry.
type: json
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
SwiftPassword:
description: The password for the swift service account
type: string

View File

@ -31,9 +31,9 @@ parameters:
via parameter_defaults in the resource registry.
type: json
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
SwiftMountCheck:
default: false
description: Value of mount_check in Swift account/container/object -server.conf

View File

@ -35,8 +35,8 @@ parameters:
type: string
hidden: true
Debug:
type: string
default: ''
type: boolean
default: false
description: Set to True to enable debugging on all services.
TackerDebug:
default: ''

View File

@ -31,9 +31,9 @@ parameters:
description: Parameters specific to the role
type: json
Debug:
default: ''
default: false
description: Set to True to enable debugging on all services.
type: string
type: boolean
ZaqarDebug:
default: ''
description: Set to True to enable debugging Zaqar service.

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Ensure Debug is a boolean
Oslo has trouble when Debug is not a proper python boolean. See
https://bugs.launchpad.net/tripleo/+bug/1719929