]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Assign Cisco nw profile to multi-tenants in single request
authorAaron-Zhang231 <fenzhang@cisco.com>
Sat, 15 Feb 2014 13:54:53 +0000 (05:54 -0800)
committeraaronzhang231 <fenzhang@cisco.com>
Wed, 20 Aug 2014 21:18:45 +0000 (14:18 -0700)
commit573e25cb70b0fe9e44b2b2224f1c939ef4ea8198
treef664ee8adc84a5c2a1456d342dbe206814e0d47f
parent7a7ed08082fe0c83f915178838005841fcc516ab
Assign Cisco nw profile to multi-tenants in single request

Currently with Cisco N1kv plugin, user can assign cisco network
profile to only one tenant in a request. So user has to send
multiple requests to assign a cisco network profile to multiple
tenants.
This fix is going to add the support to assign to multiple tenants
in a single request

This fix has corresponding changes in neutron, python-neutronclient
and horizon. All the changes should be committed at the same time

Change-Id: I42ffbd17a80f741d9cf1094dc79b588444bd9d4b
Implements: blueprint cisco-network-profile-multi-tenants-support
neutron/plugins/cisco/common/cisco_constants.py
neutron/plugins/cisco/db/n1kv_db_v2.py
neutron/plugins/cisco/extensions/network_profile.py
neutron/tests/unit/cisco/n1kv/test_n1kv_db.py
neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py