| Commit message (Expand) | Author | Age | Files | Lines |
| * | separated scheduler types into own modules | Chris Behrens | 2010-08-09 | 4 | -33/+72 |
| * | remove duplicated report_state that exists in the base class | Chris Behrens | 2010-08-09 | 1 | -22/+14 |
| * | merged with trunk | Chris Behrens | 2010-08-06 | 25 | -589/+897 |
| |\ |
|
| | * | Change nova/virt/images.py's _fetch_local_image to accept 4 args, since fetch... | Chris Behrens | 2010-08-07 | 1 | -1/+1 |
| | |\ |
|
| | | * | Fixes bug#614090 -- nova.virt.images._fetch_local_image being called with 4 a... | Chris Behrens | 2010-08-05 | 1 | -1/+1 |
| | * | | Some pylink and pep8 cleanups. Added a pylintrc file. | Eric Day | 2010-08-06 | 2 | -101/+142 |
| | |\ \ |
|
| | | * | | First pass at making a file pass pep8 and pylint tests as an example. | Eric Day | 2010-08-05 | 2 | -101/+142 |
| | | |/ |
|
| | * | | Make network its own worker! This separates the network logic from the api se... | Vishvananda Ishaya | 2010-08-06 | 15 | -376/+614 |
| | |\ \ |
|
| | | * | | fix search/replace error | Vishvananda Ishaya | 2010-08-06 | 1 | -2/+2 |
| | | * | | merged trunk | Vishvananda Ishaya | 2010-08-06 | 13 | -70/+91 |
| | | |\| |
|
| | | * | | rename networkdata to vpn | Vishvananda Ishaya | 2010-08-05 | 4 | -10/+10 |
| | | * | | clean up nova-manage. If vpn data isn't set for user it skips it | Vishvananda Ishaya | 2010-08-04 | 2 | -25/+37 |
| | | * | | method is called set_network_host | Vishvananda Ishaya | 2010-08-04 | 1 | -1/+1 |
| | | * | | fixed circular reference and tests | Vishvananda Ishaya | 2010-08-04 | 6 | -107/+136 |
| | | * | | renamed Vpn to NetworkData, moved the creation of data to inside network | Vishvananda Ishaya | 2010-08-04 | 3 | -98/+112 |
| | | * | | fix rpc command line call, remove useless deferreds | Vishvananda Ishaya | 2010-08-04 | 2 | -20/+18 |
| | | * | | fix error on terminate instance relating to elastic ip | Vishvananda Ishaya | 2010-08-04 | 1 | -3/+2 |
| | | * | | fixed tests, moved compute network config call, added notes, made inject opti... | Vishvananda Ishaya | 2010-08-04 | 5 | -40/+81 |
| | | * | | fix extra reference, method passing to network, various errors in elastic_ips | Vishvananda Ishaya | 2010-08-04 | 3 | -8/+17 |
| | | * | | use iteritems | Vishvananda Ishaya | 2010-08-04 | 1 | -1/+1 |
| | | * | | reference to self.project instead of context.project + self.network_model ins... | Vishvananda Ishaya | 2010-08-04 | 1 | -5/+5 |
| | | * | | fixes in get public address and extra references to self.network | Vishvananda Ishaya | 2010-08-04 | 2 | -14/+16 |
| | | * | | method should return network topic instead of network host | Vishvananda Ishaya | 2010-08-04 | 2 | -17/+17 |
| | | * | | use deferreds in network | Vishvananda Ishaya | 2010-08-04 | 1 | -8/+10 |
| | | * | | don't __ module methods | Vishvananda Ishaya | 2010-08-04 | 1 | -3/+3 |
| | | * | | inline commands use returnValue | Vishvananda Ishaya | 2010-08-04 | 1 | -7/+9 |
| | | * | | it helps to save files BEFORE committing | Vishvananda Ishaya | 2010-08-04 | 2 | -38/+47 |
| | | * | | created assocaition between project and host, modified commands to get host a... | Vishvananda Ishaya | 2010-08-03 | 2 | -48/+54 |
| | | * | | change network_service flag to network_type and don't take full class name | Vishvananda Ishaya | 2010-08-03 | 2 | -4/+9 |
| | | * | | Huge network refactor, Round I | Vishvananda Ishaya | 2010-08-03 | 9 | -205/+315 |
| | * | | | Fixed instance model associations to host (node) and added association to ip. | Vishvananda Ishaya | 2010-08-06 | 3 | -96/+96 |
| | |\ \ \ |
|
| | | * | | | use get to retrieve node_name from initial_state | Vishvananda Ishaya | 2010-08-03 | 1 | -1/+2 |
| | | * | | | Fixed instance model associations to host (node) and added association to ip | Vishvananda Ishaya | 2010-08-03 | 3 | -96/+95 |
| | * | | | | Fixed write authorization for public images | Devin Carlen | 2010-08-06 | 3 | -3/+10 |
| | |\ \ \ \ |
|
| | | * | | | | Fixed image modification authorization, API cleanup | Devin Carlen | 2010-08-05 | 3 | -3/+10 |
| | | | |_|/
| | |/| | |
|
| | * | | | | Fixes a bug where if a user was removed from a group after he had a role, he ... | Vishvananda Ishaya | 2010-08-06 | 3 | -12/+34 |
| | |\ \ \ \
| | |/ / /
| |/| | | |
|
| | | * | | | Made group membership check only search group instead of subtree. Roles in a... | Vishvananda Ishaya | 2010-08-05 | 3 | -12/+34 |
| | |/ / / |
|
| * | | | | pep8 and pylint cleanups | Chris Behrens | 2010-08-06 | 2 | -19/+28 |
| * | | | | fix copyrights for new files, etc | Chris Behrens | 2010-08-06 | 4 | -17/+24 |
| * | | | | Moved Scheduler classes into scheduler.py. Created a way to specify schedule... | Chris Behrens | 2010-08-06 | 2 | -38/+96 |
| * | | | | Start breaking out scheduler classes... | Chris Behrens | 2010-08-06 | 1 | -6/+28 |
| * | | | | fixed doc string | Chris Behrens | 2010-08-05 | 1 | -1/+1 |
| * | | | | 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 |