-
Notifications
You must be signed in to change notification settings - Fork 1
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
validation of cloudmesh.yaml? #31
Comments
I found the example by googling cloudmesh.yaml. I've got two questions:
|
I was able to copy and paste the information about Eucalyptus and Openstack from my current futuregrid credentials on $HOME/.futuregrid/.. however, I couldn't find the one about Windows Azure. Where can I find username: and password: sections from Windows Azure web portal or somewhere else? |
how can we do a tab checker for the yaml file? can you work on this. maybe we can have in cm_config a method called validate(self) |
We are in the need of a validation function of the yaml file. Also it would be cool to have a program that expands missing tabs in a yaml file.
could we have a python script that does
cm-manage validate -f filename --fix
fixes the tabs
The text was updated successfully, but these errors were encountered: