rcbops-qe / monster

Deployment/Orchestration Engine
Apache License 2.0
4 stars 8 forks source link

the region in the secrete.yaml must be CAPS or it will fail #205

Closed jacobwagner closed 10 years ago

jacobwagner commented 10 years ago

This works

rackspace:
     region: DFW

This doesnt

rackspace:
    region: dfw

We either need to enforce caps in the code or in the example or capture the failure to initialize a pyrax object (UNIT TEST Ho)!

jacobwagner commented 10 years ago

fixed in https://github.com/rcbops-qa/monster/pull/206