nova-bouncer
nova-bouncer copied to clipboard
Improperly defined policies
I was wrecking my head as to why I wasn't able to display Roles in Nova even though I have granted the viewAny
permission via Bouncer. Took me so long to find that you define policies for the two models. These policy methods should return null in order to delegate to Bouncer and not override my Bouncer authorization rules..