Skip to content

Commit

Permalink
For Domain Manager tests add role creation to README
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Hentsch <[email protected]>
  • Loading branch information
markus-hentsch committed Oct 11, 2023
1 parent ca5df27 commit fa5d4fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/iam/domain-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ The creation of these resources is described below.

**WARNING:** Replace the `<REPLACEME>` password placeholders by securely generated passwords in the code blocks below.

As a preliminary step, create the "`domain-manager`" role if it does not exist:

```bash
openstack role create domain-manager
```

First, create two testing domains and a domain manager for each domain:

```bash
Expand Down

0 comments on commit fa5d4fb

Please sign in to comment.