]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix duplicate name of NVP LBaaS objs not allowed on vShield Edge
authorberlin <linb@vmware.com>
Mon, 17 Feb 2014 03:04:08 +0000 (11:04 +0800)
committerberlin <linb@vmware.com>
Thu, 20 Mar 2014 06:26:24 +0000 (14:26 +0800)
commitdb5ea5c705757ca20a5789839f96518877c91820
treed7c17ee8ecd861b727d818eae29b1a8d690a8f1d
parentbd05fd69956835d904f0a9922fc4807f24b8ba0a
Fix duplicate name of NVP LBaaS objs not allowed on vShield Edge

Duplicate name of LBaaS objs such as pool/vip/app_profile is not
allowed on vShield Edge, so here a name convention is needed to ensure
name uniqueness on the edge side.
Closes-Bug: #1257225

Change-Id: I953610d0389a78aa01f378c2ff4931d8c74413ea
neutron/plugins/vmware/vshield/common/constants.py
neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py
neutron/tests/unit/vmware/vshield/fake_vcns.py
neutron/tests/unit/vmware/vshield/test_lbaas_plugin.py
neutron/tests/unit/vmware/vshield/test_loadbalancer_driver.py