Merge "cinder-backup/volume: Remove unused parameters"

This commit is contained in:
Zuul 2022-06-24 08:09:59 +00:00 committed by Gerrit Code Review
commit 154de03fd4
3 changed files with 0 additions and 36 deletions

View File

@ -73,17 +73,6 @@ parameters:
description: CLI tool used to manage containers.
constraints:
- allowed_values: ['podman']
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.
DockerCinderBackupLoggingSource:
type: json
default:
tag: openstack.cinder.backup
file: /var/log/containers/cinder/cinder-backup.log
CephConfigPath:
type: string
default: "/var/lib/tripleo-config/ceph"

View File

@ -206,20 +206,6 @@ parameters:
via the local IP for the Etcd network. If set to true, the ip
on the local node will be used. If set to false, the VIP on the Etcd
network will be used instead. Defaults to false.
EnableInternalTLS:
type: boolean
default: false
EnableEtcdInternalTLS:
description: Controls whether etcd and the cinder-volume service use TLS
for cinder's lock manager, even when the rest of the internal
API network is using TLS.
type: boolean
default: true
CephConfigPath:
type: string
default: "/var/lib/tripleo-config/ceph"
description: |
The path where the Ceph Cluster config files are stored on the host.
resources:
ContainersCommon:

View File

@ -61,17 +61,6 @@ parameters:
description: CLI tool used to manage containers.
constraints:
- allowed_values: ['podman']
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.
CinderVolumeLoggingSource:
type: json
default:
tag: openstack.cinder.volume
file: /var/log/containers/cinder/cinder-volume.log
CephConfigPath:
type: string
default: "/var/lib/tripleo-config/ceph"