Drop unused parameters

Drops some unused parameters from recently flattened services.

Change-Id: Ia64668f9ef6efc91a05594ca34c35614d338fdb6
This commit is contained in:
Dan Prince 2019-03-07 07:53:35 -05:00
parent 47c6bc687d
commit 78ad47978e
2 changed files with 0 additions and 32 deletions

View File

@ -50,10 +50,6 @@ parameters:
default: true
description: Whether to use Galera instead of regular MariaDB.
type: boolean
NovaPassword:
description: The password for the nova service and db account
type: string
hidden: true
EnableInternalTLS:
type: boolean
default: false

View File

@ -48,39 +48,11 @@ parameters:
MonitoringSubscriptionOctaviaWorker:
default: 'overcloud-octavia-worker'
type: string
OctaviaFlavorProperties:
default:
ram : '1024'
disk : '3'
vcpus : '1'
description: Dictionary describing the nova flavor for amphora.
type: json
OctaviaManageNovaFlavor:
default: true
description: Configure the nova flavor for the amphora.
type: boolean
OctaviaClientCertFile:
default: '/etc/octavia/certs/client.pem'
description: client certificate for amphoras
type: string
OctaviaClientCert:
default: ''
description: Client certificate data. If provided, this will create or update
a file on the host with the path provided in OctaviaClientCertFile
with the certificate data.
type: string
OctaviaProjectName:
description: The project name for the keystone Octavia account.
type: string
default: 'service'
RpcPort:
default: 5672
description: The network port for messaging backend
type: number
conditions:
octavia_client_cert_unset: {equals: [{get_param: OctaviaClientCert}, ""]}
resources:
ContainersCommon: