| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch the run_instances call in the EC2 back to 'image_id'. Incoming | Dan Prince | 2011-05-26 | 1 | -1/+1 |
| * | Merge w/ trunk. | Dan Prince | 2011-05-26 | 24 | -858/+1219 |
| |\ | |||||
| | * | Merged trunk and resolved conflicts | Alex Meade | 2011-05-25 | 19 | -807/+923 |
| | |\ | |||||
| | | * | Several changes designed to bring the openstack api 1.1 closer to spec | Mark Washenberger | 2011-05-25 | 8 | -74/+269 |
| | | |\ | |||||
| | | | * | pep8 fixes | Mark Washenberger | 2011-05-25 | 1 | -2/+2 |
| | | * | | fix test. instance is not updated in DB with admin password in the API anymore | Chris Behrens | 2011-05-25 | 1 | -2/+1 |
| | | * | | fix forever looping on a password reset API call | Chris Behrens | 2011-05-25 | 1 | -4/+16 |
| | | * | | updating admin_pass moved down to compute where the password is actually rese... | Chris Behrens | 2011-05-25 | 2 | -1/+3 |
| | | * | | merged trunk | Chris Behrens | 2011-05-25 | 7 | -705/+781 |
| | | |\ \ | |||||
| | | | * \ | Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py... | Brian Lamar | 2011-05-25 | 6 | -704/+779 |
| | | | |\ \ | |||||
| | | | | * | | Moved back templates and fixed pep8 issue. Template move was due to breaking ... | Brian Lamar | 2011-05-19 | 4 | -5/+4 |
| | | | | * | | Merged trunk and resolved horrible horrible conflicts. | Brian Lamar | 2011-05-19 | 67 | -547/+1561 |
| | | | | |\ \ | |||||
| | | | | * \ \ | Merged trunk. | Brian Lamar | 2011-05-11 | 8 | -25/+197 |
| | | | | |\ \ \ | |||||
| | | | | * \ \ \ | Merged trunk. | Brian Lamar | 2011-05-11 | 21 | -69/+701 |
| | | | | |\ \ \ \ | |||||
| | | | | * \ \ \ \ | Merged trunk. | Brian Lamar | 2011-05-06 | 51 | -632/+1663 |
| | | | | |\ \ \ \ \ | |||||
| | | | | * | | | | | | Renamed test_virt.py to test_libvirt.py as per suggestion. | Brian Lamar | 2011-04-22 | 1 | -0/+0 |
| | | | | * | | | | | | Merged trunk and fixed simple exception conflict. | Brian Lamar | 2011-04-22 | 8 | -103/+164 |
| | | | | |\ \ \ \ \ \ | |||||
| | | | | * | | | | | | | Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py... | Brian Lamar | 2011-04-22 | 8 | -677/+762 |
| | | | * | | | | | | | | Changed the exception type to not require an instance ID | Ed Leafe | 2011-05-25 | 1 | -1/+2 |
| | | * | | | | | | | | | change install_ref.admin_password to instance_ref.admin_pass to match the DB | Chris Behrens | 2011-05-25 | 2 | -2/+2 |
| | | * | | | | | | | | | pep8 fix in nova/compute/api.py | Chris Behrens | 2011-05-25 | 1 | -1/+0 |
| | | * | | | | | | | | | instead of the API spawning a greenthread to wait for a host to be picked, | Chris Behrens | 2011-05-24 | 4 | -15/+21 |
| | | |/ / / / / / / / | |||||
| | | * | | | | | | | | Merge with trunk | Johannes Erdfelt | 2011-05-24 | 51 | -440/+1452 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ \ | Using the root-password subcommand of the nova client results in the password... | Johannes Erdfelt | 2011-05-24 | 3 | -12/+17 |
| | | | |\ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | DHSimple's decrypt needs to append \n when writing to stdin | Chris Behrens | 2011-05-24 | 1 | -1/+1 |
| | | | * | | | | | | | | | need to strip newline from openssl stdout data | Chris Behrens | 2011-05-24 | 1 | -1/+1 |
| | | | * | | | | | | | | | make fake_flags set defaults instead of runtime values | termie | 2011-05-24 | 2 | -40/+14 |
| | | | * | | | | | | | | | add a test from vish and fix the issues | termie | 2011-05-24 | 2 | -0/+15 |
| | | | * | | | | | | | | | Properly reparse flags when adding dynamic flags | termie | 2011-05-24 | 1 | -3/+3 |
| | | | * | | | | | | | | | When adding a keypair with ec2 API that already exists, give a friendly error... | Dave Walker (Daviey) | 2011-05-24 | 2 | -0/+27 |
| | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | * | | | | | | | | | Changed ec2 api dupe key exception log handler info->debug | Dave Walker (Daviey) | 2011-05-23 | 1 | -1/+1 |
| | | | | * | | | | | | | | | Added test case for attempting to create a duplicate keypair | Dave Walker (Daviey) | 2011-05-23 | 1 | -0/+23 |
| | | | | * | | | | | | | | | When adding a keypair that already exists, give a friendly error and no trace... | Dave Walker (Daviey) | 2011-05-21 | 1 | -0/+4 |
| | | * | | | | | | | | | | | Don't pass a tuple since spawn_n will get the arguments with *args anyway | Johannes Erdfelt | 2011-05-24 | 1 | -2/+2 |
| | | | |_|/ / / / / / / / | | |/| | | | | | | | | | |||||
| | | * | | | | | | | | | | Fix call to spawn_n() instead. It expects a callable | Johannes Erdfelt | 2011-05-18 | 3 | -5/+3 |
| | | * | | | | | | | | | | Update test case to ensure password gets set correctly | Johannes Erdfelt | 2011-05-17 | 1 | -10/+14 |
| | | * | | | | | | | | | | Avoid using spawn_n to fix LP784132 | Johannes Erdfelt | 2011-05-17 | 1 | -1/+3 |
| | | * | | | | | | | | | | Set password to one requested in API call | Johannes Erdfelt | 2011-05-17 | 1 | -1/+2 |
| | * | | | | | | | | | | | merge branch lp:~rackspace-titan/nova/ram-limits | Alex Meade | 2011-05-23 | 8 | -74/+269 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |||||
| | | * | | | | | | | | | | fill out the absolute limit tests for limits v1.0 controller | Mark Washenberger | 2011-05-20 | 1 | -3/+20 |
| | | * | | | | | | | | | | add absolute limits support to 1.0 api as well | Mark Washenberger | 2011-05-20 | 2 | -32/+43 |
| | | * | | | | | | | | | | don't give instance quota errors with negative values | Mark Washenberger | 2011-05-19 | 1 | -3/+7 |
| | | * | | | | | | | | | | waldon's naming feedback | Mark Washenberger | 2011-05-19 | 4 | -35/+38 |
| | | * | | | | | | | | | | merge lp:nova | Mark Washenberger | 2011-05-18 | 40 | -401/+1105 |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | |||||
| | | * | | | | | | | | | | fixup absolute limits to latest 1.1 spec | Mark Washenberger | 2011-05-18 | 6 | -33/+105 |
| | | * | | | | | | | | | | get real absolute limits in openstack api and verify absolute limit responses | Mark Washenberger | 2011-05-18 | 4 | -27/+55 |
| | | * | | | | | | | | | | merge ram-limits | Alex Meade | 2011-05-17 | 3 | -13/+30 |
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ \ \ \ | merge ram-limits | Mark Washenberger | 2011-05-17 | 3 | -6/+45 |
| | | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | | support unlimited quotas in nova-manage and flags | Mark Washenberger | 2011-05-17 | 1 | -2/+10 |
| | | | * | | | | | | | | | | | add ram limits to instance quotas | Mark Washenberger | 2011-05-17 | 3 | -12/+21 |
