summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | image href should be passed through the rebuild pipeline, not the image id.Naveed Massjouni2011-06-011-2/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge w/ trunk.Dan Prince2011-05-316-18/+103
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | removing semicolonNaveed Massjouni2011-05-311-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Handle the case when a v1.0 api tries to list servers that contain image hrefs.Naveed Massjouni2011-05-312-3/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | More image_id to image_ref stuff. Also fixed tests in test_servers.Naveed Massjouni2011-05-282-5/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Rename instances.image_id to instances.image_ref.Dan Prince2011-05-261-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix test_cloud tests.Dan Prince2011-05-261-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Switch the run_instances call in the EC2 back to 'image_id'. IncomingDan Prince2011-05-261-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge w/ trunk.Dan Prince2011-05-264-13/+40
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed image_ref variables to image_href. Since the convention is that x_refNaveed Massjouni2011-05-253-12/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing docstring.Naveed Massjouni2011-05-241-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing _get_kernel_ramdisk_from_image to use the correct image service.Naveed Massjouni2011-05-241-7/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | make image_ref and image_id usage more consistant, eliminate redundancy in co...William Wolf2011-05-232-3/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Renaming service_image_id vars to image_id to reduce confusion.Naveed Massjouni2011-05-233-14/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | moved utils functions into nova/image/William Wolf2011-05-233-8/+14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Removing utils.is_int()Naveed Massjouni2011-05-221-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Minor cleanupNaveed Massjouni2011-05-212-4/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | combined the exception catching to eliminate duplicationWilliam Wolf2011-05-201-4/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | merge from trunkWilliam Wolf2011-05-204-47/+106
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | fix pep8 issueWilliam Wolf2011-05-201-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | fixed silly issue with variable needing to be named 'id' for the url mapper, ...William Wolf2011-05-201-2/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some tests.Naveed Massjouni2011-05-202-31/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fail early if requested imageRef does not exist when creating a server.Naveed Massjouni2011-05-191-4/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Minor cleanupNaveed Massjouni2011-05-191-5/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | return dummy id per vishs suggestionWilliam Wolf2011-05-181-7/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | hackish patch to fix hrefs asking for their metadata in boot (this really sho...William Wolf2011-05-181-1/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | fixed bug with compute_api not having actual image_ref to use proper image se...William Wolf2011-05-181-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | fix pep8 issuesWilliam Wolf2011-05-182-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | fixed api.openstack.test_servers tests...againWilliam Wolf2011-05-181-0/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | made ImageControllerWithGlanceServiceTests passWilliam Wolf2011-05-182-5/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Removed all utils.import_object(FLAGS.image_service) and replaced withNaveed Massjouni2011-05-184-20/+19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | made get_image_service calls in servers.pyWilliam Wolf2011-05-171-2/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | updates to utils methods, initial usage in images.pyWilliam Wolf2011-05-171-8/+6
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | merge trunk... yay...Trey Morris2011-06-0225-386/+1001
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Implement the v1.1 style resize action with support for flavorRef.Dan Prince2011-06-011-13/+32
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | More specific error messages for resize requests.Dan Prince2011-05-311-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | Actually remove the _action_resize code from the base Servers controller.Dan Prince2011-05-311-13/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | | Implement the v1.1 style resize action with support for flavorRef.Dan Prince2011-05-291-0/+32
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | - move osapi-specific wsgi code from nova/wsgi.py to nova/api/openstack/wsgi.pyBrian Waldon2011-06-0121-343/+831
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | adding TODOs per dabo's reviewBrian Waldon2011-05-261-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | cleaning up getattr calls with default paramBrian Waldon2011-05-261-12/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | review fixupsBrian Waldon2011-05-261-11/+16
| | * | | | | | | | | | | | | | | | | | | | | | | | merging trunkBrian Waldon2011-05-264-13/+41
| | |\| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | minor cleanupBrian Waldon2011-05-202-6/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | merging trunkBrian Waldon2011-05-205-67/+119
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | renaming resource_factory to create_resourceBrian Waldon2011-05-2014-30/+30
| | * | | | | | | | | | | | | | | | | | | | | | | | further refactoring of wsgi module; adding documentation and testsBrian Waldon2011-05-1917-146/+227
| | * | | | | | | | | | | | | | | | | | | | | | | | removing controller/serializer code from wsgi.py; updating other code to use ...Brian Waldon2011-05-1810-119/+141
| | * | | | | | | | | | | | | | | | | | | | | | | | refactoring wsgi to separate controller/serialization/deserialization logic; ...Brian Waldon2011-05-1815-225/+620
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Logs the exception if metadata fails and returns a 500 with an error message ...Vishvananda Ishaya2011-06-011-1/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |