From: Helena McGough Date: Fri, 23 Feb 2018 14:36:12 +0000 (+0000) Subject: :Updated endpoint for gnocchi and aodh plugins. X-Git-Tag: v4.0.0~30 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=030c8c720baf9e472efdd703bff6f4fdf29aa035;p=osm%2FMON.git :Updated endpoint for gnocchi and aodh plugins. Change-Id: Id8c1081ac8d78e1445b764840e917ce893d85ca6 Signed-off-by: Helena McGough --- 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",