You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then to actually use the policies defined here you need to bind the `manager` role to the project:
60
64
61
65
```bash
62
-
openstack role add --user domain-manager--domain managed-domain --project managed-project manager
66
+
openstack role add --user domain-manager--domain managed-domain --project managed-project manager
63
67
```
64
68
65
-
At this point, you must have [installed](#installation) the policies we define in this library, though whatever mechanism your orchestration layer provides.
66
-
Re-authenticate as the `manager` user, now scoped to the project, and create the network:
69
+
Reauthenticate as the `domain-manager` scoped to the `managed-project` and try creating a provider network, which should succeed.
70
+
71
+
> [!NOTE]
72
+
> This obviously requires VLAN provider network support by the platform.
73
+
> You may also verify everything works by performing some quota updates.
0 commit comments