get rid of useless tenant_id attribute

reflecting the same change in tempest

Change-Id: I24f0b456beb4f98269c8ff6141103271850731d0
Closes-Bug: #1640430
This commit is contained in:
Michal Ptacek 2016-11-09 09:40:24 +00:00
parent 7018e5a0c8
commit e40eae5d19
1 changed files with 1 additions and 2 deletions

View File

@ -177,8 +177,7 @@ class TestServerNumaTopo(TestServerNumaBase):
@test.services('compute', 'network')
def test_server_numa(self):
self.security_group = self._create_security_group(
tenant_id=self.tenant_id)
self.security_group = self._create_security_group()
self.boot_instance()
rmt_client = self.verify_ssh()
topo = self.get_numa_topology(rmt_client)