Spawn member servers on VIP network
Change-Id: I893d91510923795cee340a37754537bb1cd8d5eb
This commit is contained in:
parent
eb9fb0a05a
commit
1341c6e4fc
@ -33,13 +33,9 @@ class OctaviaVipNetworkStackFixture(_neutron.NetworkStackFixture):
|
||||
port_security_enabled = True
|
||||
|
||||
|
||||
class OctaviaMemberNetworkStackFixture(_neutron.NetworkStackFixture):
|
||||
pass
|
||||
|
||||
|
||||
class OctaviaCentosServerStackFixture(_centos.CentosServerStackFixture):
|
||||
network_stack = tobiko.required_setup_fixture(
|
||||
OctaviaMemberNetworkStackFixture)
|
||||
OctaviaVipNetworkStackFixture)
|
||||
|
||||
@property
|
||||
def user_data(self):
|
||||
@ -55,7 +51,7 @@ class OctaviaCentosServerStackFixture(_centos.CentosServerStackFixture):
|
||||
|
||||
class OctaviaCirrosServerStackFixture(_cirros.CirrosServerStackFixture):
|
||||
network_stack = tobiko.required_setup_fixture(
|
||||
OctaviaMemberNetworkStackFixture)
|
||||
OctaviaVipNetworkStackFixture)
|
||||
|
||||
@property
|
||||
def user_data(self):
|
||||
|
Loading…
Reference in New Issue
Block a user