create a user role to allow choosing "provider network type" [closed]
Trying to create a role which allows a user to create networks in "admin-mode" did not work as expected.
I have mitaka running and created: * role: "team-admin" * assigned that role to a user / project * modified neutron policy.json with: "context_is_admin": "role:admin or role:team-admin",
Unfortunately, I'm still not able to create new networks and select a "provider network type".
What did I forgot? I can't find it in the manual(s).
Thanks for a hint.