strange result from find_zookeepers
Bug #823511 reported by
William Reade
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyjuju |
Fix Released
|
Undecided
|
William Reade |
Bug Description
At the moment, we always return a list of one machine, and would do so even if there were multiple viable zookeeper machines. We should continue to process the instances individually, but we should aggregate all results and return a list of all our zookeepers.
We don't really need to worry about this until we have multiple zookeepers.
Related branches
lp://staging/~fwereade/pyjuju/find-all-zookeepers
- Gustavo Niemeyer: Approve
-
Diff: 145 lines (+37/-22)4 files modifiedensemble/providers/common/findzookeepers.py (+4/-3)
ensemble/providers/common/tests/test_findzookeepers.py (+8/-5)
ensemble/providers/ec2/tests/test_findzookeeper.py (+7/-5)
ensemble/providers/orchestra/tests/test_findzookeepers.py (+18/-9)
Changed in ensemble: | |
assignee: | nobody → William Reade (fwereade) |
milestone: | none → dublin |
status: | New → In Progress |
Changed in ensemble: | |
status: | In Progress → Fix Released |
To post a comment you must log in.