neutron-lbaas/neutron/api/v2
Henry Gessau 5610343d5a Disable PUT for IPv6 subnet attributes
In Juno we are not ready for allowing the IPv6 attributes on a subnet
to be updated after the subnet is created, because:
- The implementation for supporting updates is incomplete.
- Perceived lack of usefulness, no good use cases known yet.
- Allowing updates causes more complexity in the code.
- Have not tested that radvd, dhcp, etc. behave OK after update.

Therefore, for now, we set 'allow_put' to False for the two IPv6
attributes, ipv6_ra_mode and ipv6_address_mode. This prevents the
modes from being updated via the PUT:subnets API.

Closes-bug: #1378952

Change-Id: Id6ce894d223c91421b62f82d266cfc15fa63ed0e
(cherry picked from commit 8a08a3cb47d0dd69d4aa2e8fa661d04054fe95ae)
2014-10-09 12:04:07 +02:00
..
__init__.py Remove invalid copyright headers under API module 2014-04-02 11:09:03 -07:00
attributes.py Disable PUT for IPv6 subnet attributes 2014-10-09 12:04:07 +02:00
base.py Forbid regular users to reset admin-only attrs to default values 2014-09-23 15:18:51 +04:00
resource_helper.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
resource.py Send HTTP exceptions in the format expected by neutronclient 2014-08-18 17:21:45 +04:00
router.py Use six.moves.urllib.parse instead of urlparse 2014-02-13 10:19:01 +08:00