Merge "Fix the project_id to project_name when initializing ceilometerclient"

This commit is contained in:
Jenkins 2015-07-21 06:10:35 +00:00 committed by Gerrit Code Review
commit cf7d64979a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class CeilometerClientPlugin(client_plugin.ClientPlugin):
args = {
'auth_url': con.auth_url,
'service_type': self.METERING,
'project_id': con.tenant,
'project_name': con.tenant,
'token': lambda: self.auth_token,
'endpoint_type': endpoint_type,
'os_endpoint': endpoint,