neutron/neutron/tests/api/admin
Kevin Benton 4595899f7f Neutron RBAC API and network support
This adds the new API endpoint to create, update, and delete
role-based access control entries. These entries enable tenants
to grant access to other tenants to perform an action on an object
they do not own.

This was previously done using a single 'shared' flag; however, this
was too coarse because an object would either be private to a tenant
or it would be shared with every tenant.

In addition to introducing the API, this patch also adds support to
for the new entries in Neutron networks. This means tenants can now
share their networks with specific tenants as long as they know the
tenant ID.

This feature is backwards-compatible with the previous 'shared'
attribute in the API. So if a deployer doesn't want this new feature
enabled, all of the RBAC operations can be blocked in policy.json and
networks can still be globally shared in the legacy manner.

Even though this feature is referred to as role-based access control,
this first version only supports sharing networks with specific
tenant IDs because Neutron currently doesn't have integration with
Keystone to handle changes in a tenant's roles/groups/etc.

DocImpact
APIImpact

Change-Id: Ib90e2a931df068f417faf26e9c3780dc3c468867
Partially-Implements: blueprint rbac-networks
2015-08-20 20:00:17 -07:00
..
__init__.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_agent_management.py Allow setting Agents description to None 2015-06-21 01:40:19 -04:00
test_dhcp_agent_scheduler.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_extension_driver_port_security_admin.py Add more API tests for port-security extension: 2015-06-04 16:02:46 +03:00
test_external_network_extension.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_external_networks_negative.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_floating_ips_admin_actions.py Add some tests for floating ips 2015-04-30 15:41:21 +00:00
test_l3_agent_scheduler.py Update L3 Agent Scheduler API tests 2015-04-08 12:54:27 -07:00
test_quotas.py Create packages for quota modules 2015-07-28 11:55:01 -07:00
test_routers_dvr.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
test_shared_network_extension.py Neutron RBAC API and network support 2015-08-20 20:00:17 -07:00