From d6a5c04b72f5afd103fffcc60e68381633f56aad Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Thu, 11 Oct 2018 15:19:56 +0300 Subject: [PATCH] Update no-tls environment in ssl/ directory It was out of date (including extra entries) Change-Id: Ib1258b8b9d8141cf534ab674c494c82f64f9ad9b --- environments/ssl/no-tls-endpoints-public.yaml | 3 --- sample-env-generator/ssl.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/environments/ssl/no-tls-endpoints-public.yaml b/environments/ssl/no-tls-endpoints-public.yaml index 62b3c6646d..1bca0197e2 100644 --- a/environments/ssl/no-tls-endpoints-public.yaml +++ b/environments/ssl/no-tls-endpoints-public.yaml @@ -22,9 +22,6 @@ parameter_defaults: BarbicanAdmin: {protocol: http, port: '9311', host: IP_ADDRESS} BarbicanInternal: {protocol: http, port: '9311', host: IP_ADDRESS} BarbicanPublic: {protocol: http, port: '9311', host: IP_ADDRESS} - CeilometerAdmin: {protocol: http, port: '8777', host: IP_ADDRESS} - CeilometerInternal: {protocol: http, port: '8777', host: IP_ADDRESS} - CeilometerPublic: {protocol: http, port: '8777', host: IP_ADDRESS} CephRgwAdmin: {protocol: http, port: '8080', host: IP_ADDRESS} CephRgwInternal: {protocol: http, port: '8080', host: IP_ADDRESS} CephRgwPublic: {protocol: http, port: '8080', host: IP_ADDRESS} diff --git a/sample-env-generator/ssl.yaml b/sample-env-generator/ssl.yaml index a25b40fca2..35ebd61366 100644 --- a/sample-env-generator/ssl.yaml +++ b/sample-env-generator/ssl.yaml @@ -485,9 +485,6 @@ environments: BarbicanAdmin: {protocol: http, port: '9311', host: IP_ADDRESS} BarbicanInternal: {protocol: http, port: '9311', host: IP_ADDRESS} BarbicanPublic: {protocol: http, port: '9311', host: IP_ADDRESS} - CeilometerAdmin: {protocol: http, port: '8777', host: IP_ADDRESS} - CeilometerInternal: {protocol: http, port: '8777', host: IP_ADDRESS} - CeilometerPublic: {protocol: http, port: '8777', host: IP_ADDRESS} CephRgwAdmin: {protocol: http, port: '8080', host: IP_ADDRESS} CephRgwInternal: {protocol: http, port: '8080', host: IP_ADDRESS} CephRgwPublic: {protocol: http, port: '8080', host: IP_ADDRESS}