Searched refs:get_session_endpoint (Results 1 – 8 of 8) sorted by relevance
4 and to get_session_endpoint. At the moment this is only11 an endpoint from get_session_endpoint or a Client from cinderclient13 version for get_session_endpoint should be able to sort out
84 self.cloud.get_session_endpoint("image")91 image_endpoint = self.cloud.get_session_endpoint("image")98 self.cloud.get_session_endpoint('identity')
138 endpoint = self.get_session_endpoint(187 endpoint = self.get_session_endpoint('identity')
358 cc.get_session_endpoint('compute'),368 cc.get_session_endpoint('telemetry'),379 cc.get_session_endpoint('orchestration')392 self.assertIsNone(cc.get_session_endpoint('notfound'))
171 cc.get_session_endpoint('compute'),181 cc.get_session_endpoint('telemetry'),192 cc.get_session_endpoint('orchestration')205 self.assertIsNone(cc.get_session_endpoint('notfound'))
716 def get_session_endpoint(self, service_key, **kwargs): member in _OpenStackCloudMixin720 return self.config.get_session_endpoint(service_key, **kwargs)753 endpoint = self.get_session_endpoint(service_key, **kwargs)
844 def get_session_endpoint( member in CloudRegion