Merge "Pass domain id to ceilometer client"

This commit is contained in:
Jenkins 2016-01-04 13:11:05 +00:00 committed by Gerrit Code Review
commit 47230473e4

View File

@ -37,6 +37,8 @@ class CeilometerClientPlugin(client_plugin.ClientPlugin):
'service_type': self.METERING,
'project_name': con.tenant,
'token': lambda: self.auth_token,
'user_domain_id': con.user_domain,
'project_domain_id': con.project_domain,
'endpoint_type': endpoint_type,
'os_endpoint': endpoint,
'cacert': self._get_client_option(CLIENT_NAME, 'ca_file'),