Merge "Only pass 'endpoint_override=endpoint' with heat client"

This commit is contained in:
Jenkins 2017-03-14 16:53:38 +00:00 committed by Gerrit Code Review
commit f89d96181b
1 changed files with 0 additions and 3 deletions

View File

@ -39,10 +39,7 @@ class HeatClientPlugin(client_plugin.ClientPlugin):
args['username'] = self.context.username
args['password'] = self.context.password
# Note: Remove 'endpoint' from args when requirements
# changes to python-heatclient>=1.6.0
return hc.Client('1', endpoint_override=endpoint,
endpoint=endpoint,
session=self.context.keystone_session,
**args)