Skip to content

Commit

Permalink
Revert openstack commands for the ops VO
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Astalos <[email protected]>
Co-authored-by: Enol Fernandez <[email protected]>
  • Loading branch information
3 people committed Jan 31, 2024
1 parent 443d0db commit 3a72e80
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 3a72e80

Please sign in to comment.