Fix pep8 line length failure

Change-Id: Ic4c4bb59a2ed0a8b96d1883e0cf76330ed4ce29f
This commit is contained in:
Brad P. Crochet 2015-04-13 09:42:51 -04:00
parent 40dd9589df
commit 100516094a
1 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,8 @@ class ClientWrapper(object):
API_VERSIONS)
LOG.debug('Instantiating orchestration client: %s', heat_client)
endpoint = self._instance.get_endpoint_for_service_type('orchestration')
endpoint = self._instance.get_endpoint_for_service_type(
'orchestration')
token = self._instance.auth.get_token(self._instance.session)
client = heat_client(