Fix neutron segmentation types for jumbo frames
Change-Id: I289b3024eab8bc5aff1a09562479c6b20dc9c97f Closes-bug:#1491392
This commit is contained in:
parent
5a2533898b
commit
e5a04fd32c
@ -220,7 +220,7 @@ class TestJumboFrames(base_test_case.TestBasic):
|
||||
mode=CONF.DEPLOYMENT_MODE_HA,
|
||||
settings={
|
||||
"net_provider": 'neutron',
|
||||
"net_segment_type": 'vlan',
|
||||
"net_segment_type": CONF.NEUTRON_SEGMENT['vlan'],
|
||||
}
|
||||
)
|
||||
|
||||
@ -301,7 +301,7 @@ class TestJumboFrames(base_test_case.TestBasic):
|
||||
mode=CONF.DEPLOYMENT_MODE_HA,
|
||||
settings={
|
||||
"net_provider": 'neutron',
|
||||
"net_segment_type": 'gre',
|
||||
"net_segment_type": CONF.NEUTRON_SEGMENT['tun'],
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user