deb-heat/heat/engine/resources/neutron
huangtianhua 945f3fe95a Match tenant_id when name ambiguity in get_secgroup_uuids()
Neutron allows securityGroup creation with same name
between one/more users, and the admin roles can get/use
the other users' securityGroup. So if there are several
securityGroups return, we should match the one which is
belongs to the stack owner, and then to raise
'PhysicalResourceNameAmbiguity' exception if can't match.

Change-Id: Icb7eae35ba40a142a4d398b7c9d58c8483b9588e
Closes-Bug: #1348064
2014-08-30 06:55:29 +00:00
..
__init__.py Rename Quantum to Neutron 2013-08-06 22:08:27 -07:00
firewall.py Neutron use ClientPlugin.ignore_not_found etc 2014-08-11 17:29:38 -05:00
floatingip.py Using neutron utils function from neutron plugin 2014-08-21 05:28:39 +00:00
loadbalancer.py Add more info to ResourceUnknownStatus 2014-08-27 16:06:44 +03:00
metering.py Neutron use ClientPlugin.ignore_not_found etc 2014-08-11 17:29:38 -05:00
net.py Neutron use ClientPlugin.ignore_not_found etc 2014-08-11 17:29:38 -05:00
network_gateway.py Using neutron utils function from neutron plugin 2014-08-21 05:28:39 +00:00
neutron.py Match tenant_id when name ambiguity in get_secgroup_uuids() 2014-08-30 06:55:29 +00:00
port.py Match tenant_id when name ambiguity in get_secgroup_uuids() 2014-08-30 06:55:29 +00:00
provider_net.py Implement neutron client plugin 2014-07-09 08:45:29 +12:00
router.py Using neutron utils function from neutron plugin 2014-08-21 05:28:39 +00:00
security_group.py Remove resource_id_set(None) calls 2014-08-19 11:30:32 -04:00
subnet.py Using neutron utils function from neutron plugin 2014-08-21 05:28:39 +00:00
vpnservice.py Using neutron utils function from neutron plugin 2014-08-21 05:28:39 +00:00