| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changes all uses of utcnow to use the version in utils. This is a simple wra... | Vishvananda Ishaya | 2011-06-03 | 3 | -5/+3 |
| |\ | |||||
| | * | make all uses of utcnow use our testable utils.utcnow | Vishvananda Ishaya | 2011-06-02 | 3 | -5/+3 |
| * | | Merge from trunk. | Naveed Massjouni | 2011-06-02 | 1 | -3/+3 |
| |\| | |||||
| | * | Bugfix #780784. KeyError when creating custom image. | Mike Scherbakov | 2011-06-02 | 1 | -2/+3 |
| | |\ | |||||
| | | * | Merged with trunk | Mike Scherbakov | 2011-05-26 | 2 | -14/+69 |
| | | |\ | |||||
| | | * | | Define image state during snapshotting. | Mike Scherbakov | 2011-05-15 | 1 | -2/+3 |
| * | | | | Merge w/ trunk. | Dan Prince | 2011-06-02 | 1 | -3/+5 |
| |\| | | | |||||
| | * | | | updates to keep things looking better | William Wolf | 2011-06-01 | 1 | -2/+5 |
| | * | | | fix pep8 issues | William Wolf | 2011-06-01 | 1 | -2/+1 |
| * | | | | image href should be passed through the rebuild pipeline, not the image id. | Naveed Massjouni | 2011-06-01 | 1 | -3/+3 |
| * | | | | Merge w/ trunk. | Dan Prince | 2011-05-31 | 2 | -16/+17 |
| |\| | | | |||||
| | * | | | Basic hook-up to HostFilter and fixed up the passing of InstanceType spec to ... | Sandy Walsh | 2011-05-31 | 1 | -10/+6 |
| | |\ \ \ | |||||
| | | * | | | docstrings again and import ordering | Sandy Walsh | 2011-05-27 | 1 | -20/+10 |
| | | * | | | fixed docstrings and general tidying | Sandy Walsh | 2011-05-27 | 1 | -19/+20 |
| | | * | | | trunk merge | Sandy Walsh | 2011-05-26 | 2 | -22/+37 |
| | | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | | missed a driver reference | Sandy Walsh | 2011-05-26 | 1 | -1/+1 |
| | | * | | | trunk merge | Sandy Walsh | 2011-05-25 | 1 | -2/+2 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Trunk merge | Sandy Walsh | 2011-05-23 | 1 | -1/+1 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | failure conditions are being sent back properly now | Sandy Walsh | 2011-05-16 | 2 | -8/+23 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | basic call going through | Sandy Walsh | 2011-05-16 | 1 | -1/+6 |
| | * | | | | | | | Updates so that 'name' can be updated when doing a OS API v1.1 rebuild. | Dan Prince | 2011-05-30 | 1 | -5/+8 |
| | * | | | | | | | Update the rebuild_instance function in the compute manager so that it | Dan Prince | 2011-05-28 | 1 | -2/+3 |
| | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | | Updated compute api and manager to support image_refs in rebuild. | Dan Prince | 2011-05-30 | 2 | -8/+8 |
| * | | | | | | | Rename instances.image_id to instances.image_ref. | Dan Prince | 2011-05-26 | 2 | -2/+2 |
| * | | | | | | | Merge w/ trunk. | Dan Prince | 2011-05-26 | 2 | -22/+37 |
| |\| | | | | | | |||||
| | * | | | | | | Several changes designed to bring the openstack api 1.1 closer to spec | Mark Washenberger | 2011-05-25 | 1 | -5/+10 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | don't give instance quota errors with negative values | Mark Washenberger | 2011-05-19 | 1 | -3/+7 |
| | | * | | | | | | merge lp:nova | Mark Washenberger | 2011-05-18 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | fixup absolute limits to latest 1.1 spec | Mark Washenberger | 2011-05-18 | 1 | -2/+3 |
| | | | |_|/ / / / | | |/| | | | | | |||||
| | * | | | | | | | fix forever looping on a password reset API call | Chris Behrens | 2011-05-25 | 1 | -4/+16 |
| | * | | | | | | | change install_ref.admin_password to instance_ref.admin_pass to match the DB | Chris Behrens | 2011-05-25 | 1 | -1/+1 |
| | * | | | | | | | pep8 fix in nova/compute/api.py | Chris Behrens | 2011-05-25 | 1 | -1/+0 |
| | * | | | | | | | instead of the API spawning a greenthread to wait for a host to be picked, | Chris Behrens | 2011-05-24 | 2 | -12/+11 |
| | | |_|_|_|/ / | |/| | | | | | |||||
| | * | | | | | | Merge with trunk | Johannes Erdfelt | 2011-05-24 | 2 | -1/+8 |
| | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Using the root-password subcommand of the nova client results in the password... | Johannes Erdfelt | 2011-05-24 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||||
| | * | | | | | | | Don't pass a tuple since spawn_n will get the arguments with *args anyway | Johannes Erdfelt | 2011-05-24 | 1 | -2/+2 |
| | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | | Fix call to spawn_n() instead. It expects a callable | Johannes Erdfelt | 2011-05-18 | 1 | -1/+1 |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | Renamed image_ref variables to image_href. Since the convention is that x_ref | Naveed Massjouni | 2011-05-25 | 1 | -3/+3 |
| * | | | | | | make image_ref and image_id usage more consistant, eliminate redundancy in co... | William Wolf | 2011-05-23 | 1 | -5/+4 |
| * | | | | | | take out irrelevant TODO | William Wolf | 2011-05-23 | 1 | -2/+1 |
| * | | | | | | Renaming service_image_id vars to image_id to reduce confusion. | Naveed Massjouni | 2011-05-23 | 1 | -2/+2 |
| * | | | | | | moved utils functions into nova/image/ | William Wolf | 2011-05-23 | 1 | -2/+5 |
| * | | | | | | merge from trunk | William Wolf | 2011-05-20 | 1 | -0/+7 |
| |\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | | Merging trunk | Rick Harris | 2011-05-18 | 1 | -1/+1 |
| | |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | | Merging in trunk | Rick Harris | 2011-05-13 | 2 | -8/+23 |
| | |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | | | |||||
| | * | | | | start of zone_aware_scheduler test | Sandy Walsh | 2011-05-11 | 1 | -0/+7 |
| * | | | | | fixed bug with compute_api not having actual image_ref to use proper image se... | William Wolf | 2011-05-18 | 1 | -3/+4 |
| * | | | | | Removed all utils.import_object(FLAGS.image_service) and replaced with | Naveed Massjouni | 2011-05-18 | 1 | -3/+1 |
| * | | | | | use utils.get_image_service in compute_api | William Wolf | 2011-05-17 | 1 | -3/+6 |
| | |_|/ / |/| | | | |||||
| * | | | | Fixes improper attribute naming around instance types that broke Resizes. | matt.dietz@rackspace.com | 2011-05-17 | 1 | -1/+1 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
