From 030c8c720baf9e472efdd703bff6f4fdf29aa035 Mon Sep 17 00:00:00 2001 From: Helena McGough Date: Fri, 23 Feb 2018 14:36:12 +0000 Subject: [PATCH] :Updated endpoint for gnocchi and aodh plugins. Change-Id: Id8c1081ac8d78e1445b764840e917ce893d85ca6 Signed-off-by: Helena McGough --- osm_mon/plugins/OpenStack/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm_mon/plugins/OpenStack/common.py b/osm_mon/plugins/OpenStack/common.py index 8c9094c..447d89d 100644 --- a/osm_mon/plugins/OpenStack/common.py +++ b/osm_mon/plugins/OpenStack/common.py @@ -97,7 +97,7 @@ class Common(object): try: return self._ks.service_catalog.url_for( service_type=service_type, - endpoint_type='internalURL', + endpoint_type='publicURL', region_name='RegionOne') except Exception as exc: log.warning("Failed to retreive endpoint for service due to: %s", -- 2.25.1