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

[autoscale] documentation about load_balancers doesn't match implementation #203

Closed
radix opened this issue Sep 27, 2013 · 1 comment
Closed
Labels

Comments

@radix
Copy link
Contributor

radix commented Sep 27, 2013

The autoscale.md specifies that you can pass 'load_balancers' as a list of tuples of (load_balancer_id, port), but that syntax doesn't seem to be supported by pyrax.

as per the docstring of _resolve_lbs (which seems to agree with the actual implementation):

    References can be either a dict that matches the structure required by
    the autoscale API, a CloudLoadBalancer instance, or the ID of the load
    balancer.

I don't know if there's a strong use case for supporting the tuple syntax, so maybe the documentation should just be updated.

@EdLeafe
Copy link
Contributor

EdLeafe commented Jan 27, 2014

IRC user 'turinggroup' reported a nearly identical issue today. Bumping this up so that it gets some attention.

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

No branches or pull requests

2 participants