diff --git a/heat/tests/openstack/nova/fakes.py b/heat/tests/openstack/nova/fakes.py index 1a871c24a..eee9e03df 100644 --- a/heat/tests/openstack/nova/fakes.py +++ b/heat/tests/openstack/nova/fakes.py @@ -40,7 +40,7 @@ class FakeClient(fakes.FakeClient, Client): def __init__(self, *args, **kwargs): super(FakeClient, self).__init__('username', 'password', 'project_id', - 'auth_url') + 'auth_url', direct_use=False) self.client = FakeHTTPClient(**kwargs)