summaryrefslogtreecommitdiffstats
path: root/nova/compute
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | tests pass and pep8'edSandy Walsh2011-05-261-15/+15
| | * | | | | | | | | | | | | | | | | | | | refactoring compute.api.create()Sandy Walsh2011-05-261-75/+118
| | * | | | | | | | | | | | | | | | | | | | starting breakdown of nova.compute.api.create()Sandy Walsh2011-05-251-7/+60
| | * | | | | | | | | | | | | | | | | | | | merge against 2aSandy Walsh2011-05-251-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | more fix upSandy Walsh2011-05-241-1/+0
| | * | | | | | | | | | | | | | | | | | | | | getting closer to working select callSandy Walsh2011-05-231-8/+10
| | * | | | | | | | | | | | | | | | | | | | | skeleton of forwarding calls to child zonesSandy Walsh2011-05-182-7/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Fixed incorrect error messageAlex Meade2011-06-072-1/+2
| | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | removed network_info shims in vmopsTrey Morris2011-06-081-9/+7
| |_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | merged trunk againTrey Morris2011-06-033-22/+23
|\| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | 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
| |\| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge w/ trunk.Dan Prince2011-06-021-3/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | 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
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | merge trunk... yay...Trey Morris2011-06-022-41/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | | | | updates to keep things looking betterWilliam Wolf2011-06-011-2/+5
| * | | | | | | | | | | | | | | | | | | | | | fix pep8 issuesWilliam Wolf2011-06-011-2/+1
| | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | 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
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | 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