Dynamic routing services for OpenStack Neutron.
Go to file
Elena Ezhova e9a2f9034c Add rule for updating network's router:external attribute
Set admin_only rule for update_network:router:external in policy.json

Also, change the default value of router:external from attr.ATTR_NOT_SPECIFIED
to False, because each time we try to get or update a network the dict with
its attributes is extended by _extend_network_dict_l3 function which adds
router:external=False to the dict if this attribute is not specified.
Thus, if the default value is not specified, router:external is considered
to be updated in any case and the policy rule is applied.

Change-Id: I899d98c7d8c9d9863ac5d8f992b6a2d507ec4482
Closes-Bug: 1338880
2014-07-22 12:27:14 +04:00
etc Add rule for updating network's router:external attribute 2014-07-22 12:27:14 +04:00
neutron/db/migration/models L2 Model additions to support DVR 2014-07-17 07:53:14 -07:00
setup.cfg ofagent: move main module from ryu repository 2014-06-23 20:22:22 +09:00