summaryrefslogtreecommitdiffstats
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-2631-868/+1242
|\
| * Fixed the mistyped line referred to in bug 787023Alex Meade2011-05-252-1/+52
| |\
| | * Merged trunk and resolved conflictsAlex Meade2011-05-2526-816/+942
| | |\ | | |/ | |/|
| * | Several changes designed to bring the openstack api 1.1 closer to specMark Washenberger2011-05-259-75/+274
| |\ \
| | * | pep8 fixesMark Washenberger2011-05-251-2/+2
| * | | During the API create call, the API would kick off a build and then loop in a...Chris Behrens2011-05-255-23/+41
| |\ \ \
| | * | | 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-258-706/+782
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py...Brian Lamar2011-05-257-705/+780
| |\ \ \ \
| | * | | | Moved back templates and fixed pep8 issue. Template move was due to breaking ...Brian Lamar2011-05-195-6/+6
| | * | | | Merged trunk and resolved horrible horrible conflicts.Brian Lamar2011-05-1974-567/+1777
| | |\ \ \ \
| | * | | | | Updated MANIFEST for template move.Brian Lamar2011-05-111-2/+1
| | * | | | | Updated the value of the nova-manager libvirt_typeBrian Lamar2011-05-111-1/+1
| | * | | | | Merged trunk.Brian Lamar2011-05-1110-25/+199
| | |\ \ \ \ \
| | * \ \ \ \ \ Merged trunk.Brian Lamar2011-05-1125-76/+709
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merged trunk.Brian Lamar2011-05-0656-645/+1698
| | |\ \ \ \ \ \ \
| | * | | | | | | | 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-229-103/+166
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py...Brian Lamar2011-04-228-677/+762
| * | | | | | | | | | The code for getting an opaque reference to an instance assumed that there wa...Ed Leafe2011-05-251-1/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | 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
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | eventlet.spawn_n() expects the function and arguments, but it expects the arg...Johannes Erdfelt2011-05-241-2/+2
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge with trunkJohannes Erdfelt2011-05-2464-542/+1788
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Using the root-password subcommand of the nova client results in the password...Johannes Erdfelt2011-05-243-12/+17
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Pretty simple. We call openssl to encrypt the admin password, but the recent...Chris Behrens2011-05-241-2/+2
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | 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
| |/ / / / / / / / / / /
| * | | | | | | | | | | Fixes a bug related to incorrect reparsing of flags and prevents many extra r...termie2011-05-245-43/+39
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | make fake_flags set defaults instead of runtime valuestermie2011-05-243-40/+21
| | * | | | | | | | | | | 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-243-0/+28
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | 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
| | * | | | | | | | | | | Added myself to AuthorsDave Walker (Daviey)2011-05-211-0/+1
| | * | | | | | | | | | | When adding a keypair that already exists, give a friendly error and no trace...Dave Walker (Daviey)2011-05-211-0/+4
| * | | | | | | | | | | | Fixes some minor doc issues - misspelled flags in zones doc and also adds zon...Anne Gentle2011-05-244-8/+9
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fixes missing spaceAnne Gentle2011-05-231-1/+1
| | * | | | | | | | | | | | Merged with trunkAnne Gentle2011-05-2071-749/+2535
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fixing role names to match codeAnne Gentle2011-05-192-5/+5
| | * | | | | | | | | | | | | Adding zones doc into index of devref plus a bug fix for flag spellingsAnne Gentle2011-05-132-3/+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
| | | | | * | | | | | | | | Add --fixesJohannes Erdfelt2011-05-170-0/+0