summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
* rather comprehensive style fixesandy2010-08-164-14/+28
* Move interfaces template into virt/, too.Soren Hansen2010-08-131-18/+0
* Move libvirt.xml template into nova/virtSoren Hansen2010-08-121-30/+0
* Make network its own worker! This separates the network logic from the api se...Vishvananda Ishaya2010-08-064-825/+12
|\
| * merged trunkVishvananda Ishaya2010-08-061-2/+1
| |\
| * | fixed tests, moved compute network config call, added notes, made inject opti...Vishvananda Ishaya2010-08-041-7/+12
| * | Huge network refactor, Round IVishvananda Ishaya2010-08-034-821/+3
* | | Fixed instance model associations to host (node) and added association to ip.Vishvananda Ishaya2010-08-061-20/+25
|\ \ \ | |_|/ |/| |
| * | 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-031-20/+24
| |/
* | use the right tagVishvananda Ishaya2010-07-301-3/+2
* | flag for libvirt typeVishvananda Ishaya2010-07-291-1/+1
|/
* More merges from trunk. Not everything came over the first time.Ewan Mellor2010-07-291-3/+4
* Merge with trunk, including fixing up conflicts with the removal of fake_usersEwan Mellor2010-07-295-28/+111
|\
| * bzr merge lp:nova/trunk.Todd Willey2010-07-284-21/+42
| |\
| | * Makes the compute and volume daemon workers use a common base class called Se...Vishvananda Ishaya2010-07-271-8/+8
| | |\
| | | * merged trunkVishvananda Ishaya2010-07-273-11/+30
| | | |\
| | | * | renamed xxxservice to serviceVishvananda Ishaya2010-07-261-3/+3
| | | * | merged trunkVishvananda Ishaya2010-07-261-3/+4
| | | |\ \
| | | * | | renamed xxxnode to xxserviceVishvananda Ishaya2010-07-231-9/+8
| | | * | | refactor daemons to use common base class in preparation for network refactorVishvananda Ishaya2010-07-211-5/+6
| | | * | | merge with twisted-volumeVishvananda Ishaya2010-07-211-8/+12
| | | |\ \ \
| | * | | | | properly delete old vlans assigned to deleted projectsVishvananda Ishaya2010-07-271-1/+2
| | | |_|_|/ | | |/| | |
| | * | | | Merge with trunk.Soren Hansen2010-07-274-12/+12
| | |\ \ \ \
| | | * \ \ \ Refactor of auth codeVishvananda Ishaya2010-07-271-7/+7
| | | |\ \ \ \
| | | | * \ \ \ merged trunkVishvananda Ishaya2010-07-262-11/+16
| | | | |\ \ \ \ | | | | | | |_|/ | | | | | |/| |
| | | | * | | | Merged trunk, fixed extra references to fake_usersVishvananda Ishaya2010-07-212-21/+27
| | | | |\ \ \ \ | | | | | | |/ / | | | | | |/| |
| | | | * | | | Merged trunk. Fixed new references to UserManagerVishvananda Ishaya2010-07-192-9/+15
| | | | |\ \ \ \
| | | | * | | | | Massive refactor of users.pyVishvananda Ishaya2010-07-191-7/+7
| | | * | | | | | Ensure consistent use of filename for dhcp bridge flag file.Vishvananda Ishaya2010-07-271-1/+1
| | | |\ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | | * | | | | default flag file full pathVishvananda Ishaya2010-07-261-1/+1
| | | | | |/ / / | | | | |/| | |
| | | * | | | | Updated doc layout to the Sphinx two-dir layout.Monty Taylor2010-07-261-1/+2
| | | |\ \ \ \ \
| | | | * | | | | Updated sphinx layout to a two-dir layout like swift.Monty Taylor2010-07-241-1/+2
| | | | | |_|/ / | | | | |/| | |
| | * | | | | | Make _fetch_s3_image pass proper AWS Authorization headers so that image down...Soren Hansen2010-07-261-7/+14
| | * | | | | | Merge with trunkSoren Hansen2010-07-262-10/+14
| | |\| | | | |
| | * | | | | | Always make sure to set a Date headers, since it's needed to calculate the S3...Soren Hansen2010-07-251-5/+11
| | * | | | | | Add (completely untested) code to include an Authorization header for the S3 ...Soren Hansen2010-07-231-1/+8
| | | |/ / / / | | |/| | | |
| * | | | | | Flag for SessionToken ttl setting.Todd Willey2010-07-271-2/+10
| * | | | | | Give SessionToken an is_expired methodTodd Willey2010-07-261-0/+5
| * | | | | | In fact, it should delete them.Todd Willey2010-07-261-0/+1
| * | | | | | Lookup should only not return expired tokens.Todd Willey2010-07-261-0/+9
| * | | | | | Expiry awareness for SessionToken.Todd Willey2010-07-261-9/+24
| * | | | | | Basic standup of SessionToken model for shortlived auth tokens.Todd Willey2010-07-261-0/+36
| | |/ / / / | |/| | | |
| * | | | | Changes nova-volume to use twisted.Vishvananda Ishaya2010-07-251-8/+12
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | simplify call to simple_executeVishvananda Ishaya2010-07-161-4/+4
| | * | | | merge extra singleton-pool changesVishvananda Ishaya2010-07-161-6/+6
| | |\ \ \ \
| | * | | | | remove calls to runthis from nodeVishvananda Ishaya2010-07-161-8/+12
| * | | | | | fixed bug where partition code was sometimes failing due to initial dd not be...Vishvananda Ishaya2010-07-231-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merged with trunk, since a lot of useful things have gone in there recently.Ewan Mellor2010-07-243-21/+28
|\| | | | |
| * | | | | update the logic for calculating network sizesjaypipes@gmail.com2010-07-211-1/+6
| |\ \ \ \ \