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:
Gael Chamoulaud 2019-09-16 09:47:22 +02:00
parent 3d1a850302
commit 2241528f4f
3 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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',

View File

@ -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