summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
* Changes all uses of utcnow to use the version in utils. This is a simple wra...Vishvananda Ishaya2011-06-033-5/+3
|\
| * make all uses of utcnow use our testable utils.utcnowVishvananda Ishaya2011-06-023-5/+3
* | Merge from trunk.Naveed Massjouni2011-06-021-3/+3
|\|
| * Bugfix #780784. KeyError when creating custom image.Mike Scherbakov2011-06-021-2/+3
| |\
| | * Merged with trunkMike Scherbakov2011-05-262-14/+69
| | |\
| | * | Define image state during snapshotting.Mike Scherbakov2011-05-151-2/+3
* | | | Merge w/ trunk.Dan Prince2011-06-021-3/+5
|\| | |
| * | | updates to keep things looking betterWilliam Wolf2011-06-011-2/+5
| * | | fix pep8 issuesWilliam Wolf2011-06-011-2/+1
* | | | image href should be passed through the rebuild pipeline, not the image id.Naveed Massjouni2011-06-011-3/+3
* | | | Merge w/ trunk.Dan Prince2011-05-312-16/+17
|\| | |
| * | | Basic hook-up to HostFilter and fixed up the passing of InstanceType spec to ...Sandy Walsh2011-05-311-10/+6
| |\ \ \
| | * | | docstrings again and import orderingSandy Walsh2011-05-271-20/+10
| | * | | fixed docstrings and general tidyingSandy Walsh2011-05-271-19/+20
| | * | | trunk mergeSandy Walsh2011-05-262-22/+37
| | |\ \ \ | | | | |/ | | | |/|
| | * | | missed a driver referenceSandy Walsh2011-05-261-1/+1
| | * | | trunk mergeSandy Walsh2011-05-251-2/+2
| | |\ \ \
| | * \ \ \ Trunk mergeSandy Walsh2011-05-231-1/+1
| | |\ \ \ \
| | * \ \ \ \ failure conditions are being sent back properly nowSandy Walsh2011-05-162-8/+23
| | |\ \ \ \ \
| | * | | | | | basic call going throughSandy Walsh2011-05-161-1/+6
| * | | | | | | Updates so that 'name' can be updated when doing a OS API v1.1 rebuild.Dan Prince2011-05-301-5/+8
| * | | | | | | Update the rebuild_instance function in the compute manager so that itDan Prince2011-05-281-2/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Updated compute api and manager to support image_refs in rebuild.Dan Prince2011-05-302-8/+8
* | | | | | | Rename instances.image_id to instances.image_ref.Dan Prince2011-05-262-2/+2
* | | | | | | Merge w/ trunk.Dan Prince2011-05-262-22/+37
|\| | | | | |
| * | | | | | Several changes designed to bring the openstack api 1.1 closer to specMark Washenberger2011-05-251-5/+10
| |\ \ \ \ \ \
| | * | | | | | don't give instance quota errors with negative valuesMark Washenberger2011-05-191-3/+7
| | * | | | | | merge lp:novaMark Washenberger2011-05-181-1/+1
| | |\ \ \ \ \ \
| | * | | | | | | fixup absolute limits to latest 1.1 specMark Washenberger2011-05-181-2/+3
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | fix forever looping on a password reset API callChris Behrens2011-05-251-4/+16
| * | | | | | | change install_ref.admin_password to instance_ref.admin_pass to match the DBChris Behrens2011-05-251-1/+1
| * | | | | | | 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-242-12/+11
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge with trunkJohannes Erdfelt2011-05-242-1/+8
| |\ \ \ \ \ \
| | * \ \ \ \ \ Using the root-password subcommand of the nova client results in the password...Johannes Erdfelt2011-05-241-1/+1
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | 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-181-1/+1
| | |/ / / / | |/| | | |
* | | | | | Renamed image_ref variables to image_href. Since the convention is that x_refNaveed Massjouni2011-05-251-3/+3
* | | | | | make image_ref and image_id usage more consistant, eliminate redundancy in co...William Wolf2011-05-231-5/+4
* | | | | | take out irrelevant TODOWilliam Wolf2011-05-231-2/+1
* | | | | | Renaming service_image_id vars to image_id to reduce confusion.Naveed Massjouni2011-05-231-2/+2
* | | | | | moved utils functions into nova/image/William Wolf2011-05-231-2/+5
* | | | | | merge from trunkWilliam Wolf2011-05-201-0/+7
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merging trunkRick Harris2011-05-181-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merging in trunkRick Harris2011-05-132-8/+23
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| * | | | start of zone_aware_scheduler testSandy Walsh2011-05-111-0/+7
* | | | | fixed bug with compute_api not having actual image_ref to use proper image se...William Wolf2011-05-181-3/+4
* | | | | Removed all utils.import_object(FLAGS.image_service) and replaced withNaveed Massjouni2011-05-181-3/+1
* | | | | use utils.get_image_service in compute_apiWilliam Wolf2011-05-171-3/+6
| |_|/ / |/| | |
* | | | Fixes improper attribute naming around instance types that broke Resizes.matt.dietz@rackspace.com2011-05-171-1/+1
|\ \ \ \ | |_|/ / |/| | |