gh-132: Drop OpenSSL dependency

Closes #132
pull/137/head
Vlastimil Holer 6 years ago
parent 96e621b959
commit 7a4a8e3ec9
No known key found for this signature in database
GPG Key ID: EB549BADEFD07C53

@ -182,7 +182,7 @@ function get_new_context {
elif vmware_context ; then
log debug "Reading context via vmtoolsd"
vmtoolsd --cmd 'info-get guestinfo.opennebula.context' | \
openssl base64 -d > ${CONTEXT_NEW}
base64 -d > ${CONTEXT_NEW}
elif curl -sf -m 30 -o ${CONTEXT_NEW} http://169.254.169.254/latest/user-data; then
log debug "Reading EC2 user-data"

Loading…
Cancel
Save