| Commit message (Expand) | Author | Age | Files | Lines |
| * | merge trunk | Todd Willey | 2010-11-04 | 1 | -0/+4 |
| |\ |
|
| | * | Enables the exclusive flag for DirectConsumer queues. | Eric Day | 2010-11-03 | 1 | -0/+1 |
| | |\ |
|
| | | * | Fix for bug #640400, enables the exclusive flag on the temporary queues. | Eric Day | 2010-11-03 | 1 | -0/+1 |
| | * | | Ensures that keys for context from the queue are passed to the context constr... | Vishvananda Ishaya | 2010-11-03 | 1 | -0/+3 |
| | |\ \
| | |/
| |/| |
|
| | | * | make sure context keys are not unicode so they can be passed as kwargs | Vishvananda Ishaya | 2010-11-03 | 1 | -0/+3 |
| | |/ |
|
| * | | add missing file. | Todd Willey | 2010-11-04 | 1 | -0/+23 |
| * | | Cleanup nova-manage section. | Todd Willey | 2010-11-04 | 2 | -112/+205 |
| * | | have "contents" look the same as other headings. | Todd Willey | 2010-11-04 | 1 | -1/+1 |
| * | | pep8 whitespace and line length fixes | Vishvananda Ishaya | 2010-11-03 | 5 | -9/+10 |
| * | | merged trunk | Vishvananda Ishaya | 2010-11-03 | 16 | -134/+585 |
| |\| |
|
| | * | Change socket type in nova.utils.get_my_ip() to SOCK_DGRAM. This way, we don'... | Soren Hansen | 2010-11-03 | 1 | -2/+2 |
| | |\ |
|
| | | * | Change socket type in nova.utils.get_my_ip() to SOCK_DGRAM. This way, we don'... | Soren Hansen | 2010-11-03 | 1 | -2/+2 |
| | * | | Fixes issue with security groups not being associated with instances. | Vishvananda Ishaya | 2010-11-03 | 2 | -2/+24 |
| | |\ \ |
|
| | | * | | Change retrieval of security groups from kwargs so they are associated proper... | Vishvananda Ishaya | 2010-10-30 | 2 | -2/+24 |
| | * | | | Fix flags help display. | Eric Day | 2010-11-03 | 1 | -0/+2 |
| | |\ \ \
| | |/ /
| |/| | |
|
| | | * | | Fixed --help display for non-twisted bin/* commands. | Eric Day | 2010-11-02 | 1 | -0/+2 |
| | * | | | ISCSI Volume support | Vishvananda Ishaya | 2010-11-03 | 14 | -125/+556 |
| | |\ \ \
| | |_|/
| |/| | |
|
| | | * | | don't check for vgroup in fake mode | Vishvananda Ishaya | 2010-10-30 | 1 | -0/+8 |
| | | * | | merged trunk, just in case | Vishvananda Ishaya | 2010-10-30 | 22 | -355/+278 |
| | | |\ \
| | |/ /
| |/| | |
|
| | | * | | updates from review, fix models.get and note about exception raising | Vishvananda Ishaya | 2010-10-27 | 2 | -6/+6 |
| | | * | | renamed target_id to iscsi_target | Vishvananda Ishaya | 2010-10-25 | 25 | -144/+481 |
| | | |\ \ |
|
| | | * | | | pep8 cleanup | Vishvananda Ishaya | 2010-10-25 | 3 | -4/+2 |
| | | * | | | print the exception on fail, because it doesn't seem to reraise it | Vishvananda Ishaya | 2010-10-25 | 1 | -2/+2 |
| | | * | | | use libvirt connection for attaching disks and avoid the symlink | Vishvananda Ishaya | 2010-10-25 | 2 | -10/+40 |
| | | * | | | more bugfixes, flag for local volumes | Vishvananda Ishaya | 2010-10-25 | 6 | -12/+27 |
| | | * | | | fix bugs, describe volumes, detach on terminate | Vishvananda Ishaya | 2010-10-25 | 4 | -11/+20 |
| | | * | | | ISCSI Volume support | Vishvananda Ishaya | 2010-10-25 | 10 | -112/+480 |
| * | | | | | merged source | Vishvananda Ishaya | 2010-11-03 | 6 | -84/+93 |
| |\ \ \ \ \ |
|
| | * | | | | | Doc cleanups. | Todd Willey | 2010-11-03 | 6 | -84/+93 |
| * | | | | | | prettier theme | Vishvananda Ishaya | 2010-11-03 | 1 | -1/+1 |
| |/ / / / / |
|
| * | | | | | merged | Vishvananda Ishaya | 2010-11-02 | 20 | -106/+398 |
| |\ \ \ \ \ |
|
| | * | | | | | Fixes after trunk merge. | Todd Willey | 2010-11-02 | 2 | -24/+1 |
| | * | | | | | merge | Todd Willey | 2010-11-02 | 3 | -7/+97 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge trunk. | Todd Willey | 2010-11-02 | 10 | -61/+71 |
| | |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| | | * | | | | | Adds support for multiple API ports, one for each API type (OS, EC2). | Eric Day | 2010-11-02 | 10 | -61/+71 |
| | | |\ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| | | | * | | | | Fixed tests to work with new default API argument. | Eric Day | 2010-11-02 | 7 | -36/+28 |
| | | | * | | | | Added support for OpenStack and EC2 APIs to run on different ports. | Eric Day | 2010-11-02 | 3 | -25/+43 |
| | | |/ / / / |
|
| | * | | | | | Document final undocumented python modules. | Todd Willey | 2010-11-02 | 10 | -21/+353 |
| * | | | | | | more descriptive title for cloudpipe | Vishvananda Ishaya | 2010-11-02 | 1 | -2/+2 |
| * | | | | | | update of the architecture and fix some links | Vishvananda Ishaya | 2010-11-02 | 4 | -39/+56 |
| * | | | | | | removed some old instructions and updated concepts | Vishvananda Ishaya | 2010-11-02 | 2 | -51/+11 |
| | |_|/ / /
|/| | | | |
|
| * | | | | | Documentation on Services, Managers, and Drivers | Vishvananda Ishaya | 2010-11-02 | 1 | -1/+41 |
| * | | | | | merged trunk | Vishvananda Ishaya | 2010-11-02 | 38 | -407/+871 |
| |\| | | | |
|
| | * | | | | More docs. | Todd Willey | 2010-11-01 | 4 | -28/+122 |
| | * | | | | Language change for conformity. | Todd Willey | 2010-11-01 | 2 | -3/+3 |
| | * | | | | Add ec2 api docs. | Todd Willey | 2010-11-01 | 2 | -1/+54 |
| | * | | | | Exceptions docs. | Todd Willey | 2010-11-01 | 3 | -10/+30 |
| | * | | | | API endpoint documentation. | Todd Willey | 2010-11-01 | 4 | -18/+125 |
| | * | | | | :noindex: on the fakes page for virt.fakes which is included in compute.rst | Todd Willey | 2010-11-01 | 1 | -0/+1 |
| | * | | | | Virt documentation. | Todd Willey | 2010-11-01 | 5 | -37/+77 |