joaquincasares / cassandralauncher

Allows for the DataStax AMI to run from the command line while removing common user errors. End-to-end time to a cluster of any size is ~5 minutes. 22,000+ PyPI downloads.
46 stars 13 forks source link

Allow clusters to be launched in regions other than us-east-1. #1

Closed allanca closed 12 years ago

allanca commented 12 years ago

Connect boto to the region specified by the placement argument. I wasn't able to launch in us-west-1 without changing the connect code.

Downside is that terminate code won't search all the regions and find this cluster.

joaquincasares commented 12 years ago

Thanks! I had meaning meaning to take a harder look at that!

c09059db57e8d695b3ef04fd3c9928f6573f75d7 This commit now allows termination of clusters to also run correctly.

Thanks for pointing this out! Also, pip is now updated with the new code.

Thanks again!