Merge "Fix Murano action _get_fake_class"
This commit is contained in:
commit
2f5f705497
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user