You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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):
I don't know if there's a strong use case for supporting the tuple syntax, so maybe the documentation should just be updated.
The text was updated successfully, but these errors were encountered: