Merge "Unbreak test_created_router_interface (heat)"

This commit is contained in:
Jenkins 2015-11-20 00:16:44 +00:00 committed by Gerrit Code Review
commit a106c29ded

View File

@ -45,6 +45,7 @@ class NeutronResourcesTestJSON(base.BaseOrchestrationTest):
super(NeutronResourcesTestJSON, cls).setup_clients()
cls.network_client = cls.os.network_client
cls.subnets_client = cls.os.subnets_client
cls.ports_client = cls.os.ports_client
@classmethod
def resource_setup(cls):