summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* separated scheduler types into own modulesChris Behrens2010-08-094-33/+72
* remove duplicated report_state that exists in the base classChris Behrens2010-08-091-22/+14
* merged with trunkChris Behrens2010-08-0625-589/+897
|\
| * Change nova/virt/images.py's _fetch_local_image to accept 4 args, since fetch...Chris Behrens2010-08-071-1/+1
| |\
| | * Fixes bug#614090 -- nova.virt.images._fetch_local_image being called with 4 a...Chris Behrens2010-08-051-1/+1
| * | Some pylink and pep8 cleanups. Added a pylintrc file.Eric Day2010-08-062-101/+142
| |\ \
| | * | First pass at making a file pass pep8 and pylint tests as an example.Eric Day2010-08-052-101/+142
| | |/
| * | Make network its own worker! This separates the network logic from the api se...Vishvananda Ishaya2010-08-0615-376/+614
| |\ \
| | * | fix search/replace errorVishvananda Ishaya2010-08-061-2/+2
| | * | merged trunkVishvananda Ishaya2010-08-0613-70/+91
| | |\|
| | * | rename networkdata to vpnVishvananda Ishaya2010-08-054-10/+10
| | * | clean up nova-manage. If vpn data isn't set for user it skips itVishvananda Ishaya2010-08-042-25/+37
| | * | method is called set_network_hostVishvananda Ishaya2010-08-041-1/+1
| | * | fixed circular reference and testsVishvananda Ishaya2010-08-046-107/+136
| | * | renamed Vpn to NetworkData, moved the creation of data to inside networkVishvananda Ishaya2010-08-043-98/+112
| | * | fix rpc command line call, remove useless deferredsVishvananda Ishaya2010-08-042-20/+18
| | * | fix error on terminate instance relating to elastic ipVishvananda Ishaya2010-08-041-3/+2
| | * | fixed tests, moved compute network config call, added notes, made inject opti...Vishvananda Ishaya2010-08-045-40/+81
| | * | fix extra reference, method passing to network, various errors in elastic_ipsVishvananda Ishaya2010-08-043-8/+17
| | * | use iteritemsVishvananda Ishaya2010-08-041-1/+1
| | * | reference to self.project instead of context.project + self.network_model ins...Vishvananda Ishaya2010-08-041-5/+5
| | * | fixes in get public address and extra references to self.networkVishvananda Ishaya2010-08-042-14/+16
| | * | method should return network topic instead of network hostVishvananda Ishaya2010-08-042-17/+17
| | * | use deferreds in networkVishvananda Ishaya2010-08-041-8/+10
| | * | don't __ module methodsVishvananda Ishaya2010-08-041-3/+3
| | * | inline commands use returnValueVishvananda Ishaya2010-08-041-7/+9
| | * | it helps to save files BEFORE committingVishvananda Ishaya2010-08-042-38/+47
| | * | created assocaition between project and host, modified commands to get host a...Vishvananda Ishaya2010-08-032-48/+54
| | * | change network_service flag to network_type and don't take full class nameVishvananda Ishaya2010-08-032-4/+9
| | * | Huge network refactor, Round IVishvananda Ishaya2010-08-039-205/+315
| * | | Fixed instance model associations to host (node) and added association to ip.Vishvananda Ishaya2010-08-063-96/+96
| |\ \ \
| | * | | use get to retrieve node_name from initial_stateVishvananda Ishaya2010-08-031-1/+2
| | * | | Fixed instance model associations to host (node) and added association to ipVishvananda Ishaya2010-08-033-96/+95
| * | | | Fixed write authorization for public imagesDevin Carlen2010-08-063-3/+10
| |\ \ \ \
| | * | | | Fixed image modification authorization, API cleanupDevin Carlen2010-08-053-3/+10
| | | |_|/ | | |/| |
| * | | | Fixes a bug where if a user was removed from a group after he had a role, he ...Vishvananda Ishaya2010-08-063-12/+34
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Made group membership check only search group instead of subtree. Roles in a...Vishvananda Ishaya2010-08-053-12/+34
| |/ / /
* | | | pep8 and pylint cleanupsChris Behrens2010-08-062-19/+28
* | | | fix copyrights for new files, etcChris Behrens2010-08-064-17/+24
* | | | Moved Scheduler classes into scheduler.py. Created a way to specify schedule...Chris Behrens2010-08-062-38/+96
* | | | Start breaking out scheduler classes...Chris Behrens2010-08-061-6/+28
* | | | fixed doc stringChris Behrens2010-08-051-1/+1
* | | | compute topic for a node is compute.node not compute:node!Chris Behrens2010-08-051-1/+1
* | | | almost there on random scheduler. not pushing to correct compute node topic,...Chris Behrens2010-08-055-1/+154
* | | | remove extra line accidentally addedChris Behrens2010-08-051-1/+0
* | | | compute nodes should store total memory and disk space available for VMsChris Behrens2010-08-051-1/+7
* | | | merged from trunkChris Behrens2010-08-053-35/+39
|\| | |
| * | | Fixes various concurrency issues in volume worker.Vishvananda Ishaya2010-08-053-35/+39
| |\ \ \
| | * | | Fix TestsVishvananda Ishaya2010-07-302-11/+11
| | * | | Fixes nova volumes. The async commands yield properly. Simplified the call ...Vishvananda Ishaya2010-07-302-25/+29