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

servers.create doesn't appear to be handing in user_data #35

Open
paul42 opened this issue Mar 30, 2015 · 0 comments
Open

servers.create doesn't appear to be handing in user_data #35

paul42 opened this issue Mar 30, 2015 · 0 comments

Comments

@paul42
Copy link

paul42 commented Mar 30, 2015

I have cloud-init on my images and when I use the UI and paste the yaml into the user_data field it spawns properly, but when I attempt this server data object:

var server_data = {
name: "apiRoleTest1",
flavorRef: '1',
imageRef:'long guid',
metadata:
{
"login_users": "etc"
},
user_data: yamlString
};

I am not getting any results or errors after logging onto the server.

thanks in advance

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

No branches or pull requests

1 participant