Skip to content

Commit

Permalink
Revert openstack commands for the ops VO in keystone federation suppo…
Browse files Browse the repository at this point in the history
…rt (#630)

<!--
A good PR should describe what benefit this brings to the repository.
This description of the PR will be used as the commit message when
merging it.
Ideally, there is an existing issue which the PR address.

Please check the [Contributing
guide](https://docs.egi.eu/about/contributing/)
for style requirements and advice.
-->

# Summary

Thanks @astalosj for spotting the mistake. It should be fixed now.

---

<!-- Add, if any, the related issue here, e.g. #6 -->

**Related issue :**

Co-authored-by: Jan Astalos <73936420+astalosj@users.noreply.github.com>
Co-authored-by: Enol Fernandez <enol.fernandez@egi.eu>
  • Loading branch information
3 people authored Jan 31, 2024
1 parent 443d0db commit 963a177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/providers/cloud-compute/openstack/aai.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Create a group per VO that you want to support:

```shell
# Support for https://operations-portal.egi.eu/vo/view/voname/ops
$ openstack group create --domain egi.eu ops
$ openstack group create ops

# Support for https://operations-portal.egi.eu/vo/view/voname/cloud.egi.eu
$ openstack group create --domain egi.eu egi-staff
Expand All @@ -281,7 +281,7 @@ $ openstack group create --domain egi.eu egi-staff
Add groups to the desired local project:

```shell
$ openstack role add --domain egi.eu --group ops --project ops member
$ openstack role add --group ops --project ops member
```

Add a domain-wide role for auditing purposes (see below):
Expand Down

0 comments on commit 963a177

Please sign in to comment.