Drop unused deployment services parameters
This patch drops unused parameters in several services. Change-Id: I4fc39a1998fb83b23f3d1c28196da20fe7f56262
This commit is contained in:
parent
b3fef6678f
commit
2325992aef
@ -64,11 +64,6 @@ parameters:
|
||||
type: string
|
||||
description: Specifies the default CA cert to use if TLS is used for
|
||||
services in the internal network.
|
||||
InternalTLSCRLPEMFile:
|
||||
default: '/etc/pki/CA/crl/overcloud-crl.pem'
|
||||
type: string
|
||||
description: Specifies the default CRL PEM file to use for revocation if
|
||||
TLS is used for services in the internal network.
|
||||
HAProxyInternalTLSCertsDirectory:
|
||||
default: '/etc/pki/tls/certs/haproxy'
|
||||
type: string
|
||||
|
@ -52,12 +52,6 @@ parameters:
|
||||
default: false
|
||||
description: Remove package if the service is being disabled during upgrade
|
||||
type: boolean
|
||||
DeployIdentifier:
|
||||
default: ''
|
||||
type: string
|
||||
description: >
|
||||
Setting this to a unique value will re-run any deployment tasks which
|
||||
perform configuration on a Heat stack-update.
|
||||
NovaPassword:
|
||||
description: The password for the nova service and db account
|
||||
type: string
|
||||
|
@ -32,10 +32,6 @@ parameters:
|
||||
default: {}
|
||||
description: Parameters specific to the role
|
||||
type: json
|
||||
NovaPassword:
|
||||
description: The password for the nova service and db account
|
||||
type: string
|
||||
hidden: true
|
||||
|
||||
outputs:
|
||||
docker_config_scripts:
|
||||
|
@ -45,11 +45,6 @@ parameters:
|
||||
description: Mapping of service endpoint -> protocol. Typically set
|
||||
via parameter_defaults in the resource registry.
|
||||
type: json
|
||||
DockerNovaMigrationSshdPort:
|
||||
default: 2022
|
||||
description: Port that dockerized nova migration target sshd service
|
||||
binds to.
|
||||
type: number
|
||||
CephClientUserName:
|
||||
default: openstack
|
||||
type: string
|
||||
@ -158,10 +153,6 @@ parameters:
|
||||
MonitoringSubscriptionNovaCompute:
|
||||
default: 'overcloud-nova-compute'
|
||||
type: string
|
||||
UpgradeLevelNovaCompute:
|
||||
type: string
|
||||
description: Nova Compute upgrade level
|
||||
default: ''
|
||||
MigrationSshKey:
|
||||
type: json
|
||||
description: >
|
||||
|
@ -52,10 +52,6 @@ parameters:
|
||||
MonitoringSubscriptionNovaConductor:
|
||||
default: 'overcloud-nova-conductor'
|
||||
type: string
|
||||
UpgradeLevelNovaCompute:
|
||||
type: string
|
||||
description: Nova Compute upgrade level
|
||||
default: ''
|
||||
NovaPassword:
|
||||
description: The password for the nova service and db account
|
||||
type: string
|
||||
|
@ -47,11 +47,6 @@ parameters:
|
||||
description: If set to true and if EnableInternalTLS is enabled, it will
|
||||
set the libvirt URI's transport to tls and configure the
|
||||
relevant keys for libvirt.
|
||||
DockerNovaMigrationSshdPort:
|
||||
default: 2022
|
||||
description: Port that dockerized nova migration target sshd service
|
||||
binds to.
|
||||
type: number
|
||||
NovaEnableRbdBackend:
|
||||
default: false
|
||||
description: Whether to enable or not the Rbd backend for Nova
|
||||
|
Loading…
x
Reference in New Issue
Block a user