Merge "Remove extraneous references to RpcXXX parameters"
This commit is contained in:
commit
04face0ceb
@ -56,37 +56,6 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
default: 'messagingv2'
|
default: 'messagingv2'
|
||||||
description: Driver or drivers to handle sending notifications.
|
description: Driver or drivers to handle sending notifications.
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
|
||||||
default: false
|
|
||||||
description: >
|
|
||||||
Messaging client subscriber parameter to specify
|
|
||||||
an SSL connection to the messaging host.
|
|
||||||
type: string
|
|
||||||
|
|
||||||
parameter_groups:
|
|
||||||
- label: deprecated
|
|
||||||
description: |
|
|
||||||
The following parameters are deprecated and will be removed. They should not
|
|
||||||
be relied on for new deployments. If you have concerns regarding deprecated
|
|
||||||
parameters, please contact the TripleO development team on IRC or the
|
|
||||||
OpenStack mailing list.
|
|
||||||
parameters:
|
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
- RpcUseSSL
|
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: AodhDebug}, '']}
|
service_debug_unset: {equals : [{get_param: AodhDebug}, '']}
|
||||||
|
@ -114,24 +114,6 @@ parameters:
|
|||||||
default: 'ceilometer-low-rate'
|
default: 'ceilometer-low-rate'
|
||||||
type: string
|
type: string
|
||||||
description: (DEPRECATED) archive policy to use with gnocchi backend
|
description: (DEPRECATED) archive policy to use with gnocchi backend
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
|
||||||
default: false
|
|
||||||
description: >
|
|
||||||
Messaging client subscriber parameter to specify
|
|
||||||
an SSL connection to the messaging host.
|
|
||||||
type: string
|
|
||||||
|
|
||||||
parameter_groups:
|
parameter_groups:
|
||||||
- label: deprecated
|
- label: deprecated
|
||||||
@ -142,10 +124,6 @@ parameter_groups:
|
|||||||
OpenStack mailing list.
|
OpenStack mailing list.
|
||||||
parameters:
|
parameters:
|
||||||
- GnocchiArchivePolicy
|
- GnocchiArchivePolicy
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
- RpcUseSSL
|
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: CeilometerDebug}, '']}
|
service_debug_unset: {equals : [{get_param: CeilometerDebug}, '']}
|
||||||
|
@ -93,42 +93,11 @@ parameters:
|
|||||||
description: >
|
description: >
|
||||||
Cron to move deleted instances to another table - Max Delay
|
Cron to move deleted instances to another table - Max Delay
|
||||||
default: '3600'
|
default: '3600'
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
|
||||||
default: false
|
|
||||||
description: >
|
|
||||||
Messaging client subscriber parameter to specify
|
|
||||||
an SSL connection to the messaging host.
|
|
||||||
type: string
|
|
||||||
NovaPassword:
|
NovaPassword:
|
||||||
type: string
|
type: string
|
||||||
description: The password for the nova service and db account
|
description: The password for the nova service and db account
|
||||||
hidden: true
|
hidden: true
|
||||||
|
|
||||||
parameter_groups:
|
|
||||||
- label: deprecated
|
|
||||||
description: |
|
|
||||||
The following parameters are deprecated and will be removed. They should not
|
|
||||||
be relied on for new deployments. If you have concerns regarding deprecated
|
|
||||||
parameters, please contact the TripleO development team on IRC or the
|
|
||||||
OpenStack mailing list.
|
|
||||||
parameters:
|
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
- RpcUseSSL
|
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: CinderDebug}, '']}
|
service_debug_unset: {equals : [{get_param: CinderDebug}, '']}
|
||||||
|
|
||||||
|
@ -175,25 +175,6 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
default: 'messagingv2'
|
default: 'messagingv2'
|
||||||
description: Driver or drivers to handle sending notifications.
|
description: Driver or drivers to handle sending notifications.
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
|
||||||
default: false
|
|
||||||
description: >
|
|
||||||
Messaging client subscriber parameter to specify
|
|
||||||
an SSL connection to the messaging host.
|
|
||||||
type: string
|
|
||||||
|
|
||||||
EnableInternalTLS:
|
EnableInternalTLS:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
@ -235,19 +216,6 @@ parameters:
|
|||||||
description: The container image to use for the glance_api config_volume
|
description: The container image to use for the glance_api config_volume
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
parameter_groups:
|
|
||||||
- label: deprecated
|
|
||||||
description: |
|
|
||||||
The following parameters are deprecated and will be removed. They should not
|
|
||||||
be relied on for new deployments. If you have concerns regarding deprecated
|
|
||||||
parameters, please contact the TripleO development team on IRC or the
|
|
||||||
OpenStack mailing list.
|
|
||||||
parameters:
|
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
- RpcUseSSL
|
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
|
|
||||||
internal_tls_enabled: {equals: [{get_param: EnableInternalTLS}, true]}
|
internal_tls_enabled: {equals: [{get_param: EnableInternalTLS}, true]}
|
||||||
|
@ -128,37 +128,6 @@ parameters:
|
|||||||
default: ''
|
default: ''
|
||||||
description: Indicate whether this resource may be shared with the domain received in the request
|
description: Indicate whether this resource may be shared with the domain received in the request
|
||||||
"origin" header.
|
"origin" header.
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
|
||||||
default: false
|
|
||||||
description: >
|
|
||||||
Messaging client subscriber parameter to specify
|
|
||||||
an SSL connection to the messaging host.
|
|
||||||
type: string
|
|
||||||
|
|
||||||
parameter_groups:
|
|
||||||
- label: deprecated
|
|
||||||
description: |
|
|
||||||
The following parameters are deprecated and will be removed. They should not
|
|
||||||
be relied on for new deployments. If you have concerns regarding deprecated
|
|
||||||
parameters, please contact the TripleO development team on IRC or the
|
|
||||||
OpenStack mailing list.
|
|
||||||
parameters:
|
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
- RpcUseSSL
|
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: HeatDebug}, '']}
|
service_debug_unset: {equals : [{get_param: HeatDebug}, '']}
|
||||||
|
@ -55,37 +55,6 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
constraints:
|
constraints:
|
||||||
- allowed_values: [ '', 'oslo', 'json-rpc']
|
- allowed_values: [ '', 'oslo', 'json-rpc']
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
|
||||||
default: false
|
|
||||||
description: >
|
|
||||||
Messaging client subscriber parameter to specify
|
|
||||||
an SSL connection to the messaging host.
|
|
||||||
type: string
|
|
||||||
|
|
||||||
parameter_groups:
|
|
||||||
- label: deprecated
|
|
||||||
description: |
|
|
||||||
The following parameters are deprecated and will be removed. They should not
|
|
||||||
be relied on for new deployments. If you have concerns regarding deprecated
|
|
||||||
parameters, please contact the TripleO development team on IRC or the
|
|
||||||
OpenStack mailing list.
|
|
||||||
parameters:
|
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
- RpcUseSSL
|
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: IronicDebug}, '']}
|
service_debug_unset: {equals : [{get_param: IronicDebug}, '']}
|
||||||
|
@ -96,24 +96,6 @@ parameters:
|
|||||||
description: The keystone auth secret and db password.
|
description: The keystone auth secret and db password.
|
||||||
type: string
|
type: string
|
||||||
hidden: true
|
hidden: true
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
|
||||||
default: false
|
|
||||||
description: >
|
|
||||||
Messaging client subscriber parameter to specify
|
|
||||||
an SSL connection to the messaging host.
|
|
||||||
type: string
|
|
||||||
TokenExpiration:
|
TokenExpiration:
|
||||||
default: 3600
|
default: 3600
|
||||||
description: Set a token expiration time in seconds.
|
description: Set a token expiration time in seconds.
|
||||||
@ -359,19 +341,6 @@ parameters:
|
|||||||
Attribute to be used to obtain the entity ID of the Identity Provider
|
Attribute to be used to obtain the entity ID of the Identity Provider
|
||||||
from the environment.
|
from the environment.
|
||||||
|
|
||||||
parameter_groups:
|
|
||||||
- label: deprecated
|
|
||||||
description: |
|
|
||||||
The following parameters are deprecated and will be removed. They should not
|
|
||||||
be relied on for new deployments. If you have concerns regarding deprecated
|
|
||||||
parameters, please contact the TripleO development team on IRC or the
|
|
||||||
OpenStack mailing list.
|
|
||||||
parameters:
|
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
- RpcUseSSL
|
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
|
||||||
ContainersCommon:
|
ContainersCommon:
|
||||||
|
@ -52,37 +52,6 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
default: 'messagingv2'
|
default: 'messagingv2'
|
||||||
description: Driver or drivers to handle sending notifications.
|
description: Driver or drivers to handle sending notifications.
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
|
||||||
default: false
|
|
||||||
description: >
|
|
||||||
Messaging client subscriber parameter to specify
|
|
||||||
an SSL connection to the messaging host.
|
|
||||||
type: string
|
|
||||||
|
|
||||||
parameter_groups:
|
|
||||||
- label: deprecated
|
|
||||||
description: |
|
|
||||||
The following parameters are deprecated and will be removed. They should not
|
|
||||||
be relied on for new deployments. If you have concerns regarding deprecated
|
|
||||||
parameters, please contact the TripleO development team on IRC or the
|
|
||||||
OpenStack mailing list.
|
|
||||||
parameters:
|
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
- RpcUseSSL
|
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: ManilaDebug}, '']}
|
service_debug_unset: {equals : [{get_param: ManilaDebug}, '']}
|
||||||
|
@ -53,37 +53,6 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
default: 'messagingv2'
|
default: 'messagingv2'
|
||||||
description: Driver or drivers to handle sending notifications.
|
description: Driver or drivers to handle sending notifications.
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
|
||||||
default: false
|
|
||||||
description: >
|
|
||||||
Messaging client subscriber parameter to specify
|
|
||||||
an SSL connection to the messaging host.
|
|
||||||
type: string
|
|
||||||
|
|
||||||
parameter_groups:
|
|
||||||
- label: deprecated
|
|
||||||
description: |
|
|
||||||
The following parameters are deprecated and will be removed. They should not
|
|
||||||
be relied on for new deployments. If you have concerns regarding deprecated
|
|
||||||
parameters, please contact the TripleO development team on IRC or the
|
|
||||||
OpenStack mailing list.
|
|
||||||
parameters:
|
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
- RpcUseSSL
|
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: MistralDebug}, '']}
|
service_debug_unset: {equals : [{get_param: MistralDebug}, '']}
|
||||||
|
@ -105,24 +105,6 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
default: 'messagingv2'
|
default: 'messagingv2'
|
||||||
description: Driver or drivers to handle sending notifications.
|
description: Driver or drivers to handle sending notifications.
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
|
||||||
default: false
|
|
||||||
description: >
|
|
||||||
Messaging client subscriber parameter to specify
|
|
||||||
an SSL connection to the messaging host.
|
|
||||||
type: string
|
|
||||||
EnableVLANTransparency:
|
EnableVLANTransparency:
|
||||||
default: false
|
default: false
|
||||||
description: >
|
description: >
|
||||||
@ -130,19 +112,6 @@ parameters:
|
|||||||
transparent networks.
|
transparent networks.
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
parameter_groups:
|
|
||||||
- label: deprecated
|
|
||||||
description: |
|
|
||||||
The following parameters are deprecated and will be removed. They should not
|
|
||||||
be relied on for new deployments. If you have concerns regarding deprecated
|
|
||||||
parameters, please contact the TripleO development team on IRC or the
|
|
||||||
OpenStack mailing list.
|
|
||||||
parameters:
|
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
- RpcUseSSL
|
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
dhcp_agents_zero: {equals : [{get_param: NeutronDhcpAgentsPerNetwork}, 0]}
|
dhcp_agents_zero: {equals : [{get_param: NeutronDhcpAgentsPerNetwork}, 0]}
|
||||||
service_debug_unset: {equals : [{get_param: NeutronDebug}, '']}
|
service_debug_unset: {equals : [{get_param: NeutronDebug}, '']}
|
||||||
|
@ -207,18 +207,6 @@ parameters:
|
|||||||
Interval to sync power states between the database and the hypervisor. Set
|
Interval to sync power states between the database and the hypervisor. Set
|
||||||
to -1 to disable. Setting this to 0 will run at the default rate.
|
to -1 to disable. Setting this to 0 will run at the default rate.
|
||||||
default: 0
|
default: 0
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
RpcUseSSL:
|
||||||
default: false
|
default: false
|
||||||
description: >
|
description: >
|
||||||
@ -230,18 +218,6 @@ parameters:
|
|||||||
description: Whether this is an cell additional to the default cell.
|
description: Whether this is an cell additional to the default cell.
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
parameter_groups:
|
|
||||||
- label: deprecated
|
|
||||||
description: |
|
|
||||||
The following parameters are deprecated and will be removed. They should not
|
|
||||||
be relied on for new deployments. If you have concerns regarding deprecated
|
|
||||||
parameters, please contact the TripleO development team on IRC or the
|
|
||||||
OpenStack mailing list.
|
|
||||||
parameters:
|
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
|
|
||||||
compute_upgrade_level_empty: {equals : [{get_param: UpgradeLevelNovaCompute}, '']}
|
compute_upgrade_level_empty: {equals : [{get_param: UpgradeLevelNovaCompute}, '']}
|
||||||
|
@ -46,24 +46,6 @@ parameters:
|
|||||||
description: >
|
description: >
|
||||||
Remove configuration that is not generated by TripleO. Used to avoid
|
Remove configuration that is not generated by TripleO. Used to avoid
|
||||||
configuration remnants after upgrades.
|
configuration remnants after upgrades.
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
|
||||||
default: false
|
|
||||||
description: >
|
|
||||||
Messaging client subscriber parameter to specify
|
|
||||||
an SSL connection to the messaging host.
|
|
||||||
type: string
|
|
||||||
NotificationDriver:
|
NotificationDriver:
|
||||||
type: string
|
type: string
|
||||||
default: 'messagingv2'
|
default: 'messagingv2'
|
||||||
@ -148,19 +130,6 @@ parameters:
|
|||||||
description: Time to wait for TCP packets for content inspection.
|
description: Time to wait for TCP packets for content inspection.
|
||||||
type: number
|
type: number
|
||||||
|
|
||||||
parameter_groups:
|
|
||||||
- label: deprecated
|
|
||||||
description: |
|
|
||||||
The following parameters are deprecated and will be removed. They should not
|
|
||||||
be relied on for new deployments. If you have concerns regarding deprecated
|
|
||||||
parameters, please contact the TripleO development team on IRC or the
|
|
||||||
OpenStack mailing list.
|
|
||||||
parameters:
|
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
- RpcUseSSL
|
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: OctaviaDebug}, '']}
|
service_debug_unset: {equals : [{get_param: OctaviaDebug}, '']}
|
||||||
octavia_ca_cert_unset: {equals: [{get_param: OctaviaCaCert}, '']}
|
octavia_ca_cert_unset: {equals: [{get_param: OctaviaCaCert}, '']}
|
||||||
|
@ -58,37 +58,6 @@ parameters:
|
|||||||
in order to have a sane default for Pacemaker deployments when
|
in order to have a sane default for Pacemaker deployments when
|
||||||
not configuring this parameter by default.
|
not configuring this parameter by default.
|
||||||
type: comma_delimited_list
|
type: comma_delimited_list
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
|
||||||
default: false
|
|
||||||
description: >
|
|
||||||
Messaging client subscriber parameter to specify
|
|
||||||
an SSL connection to the messaging host.
|
|
||||||
type: string
|
|
||||||
|
|
||||||
parameter_groups:
|
|
||||||
- label: deprecated
|
|
||||||
description: |
|
|
||||||
The following parameters are deprecated and will be removed. They should not
|
|
||||||
be relied on for new deployments. If you have concerns regarding deprecated
|
|
||||||
parameters, please contact the TripleO development team on IRC or the
|
|
||||||
OpenStack mailing list.
|
|
||||||
parameters:
|
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
- RpcUseSSL
|
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: SaharaDebug}, '']}
|
service_debug_unset: {equals : [{get_param: SaharaDebug}, '']}
|
||||||
|
@ -73,18 +73,6 @@ parameters:
|
|||||||
default: ['service']
|
default: ['service']
|
||||||
description: Comma-seperated list of project names to ignore.
|
description: Comma-seperated list of project names to ignore.
|
||||||
type: comma_delimited_list
|
type: comma_delimited_list
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
RpcUseSSL:
|
||||||
default: false
|
default: false
|
||||||
description: >
|
description: >
|
||||||
@ -100,18 +88,6 @@ parameters:
|
|||||||
description: Indicate whether this resource may be shared with the domain received in the request
|
description: Indicate whether this resource may be shared with the domain received in the request
|
||||||
"origin" header.
|
"origin" header.
|
||||||
|
|
||||||
parameter_groups:
|
|
||||||
- label: deprecated
|
|
||||||
description: |
|
|
||||||
The following parameters are deprecated and will be removed. They should not
|
|
||||||
be relied on for new deployments. If you have concerns regarding deprecated
|
|
||||||
parameters, please contact the TripleO development team on IRC or the
|
|
||||||
OpenStack mailing list.
|
|
||||||
parameters:
|
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
|
|
||||||
internal_tls_enabled: {equals: [{get_param: EnableInternalTLS}, true]}
|
internal_tls_enabled: {equals: [{get_param: EnableInternalTLS}, true]}
|
||||||
|
@ -64,37 +64,6 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
default: 'messagingv2'
|
default: 'messagingv2'
|
||||||
description: Driver or drivers to handle sending notifications.
|
description: Driver or drivers to handle sending notifications.
|
||||||
RpcPort:
|
|
||||||
default: 5672
|
|
||||||
description: The network port for messaging backend
|
|
||||||
type: number
|
|
||||||
RpcUserName:
|
|
||||||
default: guest
|
|
||||||
description: The username for messaging backend
|
|
||||||
type: string
|
|
||||||
RpcPassword:
|
|
||||||
description: The password for messaging backend
|
|
||||||
type: string
|
|
||||||
hidden: true
|
|
||||||
RpcUseSSL:
|
|
||||||
default: false
|
|
||||||
description: >
|
|
||||||
Messaging client subscriber parameter to specify
|
|
||||||
an SSL connection to the messaging host.
|
|
||||||
type: string
|
|
||||||
|
|
||||||
parameter_groups:
|
|
||||||
- label: deprecated
|
|
||||||
description: |
|
|
||||||
The following parameters are deprecated and will be removed. They should not
|
|
||||||
be relied on for new deployments. If you have concerns regarding deprecated
|
|
||||||
parameters, please contact the TripleO development team on IRC or the
|
|
||||||
OpenStack mailing list.
|
|
||||||
parameters:
|
|
||||||
- RpcPort
|
|
||||||
- RpcUserName
|
|
||||||
- RpcPassword
|
|
||||||
- RpcUseSSL
|
|
||||||
|
|
||||||
conditions:
|
conditions:
|
||||||
service_debug_unset: {equals : [{get_param: TackerDebug}, '']}
|
service_debug_unset: {equals : [{get_param: TackerDebug}, '']}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user