Skip to content

Commit

Permalink
Update documentation for removing EGI_SITE envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
tdviet committed Nov 22, 2022
1 parent ffd1ff6 commit d889dbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/cheat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Useful commands
# Pass it to OpenStack
EGI_SITE=IISAS-FedCloud
EGI_VO=vo.access.egi.eu
fedcloud openstack server create --flavor <flavor> --image <image> --user-data user.txt --key-name <keypair> testvm
fedcloud openstack server create --site $EGI_SITE --flavor <flavor> --image <image> --user-data user.txt --key-name <keypair> testvm

# Once you log into the VM you can retrieve the "mytoken" with
curl http://169.254.169.254/openstack/latest/user_data/
Expand Down
2 changes: 0 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ Most of fedcloud options, including options for tokens can be set via environmen
+-----------------------------+---------------------------------+------------------------------------+
| OPENSTACK_AUTH_TYPE | --openstack-auth-type | v3oidcaccesstoken |
+-----------------------------+---------------------------------+------------------------------------+
| EGI_SITE | --site | |
+-----------------------------+---------------------------------+------------------------------------+
| EGI_VO | --vo | |
+-----------------------------+---------------------------------+------------------------------------+

Expand Down

0 comments on commit d889dbb

Please sign in to comment.