theborch / rackspace_lbaas

Libraries for managing Rackspace Cloud Load Balancers with Chef.
Apache License 2.0
0 stars 0 forks source link

Support non-US endpoints #2

Open martinb3 opened 9 years ago

martinb3 commented 9 years ago

In https://github.com/theborch/rackspace_lbaas/blob/master/libraries/helpers.rb#L12, US endpoint is hardcoded.

martinb3 commented 9 years ago

Also, some appear to be able to be present in Fog as constants: https://github.com/fog/fog/blob/master/lib/fog/rackspace/load_balancers.rb#L13-L15

Maybe we could document that so users can use it.