yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #19086
[Bug 1356678] [NEW] Adding and removing router interface uses a policy rule different from what there is the sample policy.json
Public bug reported:
The operations for adding and removing a router interface are checking
the "add_router_interface" and "remove_router_interface" policies, which
are not listed in the sample policy.json. Instead, there one can find
these policies:
"update_router:add_router_interface": "rule:admin_or_owner",
"update_router:remove_router_interface": "rule:admin_or_owner",
I've stated that while investigating this bug:
https://bugs.launchpad.net/neutron/+bug/1356679
** Affects: neutron
Importance: Undecided
Status: New
** Description changed:
The operations for adding and removing a router interface are checking
the "add_router_interface" and "remove_router_interface" policies, which
are not listed in the sample policy.json. Instead, there one can find
these policies:
- "update_router:add_router_interface": "rule:admin_or_owner",
- "update_router:remove_router_interface": "rule:admin_or_owner",
+ "update_router:add_router_interface": "rule:admin_or_owner",
+ "update_router:remove_router_interface": "rule:admin_or_owner",
- I've stated that while investigating this bug [...]
+ I've stated that while investigating this bug:
+ https://bugs.launchpad.net/neutron/+bug/1356679
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1356678
Title:
Adding and removing router interface uses a policy rule different from
what there is the sample policy.json
Status in OpenStack Neutron (virtual network service):
New
Bug description:
The operations for adding and removing a router interface are checking
the "add_router_interface" and "remove_router_interface" policies,
which are not listed in the sample policy.json. Instead, there one can
find these policies:
"update_router:add_router_interface": "rule:admin_or_owner",
"update_router:remove_router_interface": "rule:admin_or_owner",
I've stated that while investigating this bug:
https://bugs.launchpad.net/neutron/+bug/1356679
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1356678/+subscriptions
Follow ups
References