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

Documentation #154

Closed
kotyara85 opened this issue Sep 26, 2018 · 4 comments
Closed

Documentation #154

kotyara85 opened this issue Sep 26, 2018 · 4 comments

Comments

@kotyara85
Copy link

Hi,
This module is awesome,
But is there any reliable documentation?

I can't even query clusters :/

puts compute.clusters.get("CLUSTER-1")

`requires': datacenter is required for this operation (ArgumentError)

Thanks in advance

@timogoebel
Copy link
Member

Just a quick hint, you need to traverse the tree here:

puts compute.datacenters.get('ABC').clusters.get("CLUSTER-1")

@chris1984
Copy link
Collaborator

Hi, I am working on this issue here: #133

@kotyara85
Copy link
Author

Thank you guys

@chris1984
Copy link
Collaborator

Duplicate of #133

@chris1984 chris1984 marked this as a duplicate of #133 Oct 2, 2018
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

3 participants