summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Remove ipy from nova/api/ec2/cloud.py and use netaddrChuck Short2011-06-061-2/+2
* merge from trunk, resolved conflictsWilliam Wolf2011-06-061-2/+11
|\
| * Update the OSAPI images controller to use 'serverRef' for image create requests.Dan Prince2011-06-061-2/+11
| |\
| | * Add serverRef to image metadata serialization list.Dan Prince2011-06-031-1/+1
| | * Implement OSAPI v1.1 style image create.Dan Prince2011-06-031-1/+10
* | | merge with trunkWilliam Wolf2011-06-0611-88/+72
|\| |
| * | Changes all uses of utcnow to use the version in utils. This is a simple wra...Vishvananda Ishaya2011-06-036-11/+8
| |\ \ | | |/ | |/|
| | * make all uses of utcnow use our testable utils.utcnowVishvananda Ishaya2011-06-026-11/+8
| * | Remove some of the extra image service calls from the OS API images controller.Dan Prince2011-06-021-4/+2
| * | Merge w/ trunk.Dan Prince2011-06-0221-356/+865
| |\|
| * | 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
* | | | | | Minor comment formatting changes.Brian Lamar2011-06-022-3/+5
* | | | | | move index and detail functions to v10 controllerWilliam Wolf2011-06-021-24/+24
* | | | | | merge from trunkWilliam Wolf2011-06-011-13/+32
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | 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
| | | |_|/ / | | |/| | |