Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Luna-Valero <[email protected]>
  • Loading branch information
enolfc and sebastian-luna-valero authored Oct 24, 2023
1 parent d66d8b9 commit af8a852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/providers/cloud-compute/openstack/vo_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ for the given VO.
$ openstack role add member --group $group_id --project <your project>
```

1. Set the `VO` property to the name of the VO that you are supporting:
1. Set the `egi.VO` property to the name of the VO that you are supporting:

```shell
$ openstack project set --property VO=<name of the VO> <your project>
$ openstack project set --property egi.VO=<name of the VO> <your project>
```

## Keystone Mapping
Expand Down Expand Up @@ -111,7 +111,7 @@ openstack role add member --user <your caso user> --project <your new vo project

## Information system

If you are correctly setting the `VO` property to your projects, the configuration will
If you are correctly setting the `egi.VO` property to your projects, the configuration will
be automatically retrieved by the cloud-info-provider.

## VM Image Management
Expand Down

0 comments on commit af8a852

Please sign in to comment.