Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert openstack commands for the ops VO in keystone federation support #630

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading