| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | image href should be passed through the rebuild pipeline, not the image id. | Naveed Massjouni | 2011-06-01 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge w/ trunk. | Dan Prince | 2011-05-31 | 6 | -18/+103 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | removing semicolon | Naveed Massjouni | 2011-05-31 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle the case when a v1.0 api tries to list servers that contain image hrefs. | Naveed Massjouni | 2011-05-31 | 2 | -3/+15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | More image_id to image_ref stuff. Also fixed tests in test_servers. | Naveed Massjouni | 2011-05-28 | 2 | -5/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename instances.image_id to instances.image_ref. | Dan Prince | 2011-05-26 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix test_cloud tests. | Dan Prince | 2011-05-26 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch the run_instances call in the EC2 back to 'image_id'. Incoming | Dan Prince | 2011-05-26 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge w/ trunk. | Dan Prince | 2011-05-26 | 4 | -13/+40 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed image_ref variables to image_href. Since the convention is that x_ref | Naveed Massjouni | 2011-05-25 | 3 | -12/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing docstring. | Naveed Massjouni | 2011-05-24 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing _get_kernel_ramdisk_from_image to use the correct image service. | Naveed Massjouni | 2011-05-24 | 1 | -7/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | make image_ref and image_id usage more consistant, eliminate redundancy in co... | William Wolf | 2011-05-23 | 2 | -3/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Renaming service_image_id vars to image_id to reduce confusion. | Naveed Massjouni | 2011-05-23 | 3 | -14/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | moved utils functions into nova/image/ | William Wolf | 2011-05-23 | 3 | -8/+14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing utils.is_int() | Naveed Massjouni | 2011-05-22 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor cleanup | Naveed Massjouni | 2011-05-21 | 2 | -4/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | combined the exception catching to eliminate duplication | William Wolf | 2011-05-20 | 1 | -4/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | merge from trunk | William Wolf | 2011-05-20 | 4 | -47/+106 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | fix pep8 issue | William Wolf | 2011-05-20 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed silly issue with variable needing to be named 'id' for the url mapper, ... | William Wolf | 2011-05-20 | 1 | -2/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some tests. | Naveed Massjouni | 2011-05-20 | 2 | -31/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fail early if requested imageRef does not exist when creating a server. | Naveed Massjouni | 2011-05-19 | 1 | -4/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor cleanup | Naveed Massjouni | 2011-05-19 | 1 | -5/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | return dummy id per vishs suggestion | William Wolf | 2011-05-18 | 1 | -7/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | hackish patch to fix hrefs asking for their metadata in boot (this really sho... | William Wolf | 2011-05-18 | 1 | -1/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed bug with compute_api not having actual image_ref to use proper image se... | William Wolf | 2011-05-18 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | fix pep8 issues | William Wolf | 2011-05-18 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed api.openstack.test_servers tests...again | William Wolf | 2011-05-18 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | made ImageControllerWithGlanceServiceTests pass | William Wolf | 2011-05-18 | 2 | -5/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed all utils.import_object(FLAGS.image_service) and replaced with | Naveed Massjouni | 2011-05-18 | 4 | -20/+19 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | made get_image_service calls in servers.py | William Wolf | 2011-05-17 | 1 | -2/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | updates to utils methods, initial usage in images.py | William Wolf | 2011-05-17 | 1 | -8/+6 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | merge trunk... yay... | Trey Morris | 2011-06-02 | 25 | -386/+1001 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Implement the v1.1 style resize action with support for flavorRef. | Dan Prince | 2011-06-01 | 1 | -13/+32 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | More specific error messages for resize requests. | Dan Prince | 2011-05-31 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Actually remove the _action_resize code from the base Servers controller. | Dan Prince | 2011-05-31 | 1 | -13/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Implement the v1.1 style resize action with support for flavorRef. | Dan Prince | 2011-05-29 | 1 | -0/+32 | |
| | | | |_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | - move osapi-specific wsgi code from nova/wsgi.py to nova/api/openstack/wsgi.py | Brian Waldon | 2011-06-01 | 21 | -343/+831 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | adding TODOs per dabo's review | Brian Waldon | 2011-05-26 | 1 | -0/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | cleaning up getattr calls with default param | Brian Waldon | 2011-05-26 | 1 | -12/+4 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | review fixups | Brian Waldon | 2011-05-26 | 1 | -11/+16 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | merging trunk | Brian Waldon | 2011-05-26 | 4 | -13/+41 | |
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | minor cleanup | Brian Waldon | 2011-05-20 | 2 | -6/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | merging trunk | Brian Waldon | 2011-05-20 | 5 | -67/+119 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | renaming resource_factory to create_resource | Brian Waldon | 2011-05-20 | 14 | -30/+30 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | further refactoring of wsgi module; adding documentation and tests | Brian Waldon | 2011-05-19 | 17 | -146/+227 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | removing controller/serializer code from wsgi.py; updating other code to use ... | Brian Waldon | 2011-05-18 | 10 | -119/+141 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | refactoring wsgi to separate controller/serialization/deserialization logic; ... | Brian Waldon | 2011-05-18 | 15 | -225/+620 | |
| | | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Logs the exception if metadata fails and returns a 500 with an error message ... | Vishvananda Ishaya | 2011-06-01 | 1 | -1/+10 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
