Files
nova/etc
ShaoHe Feng 4d6a50ab3e Remove db layer hard-code permission checks for floating_ip_dns
This patches removes db layer hard-code permission checks for
floating_ip_dns.

Partially implements bp nova-api-policy-final-part

SecurityImpact
UpgradeImpact:
Due to the db layer permission checks are removed, we need to add default
policy rule into policy file. In this patch,
"os_compute_api:os-floating-ip-dns:domain:update" and
"os_compute_api:os-floating-ip-dns:domain:delete" were updated with a default
rule. Admin will be notfied to update their policy configure file to keep
the behavior as before.

Change-Id: Ibddf3529a219cb9a0c1d4cfdb89327b53454c436
2015-07-03 07:50:57 +00:00
..