Merge "Fix Murano action _get_fake_class"

This commit is contained in:
Jenkins 2016-07-08 05:32:52 +00:00 committed by Gerrit Code Review
commit 2f5f705497
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ class MuranoAction(base.OpenStackAction):
@classmethod
def _get_fake_client(cls):
return cls._get_client_class()()
return cls._get_client_class()("http://127.0.0.1:8082/")
class TackerAction(base.OpenStackAction):