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:
parent
5dbe1121e9
commit
c9b7091536
@ -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:
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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: ''
|
||||
|
@ -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.
|
||||
|
@ -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: ''
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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: |
|
||||
|
@ -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: ''
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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: ''
|
||||
|
@ -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'
|
||||
|
@ -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: |
|
||||
|
@ -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: ''
|
||||
|
@ -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: ''
|
||||
|
@ -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.
|
||||
|
@ -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: ''
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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: ''
|
||||
|
@ -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.
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user