theborch / rackspace_lbaas

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

Put constants all in one spot in the module? #7

Open martinb3 opened 9 years ago

martinb3 commented 9 years ago

There are some constants like https://github.com/theborch/rackspace_lbaas/blob/master/libraries/helpers.rb#L35 that could probably go in the top of the module, or better yet, use the Fog constants at https://github.com/fog/fog/blob/master/lib/fog/rackspace/models/load_balancers/load_balancer.rb#L8-L14.