Closed codefromthecrypt closed 9 years ago
Note: this impacts CLI usage, as formerly you'd pass a UUID to affect designate zones. Now, you pass the zone name.
Live tested on hpcloud via...
$ ./gradlew clean test install -Ddesignate.url=https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/ -Ddesignate.tenantId=XXX -Ddesignate.username=XXX -Ddesignate.password=XXX -Ddesignate.zone=denominator.io.
NetflixOSS » denominator » denominator-pull-requests #92 SUCCESS This pull request looks good
zone addressing reverted in https://github.com/Netflix/denominator/pull/349
Note: this impacts CLI usage, as formerly you'd pass a UUID to affect designate zones. Now, you pass the zone name.
Live tested on hpcloud via...