Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user_data needs to be Base64 encoded in Nova.createServer #122

Closed
julienvey opened this issue Oct 8, 2014 · 0 comments · Fixed by #126
Closed

user_data needs to be Base64 encoded in Nova.createServer #122

julienvey opened this issue Oct 8, 2014 · 0 comments · Fixed by #126
Milestone

Comments

@julienvey
Copy link
Collaborator

We need to use this http://ruby-doc.org/stdlib-2.1.3/libdoc/base64/rdoc/Base64.html

A quick workaround is to encode it in the Vagrantfile

require 'Base64'
os.user_data = Base64.encode64("...")
@julienvey julienvey changed the title user_data needs to be Base64 encoded user_data needs to be Base64 encoded in Nova.createServer Oct 8, 2014
@ggiamarchi ggiamarchi added this to the 0.5 milestone Oct 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants