]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
CSCO:Tenants not to access unshared n/w profiles
authorSaksham Varma <sakvarma@cisco.com>
Thu, 4 Sep 2014 21:53:50 +0000 (14:53 -0700)
committerSaksham Varma <sakvarma@cisco.com>
Wed, 26 Nov 2014 02:58:54 +0000 (18:58 -0800)
commitf0ea09dffc5bbb69febe399d6b077e5b4657cbc7
tree836d55645fe36a543eebbfd2be93955073b55ceb
parent253652133d466ab15aea3459a62c15f8984ffcf6
CSCO:Tenants not to access unshared n/w profiles

Ensure that a n1kv tenant who has no access to a network profile
belonging to some other tenant, is not allowed to modify that profile.
Currently, a tenant can create networks on any network profile if he
has the network profile id.

Change-Id: I53d767acceaa5e2c08e75e6f18847f659cda8d8b
Closes-Bug: 1365727
etc/neutron/plugins/cisco/cisco_plugins.ini
neutron/plugins/cisco/common/config.py
neutron/plugins/cisco/db/n1kv_db_v2.py
neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py
neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py