Skip to content

Commit

Permalink
update Cheat sheet accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Nov 9, 2023
1 parent 6581acd commit 1b20d71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cheat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ Useful commands
FEDCLOUD_MYTOKEN=<mytoken> # created on https://mytoken.data.kit.edu/

# Pass it to OpenStack
EGI_SITE=IISAS-FedCloud
EGI_VO=vo.access.egi.eu
fedcloud openstack server create --site $EGI_SITE --flavor <flavor> --image <image> --user-data user.txt --key-name <keypair> testvm
FEDCLOUD_SITE=IISAS-FedCloud
FEDCLOUD_VO=vo.access.egi.eu
fedcloud openstack server create --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

0 comments on commit 1b20d71

Please sign in to comment.