summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
* Switch the run_instances call in the EC2 back to 'image_id'. IncomingDan Prince2011-05-261-1/+1
* Merge w/ trunk.Dan Prince2011-05-2624-858/+1219
|\
| * Merged trunk and resolved conflictsAlex Meade2011-05-2519-807/+923
| |\
| | * Several changes designed to bring the openstack api 1.1 closer to specMark Washenberger2011-05-258-74/+269
| | |\
| | | * pep8 fixesMark Washenberger2011-05-251-2/+2
| | * | fix test. instance is not updated in DB with admin password in the API anymoreChris Behrens2011-05-251-2/+1
| | * | fix forever looping on a password reset API callChris Behrens2011-05-251-4/+16
| | * | updating admin_pass moved down to compute where the password is actually rese...Chris Behrens2011-05-252-1/+3
| | * | merged trunkChris Behrens2011-05-257-705/+781
| | |\ \
| | | * \ Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py...Brian Lamar2011-05-256-704/+779
| | | |\ \
| | | | * | Moved back templates and fixed pep8 issue. Template move was due to breaking ...Brian Lamar2011-05-194-5/+4
| | | | * | Merged trunk and resolved horrible horrible conflicts.Brian Lamar2011-05-1967-547/+1561
| | | | |\ \
| | | | * \ \ Merged trunk.Brian Lamar2011-05-118-25/+197
| | | | |\ \ \
| | | | * \ \ \ Merged trunk.Brian Lamar2011-05-1121-69/+701
| | | | |\ \ \ \
| | | | * \ \ \ \ Merged trunk.Brian Lamar2011-05-0651-632/+1663
| | | | |\ \ \ \ \
| | | | * | | | | | Renamed test_virt.py to test_libvirt.py as per suggestion.Brian Lamar2011-04-221-0/+0
| | | | * | | | | | Merged trunk and fixed simple exception conflict.Brian Lamar2011-04-228-103/+164
| | | | |\ \ \ \ \ \
| | | | * | | | | | | Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py...Brian Lamar2011-04-228-677/+762
| | | * | | | | | | | Changed the exception type to not require an instance IDEd Leafe2011-05-251-1/+2
| | * | | | | | | | | change install_ref.admin_password to instance_ref.admin_pass to match the DBChris Behrens2011-05-252-2/+2
| | * | | | | | | | | pep8 fix in nova/compute/api.pyChris Behrens2011-05-251-1/+0
| | * | | | | | | | | instead of the API spawning a greenthread to wait for a host to be picked,Chris Behrens2011-05-244-15/+21
| | |/ / / / / / / /
| | * | | | | | | | Merge with trunkJohannes Erdfelt2011-05-2451-440/+1452
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Using the root-password subcommand of the nova client results in the password...Johannes Erdfelt2011-05-243-12/+17
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | DHSimple's decrypt needs to append \n when writing to stdinChris Behrens2011-05-241-1/+1
| | | * | | | | | | | | need to strip newline from openssl stdout dataChris Behrens2011-05-241-1/+1
| | | * | | | | | | | | make fake_flags set defaults instead of runtime valuestermie2011-05-242-40/+14
| | | * | | | | | | | | add a test from vish and fix the issuestermie2011-05-242-0/+15
| | | * | | | | | | | | Properly reparse flags when adding dynamic flagstermie2011-05-241-3/+3
| | | * | | | | | | | | When adding a keypair with ec2 API that already exists, give a friendly error...Dave Walker (Daviey)2011-05-242-0/+27
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | Changed ec2 api dupe key exception log handler info->debugDave Walker (Daviey)2011-05-231-1/+1
| | | | * | | | | | | | | Added test case for attempting to create a duplicate keypairDave Walker (Daviey)2011-05-231-0/+23
| | | | * | | | | | | | | When adding a keypair that already exists, give a friendly error and no trace...Dave Walker (Daviey)2011-05-211-0/+4
| | * | | | | | | | | | | Don't pass a tuple since spawn_n will get the arguments with *args anywayJohannes Erdfelt2011-05-241-2/+2
| | | |_|/ / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Fix call to spawn_n() instead. It expects a callableJohannes Erdfelt2011-05-183-5/+3
| | * | | | | | | | | | Update test case to ensure password gets set correctlyJohannes Erdfelt2011-05-171-10/+14
| | * | | | | | | | | | Avoid using spawn_n to fix LP784132Johannes Erdfelt2011-05-171-1/+3
| | * | | | | | | | | | Set password to one requested in API callJohannes Erdfelt2011-05-171-1/+2
| * | | | | | | | | | | merge branch lp:~rackspace-titan/nova/ram-limitsAlex Meade2011-05-238-74/+269
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | fill out the absolute limit tests for limits v1.0 controllerMark Washenberger2011-05-201-3/+20
| | * | | | | | | | | | add absolute limits support to 1.0 api as wellMark Washenberger2011-05-202-32/+43
| | * | | | | | | | | | don't give instance quota errors with negative valuesMark Washenberger2011-05-191-3/+7
| | * | | | | | | | | | waldon's naming feedbackMark Washenberger2011-05-194-35/+38
| | * | | | | | | | | | merge lp:novaMark Washenberger2011-05-1840-401/+1105
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | * | | | | | | | | | fixup absolute limits to latest 1.1 specMark Washenberger2011-05-186-33/+105
| | * | | | | | | | | | get real absolute limits in openstack api and verify absolute limit responsesMark Washenberger2011-05-184-27/+55
| | * | | | | | | | | | merge ram-limitsAlex Meade2011-05-173-13/+30
| | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ merge ram-limitsMark Washenberger2011-05-173-6/+45
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | support unlimited quotas in nova-manage and flagsMark Washenberger2011-05-171-2/+10
| | | * | | | | | | | | | | add ram limits to instance quotasMark Washenberger2011-05-173-12/+21