Changes between Version 22 and Version 23 of EGIFedCloud
- Timestamp:
- Mar 18, 2016 11:19:30 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EGIFedCloud
v22 v23 63 63 #!sh 64 64 [user@ui ~]$ VM_ID=$(occi --endpoint $ENDPOINT --auth x509 --user-cred $X509_USER_PROXY --voms --action create --resource compute --attribute occi.core.title="MyFirstVM1" --mixin $OS_TPL --mixin $RES_TPL --context user_data="file://$PWD/tmpfedcloud.login") 65 }}} 66 67 {{{ 68 #!sh 65 69 [user@ui ~]$ occi --endpoint $ENDPOINT --auth x509 --user-cred $X509_USER_PROXY --voms --action describe --resource ${VM_ID} 66 70 }}}