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

[LIBCLOUD-726] Added support for custom data in create_node function … #554

Closed

Conversation

davidwilson2038
Copy link
Contributor

Azure has support for Custom Data (i.e. "User Data") in base64 format to be included on node creation (https://msdn.microsoft.com/en-us/library/azure/jj157194.aspx). I have implemented this in the create_node function for Linux VMs. This is an important feature for any workflows that rely on cloud-init.

@asfgit asfgit closed this in 20ebeff Aug 2, 2015
@Kami
Copy link
Member

Kami commented Aug 2, 2015

Thanks.

I've pushed some change and merged your PR intro trunk.

  1. Explicitly declare the method argument, add missing docstring - d79cffd
  2. Don't require user to base64 encode the value and do the encoding inside the method - cf32c27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants