| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | Fixed indentation issues | Chris Behrens | 2011-06-29 | 1 | -1/+1 | |
| | * | | | | | | | | | change variable names to remove future conflict with sandy's zone-offsets branch | Chris Behrens | 2011-06-28 | 1 | -3/+4 | |
| | * | | | | | | | | | Merged trunk | Chris Behrens | 2011-06-28 | 1 | -1/+25 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| | * | | | | | | | | | log formatting typo | Chris Behrens | 2011-06-28 | 1 | -1/+2 | |
| | * | | | | | | | | | logging fixes | Chris Behrens | 2011-06-27 | 1 | -3/+2 | |
| | * | | | | | | | | | Made _issue_novaclient_command() behave better. | Chris Behrens | 2011-06-27 | 2 | -16/+37 | |
| | * | | | | | | | | | same typo i made before! | Chris Behrens | 2011-06-24 | 1 | -1/+1 | |
| | * | | | | | | | | | on 2nd run through filter_hosts, we've already accounted for the topic | Chris Behrens | 2011-06-24 | 1 | -7/+15 | |
| | * | | | | | | | | | LeastCostScheduler wasn't checking for topic cost functions correctly. | Chris Behrens | 2011-06-23 | 1 | -2/+9 | |
| | * | | | | | | | | | requested_mem typo | Chris Behrens | 2011-06-23 | 1 | -1/+1 | |
| | * | | | | | | | | | more typos | Chris Behrens | 2011-06-23 | 1 | -2/+2 | |
| | * | | | | | | | | | typo in least cost scheduler | Chris Behrens | 2011-06-23 | 1 | -1/+1 | |
| | * | | | | | | | | | debug logging of number of instances to build in scheduler | Chris Behrens | 2011-06-23 | 1 | -4/+7 | |
| | * | | | | | | | | | missed passing an argument to consume_resources | Chris Behrens | 2011-06-23 | 1 | -1/+1 | |
| | * | | | | | | | | | an int() was missed being removed from UUID changes when zone rerouting kicks in | Chris Behrens | 2011-06-23 | 1 | -1/+1 | |
| | * | | | | | | | | | minor fixups | Chris Behrens | 2011-06-23 | 2 | -3/+2 | |
| | * | | | | | | | | | Add some resource checking for memory available when scheduling | Chris Behrens | 2011-06-23 | 3 | -36/+107 | |
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | trunk merge | Sandy Walsh | 2011-06-29 | 2 | -8/+28 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | | Edited the host filter test case for extra specs | Lorin Hochstein | 2011-06-24 | 1 | -2/+2 | |
| | * | | | | | | | | Dealing with cases where extra_specs wasn't defined | Lorin Hochstein | 2011-06-24 | 1 | -0/+4 | |
| | * | | | | | | | | pep8 fixes | Lorin Hochstein | 2011-06-24 | 1 | -2/+22 | |
| | |/ / / / / / / | ||||||
| * / / / / / / / | refactoring to compute from scheduler | Sandy Walsh | 2011-06-28 | 1 | -0/+10 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merging trunk, fixing conflicts | Rick Harris | 2011-06-20 | 1 | -1/+7 | |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| | * | | | | | | Implements a portion of ec2 ebs boot. | Isaku Yamahata | 2011-06-17 | 1 | -1/+7 | |
| | |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| | | * | | | | | merge with nova trunk | Isaku Yamahata | 2011-06-16 | 8 | -93/+447 | |
| | | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||||
| | | * | | | | | Merge from nova trunk | Isaku Yamahata | 2011-05-27 | 2 | -0/+164 | |
| | | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | ||||||
| | | * | | | | | compute: implement ec2 stop/start instances | Isaku Yamahata | 2011-05-27 | 1 | -1/+7 | |
| * | | | | | | | Merging trunk | Rick Harris | 2011-06-17 | 3 | -7/+14 | |
| |\| | | | | | | ||||||
| | * | | | | | | don't provision to all child zones | Sandy Walsh | 2011-06-15 | 1 | -1/+5 | |
| | * | | | | | | fixed up some little project_id things with new novaclient | Sandy Walsh | 2011-06-15 | 1 | -2/+2 | |
| | * | | | | | | None project_id now default | Sandy Walsh | 2011-06-15 | 3 | -4/+7 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Renaming to _build_instance_get | Rick Harris | 2011-06-16 | 1 | -2/+0 | |
| * | | | | | | PEP8 cleanup. | Rick Harris | 2011-06-16 | 1 | -5/+6 | |
| * | | | | | | Fixing test_servers_by_uuid | Rick Harris | 2011-06-16 | 1 | -5/+5 | |
| * | | | | | | Small tweaks | Rick Harris | 2011-06-16 | 1 | -8/+6 | |
| * | | | | | | First attempt to rewrite reroute_compute | Rick Harris | 2011-06-15 | 1 | -22/+60 | |
| * | | | | | | Prep-work to begin on reroute_compute | Rick Harris | 2011-06-15 | 1 | -3/+21 | |
| |/ / / / / | ||||||
| * | | | | | fixed reraise in trap_error | Sandy Walsh | 2011-06-10 | 1 | -1/+1 | |
| * | | | | | trunk merge and ec2 tests fixed | Sandy Walsh | 2011-06-09 | 1 | -2/+2 | |
| |\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | | tests working after merge-3 update | Sandy Walsh | 2011-06-09 | 6 | -33/+208 | |
| |\| | | | | ||||||
| | * | | | | sanity check | Sandy Walsh | 2011-06-06 | 1 | -0/+1 | |
| | * | | | | trunk merge after 2b hit | Sandy Walsh | 2011-06-03 | 7 | -53/+207 | |
| | |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | | * | | | Changes all uses of utcnow to use the version in utils. This is a simple wra... | Vishvananda Ishaya | 2011-06-03 | 3 | -14/+15 | |
| | | |\ \ \ | ||||||
| | | | * | | | switch zones to use utcnow | Vishvananda Ishaya | 2011-06-02 | 1 | -7/+8 | |
| | | | * | | | make all uses of utcnow use our testable utils.utcnow | Vishvananda Ishaya | 2011-06-02 | 2 | -7/+7 | |
| | | * | | | | Fixing conflicts | Rick Harris | 2011-06-02 | 1 | -1/+1 | |
| | | |\| | | | ||||||
| | | | * | | | updates to keep things looking better | William Wolf | 2011-06-01 | 1 | -1/+2 | |
| | | | * | | | fix pep8 issues | William Wolf | 2011-06-01 | 1 | -2/+1 | |
| | | * | | | | Fixing a bunch of conflicts | Rick Harris | 2011-06-01 | 2 | -43/+53 | |
| | | |\| | | | ||||||
| | | | * | | | docstrings again and import ordering | Sandy Walsh | 2011-05-27 | 2 | -25/+13 | |
