Remove panko
This patch removes panko which has been deprecated in Train Change-Id: I8849fda5c6a209913be79b668cbdb5e11dce1514 Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
parent
3d1a850302
commit
2241528f4f
@ -0,0 +1,6 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Panko which is part of the telemetry services has been deprecated in
|
||||
Train. From now on, it is not deployed anymore in the Undercloud if the
|
||||
telemetry has been enabled during the installation.
|
@ -89,7 +89,7 @@ class StandaloneConfig(BaseConfig):
|
||||
cfg.BoolOpt('enable_telemetry',
|
||||
default=telemetry,
|
||||
help=_('Whether to install Telemetry services '
|
||||
'(ceilometer, gnocchi, aodh, panko ) in the '
|
||||
'(ceilometer, gnocchi, aodh) in the '
|
||||
'Undercloud.')
|
||||
),
|
||||
cfg.BoolOpt('enable_validations',
|
||||
|
@ -89,7 +89,6 @@ USER_HOME = os.environ.get('HOME', '')
|
||||
TELEMETRY_DOCKER_ENV_YAML = [
|
||||
'environments/services/undercloud-gnocchi.yaml',
|
||||
'environments/services/undercloud-aodh.yaml',
|
||||
'environments/services/undercloud-panko.yaml',
|
||||
'environments/services/undercloud-ceilometer.yaml']
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
Loading…
Reference in New Issue
Block a user