| Commit message (Expand) | Author | Age | Files | Lines |
| * | compute topic for a node is compute.node not compute:node! | Chris Behrens | 2010-08-05 | 1 | -1/+1 |
| * | almost there on random scheduler. not pushing to correct compute node topic,... | Chris Behrens | 2010-08-05 | 5 | -1/+154 |
| * | remove extra line accidentally added | Chris Behrens | 2010-08-05 | 1 | -1/+0 |
| * | compute nodes should store total memory and disk space available for VMs | Chris Behrens | 2010-08-05 | 1 | -1/+7 |
| * | merged from trunk | Chris Behrens | 2010-08-05 | 3 | -35/+39 |
| |\ |
|
| | * | Fixes various concurrency issues in volume worker. | Vishvananda Ishaya | 2010-08-05 | 3 | -35/+39 |
| | |\ |
|
| | | * | Fix Tests | Vishvananda Ishaya | 2010-07-30 | 2 | -11/+11 |
| | | * | Fixes nova volumes. The async commands yield properly. Simplified the call ... | Vishvananda Ishaya | 2010-07-30 | 2 | -25/+29 |
| * | | | added bin/nova-listinstances, which is mostly just a duplication of euca-desc... | Chris Behrens | 2010-08-05 | 1 | -0/+19 |
| |/ / |
|
| * | | Fixes the curl to pass in the project properly | Vishvananda Ishaya | 2010-08-04 | 4 | -15/+30 |
| |\ \ |
|
| | * | | use user.access instead of user.id | Vishvananda Ishaya | 2010-07-30 | 1 | -1/+3 |
| | * | | Fixes access key passing in curl statement. | Vishvananda Ishaya | 2010-07-30 | 4 | -20/+32 |
| | |/ |
|
| * | | Adds flag for libvirt type (hvm, qemu, etc) | Vishvananda Ishaya | 2010-08-04 | 2 | -7/+10 |
| |\ \ |
|
| | * | | use the right tag | Vishvananda Ishaya | 2010-07-30 | 2 | -6/+4 |
| | * | | flag for libvirt type | Vishvananda Ishaya | 2010-07-29 | 2 | -5/+10 |
| * | | | Fix deprecation warning in AuthManager. __new__ isn't allowed to take args. | Vishvananda Ishaya | 2010-08-04 | 2 | -4/+2 |
| |\ \ \ |
|
| | * | | | oops retry and add extra exception check | Vishvananda Ishaya | 2010-07-28 | 2 | -2/+2 |
| | * | | | Fix deprecation warning in AuthManager. __new__ isn't allowed to take args. | Vishvananda Ishaya | 2010-07-28 | 1 | -4/+2 |
| * | | | | Fixes boto imports to support both beta and older versions of boto. | Vishvananda Ishaya | 2010-08-03 | 1 | -1/+2 |
| |\ \ \ \ |
|
| | * | | | | another try on fix boto | Vishvananda Ishaya | 2010-07-30 | 1 | -1/+2 |
| | | |_|/
| |/| | |
|
| * | | | | Added project as parameter to admin client x509 zip file download. | Devin Carlen | 2010-08-02 | 1 | -3/+7 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Added project param to admin client zip download | Devin Carlen | 2010-07-29 | 1 | -3/+7 |
| | | |/
| |/| |
|
| * | | | Make nodaemon twistd processes log to stdout. | Vishvananda Ishaya | 2010-07-30 | 2 | -5/+3 |
| |\ \ \ |
|
| | * | | | Make nodaemon twistd processes log to stdout | Vishvananda Ishaya | 2010-07-30 | 2 | -5/+3 |
| |/ / / |
|
| * | | | boto.s3 no longer imports connection, so we need to explicitly import it. | Vishvananda Ishaya | 2010-07-30 | 2 | -5/+3 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | boto.utils import doesn't work with new boto, import boto instead | Vishvananda Ishaya | 2010-07-29 | 1 | -2/+2 |
| | * | | fix imports in endpoint/images.py boto.s3 no longer imports connection, so we... | Vishvananda Ishaya | 2010-07-29 | 1 | -3/+1 |
| |/ / |
|
| * | | Fixed pep8 in run_test.py. | Monty Taylor | 2010-07-29 | 0 | -0/+0 |
| |\ \ |
|
| | * | | Blank commit to get tarmac merge to pick up the tags. | Monty Taylor | 2010-07-29 | 0 | -0/+0 |
| |/ / |
|
| * | | Fixed assertion "Someone released me too many times: too many tokens!" | Ewan Mellor | 2010-07-29 | 2 | -8/+15 |
| |\ \
| |/
|/| |
|
| | * | Replace the second singleton unit test, lost during a merge. | Ewan Mellor | 2010-07-29 | 1 | -0/+7 |
| | * | Merged with trunk to resolve merge conflicts. | Ewan Mellor | 2010-07-29 | 121 | -2848/+3637 |
| | |\
| |/
|/| |
|
| * | | Added ChangeLog generation | Monty Taylor | 2010-07-29 | 3 | -4/+23 |
| |\ \ |
|
| | * | | Fixed pep8 issues in setup.py - thanks redbo. | Monty Taylor | 2010-07-28 | 1 | -7/+6 |
| | * | | Added ChangeLog generation. | Monty Taylor | 2010-07-28 | 3 | -0/+20 |
| * | | | Implemented admin api for rbac | Devin Carlen | 2010-07-29 | 2 | -6/+231 |
| |\ \ \ |
|
| | * | | | pep8 | Devin Carlen | 2010-07-28 | 2 | -31/+20 |
| | * | | | Merged trunk | Devin Carlen | 2010-07-28 | 1 | -14/+15 |
| | |\| | |
|
| | * | | | Wired up get/add/remove project members | Devin Carlen | 2010-07-28 | 2 | -16/+78 |
| | * | | | Merged get-projects-by-user | Devin Carlen | 2010-07-28 | 3 | -6/+14 |
| | |\ \ \ |
|
| | * \ \ \ | Merged trunk | Devin Carlen | 2010-07-28 | 41 | -820/+238 |
| | |\ \ \ \ |
|
| | * | | | | | Fixed project api | Devin Carlen | 2010-07-28 | 3 | -3/+7 |
| | * | | | | | Merged trunk | Devin Carlen | 2010-07-28 | 35 | -364/+667 |
| | |\ \ \ \ \ |
|
| | * | | | | | | Wired up user:project auth calls | Devin Carlen | 2010-07-28 | 3 | -11/+8 |
| | * | | | | | | Began wiring up rbac admin api | Devin Carlen | 2010-07-27 | 2 | -0/+173 |
| * | | | | | | | Move the reading of API parameters above the call to _get_image, so that | Ewan Mellor | 2010-07-29 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Move the reading of API parameters above the call to _get_image, so that | Ewan Mellor | 2010-07-29 | 1 | -4/+4 |
| * | | | | | | | | Adds initial support for XenAPI (not yet finished) | Ewan Mellor | 2010-07-29 | 27 | -506/+996 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | More merges from trunk. Not everything came over the first time. | Ewan Mellor | 2010-07-29 | 11 | -31/+39 |
| | * | | | | | | | | Merge with trunk, including fixing up conflicts with the removal of fake_users | Ewan Mellor | 2010-07-29 | 109 | -2344/+2503 |
| | |\ \ \ \ \ \ \ \
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|