:Updated endpoint for gnocchi and aodh plugins. 58/5858/1
authorHelena McGough <helena.mcgough@intel.com>
Fri, 23 Feb 2018 14:36:12 +0000 (14:36 +0000)
committerHelena McGough <helena.mcgough@intel.com>
Fri, 23 Feb 2018 14:38:44 +0000 (14:38 +0000)
Change-Id: Id8c1081ac8d78e1445b764840e917ce893d85ca6
Signed-off-by: Helena McGough <helena.mcgough@intel.com>
osm_mon/plugins/OpenStack/common.py

index 8c9094c..447d89d 100644 (file)
@@ -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",