Fix neutron segmentation types for jumbo frames

Change-Id: I289b3024eab8bc5aff1a09562479c6b20dc9c97f
Closes-bug:#1491392
This commit is contained in:
Dmitry Kalashnik 2015-09-02 16:16:45 +03:00
parent 5a2533898b
commit e5a04fd32c

View File

@ -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'],
}
)