summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | | | | | Fixes euca-attach-volume for iscsi using XenserverRenuka Apte2011-05-232-21/+23
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix remote volume codeRenuka Apte2011-05-111-3/+6
| * | | | | | | | | | | | Fix indentation.Renuka Apte2011-05-031-5/+7
| * | | | | | | | | | | | Minor fixesRenuka Apte2011-04-122-1/+2
| * | | | | | | | | | | | Fixes euca-attach-volume for iscsi using XenserverRenuka Apte2011-04-081-15/+11
* | | | | | | | | | | | | Fix bug #744150 by starting nova-api on an unused port. Justin Santa Barbara2011-05-223-6/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merged with trunkJustin SB2011-05-19218-14312/+28022
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | Fixed mis-merge: OS API version still has to be v1.1Justin Santa Barbara2011-03-301-1/+1
| * | | | | | | | | | | | Store socket_info as a dictionary rather than an arrayJustin Santa Barbara2011-03-303-11/+12