Skip to content

Commit 27ab3ff

Browse files
authored
Fix the Docuemntation Some More (#9)
1 parent e420fe5 commit 27ab3ff

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ The SCS policies limit the roles that can be applied to projects by the manager,
4444

4545
You may also need to add a `_member_` role if you are using an old version of OpenStack and this is required by Neutron to function.
4646

47+
[Install](#installation) the policies we define in this library, though whatever mechanism your orchestration layer provides.
48+
49+
### Testing
50+
4751
As an admin account:
4852

4953
```bash
@@ -59,11 +63,14 @@ openstack project create --domain managed-domain managed-project
5963
Then to actually use the policies defined here you need to bind the `manager` role to the project:
6064

6165
```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
6367
```
6468

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.
6774
6875
```bash
6976
openstack network create --provider-network-type vlan --provider-physical-network physnet1 --provider-segment 666 my-provider-network

0 commit comments

Comments
 (0)