pycontribs / pyrax

The Python SDK for the Rackspace Cloud
developer.rackspace.com
Apache License 2.0
237 stars 208 forks source link

WIP: Add client to talk to RackConnect api #517

Closed pratikmallya closed 9 years ago

pratikmallya commented 9 years ago

=== DO NOT MERGE === This patch adds a simple client to talk with the rackconnect api. Currently, it only deals with adding/removing dedicated loadbalancers and assigning/removing public IP's to cloudservers.

rs-randallburt commented 9 years ago

@pratikmallya thanks for putting this up, but I think we should refrain from posting WiP code up here. The folks managing this repo have quite a bit on their plate atm and don't have a lot of bandwidth for doing these sorts of reviews. Could you link or post an issue if one doesn't exist and we can review this internally before posting a new PR? Thanks!

briancurtin commented 9 years ago

Yeah, this should just be worked on in your personal fork and submitted as a pull request once you've completed the work.

pratikmallya commented 9 years ago

@rs-randallburt sure thing.