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

View File

@ -711,7 +711,7 @@ class MuranoAction(base.OpenStackAction):
@classmethod @classmethod
def _get_fake_client(cls): 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): class TackerAction(base.OpenStackAction):