summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Toss an __init__ in the test extensions dir. This gets it included in the tar...Soren Hansen2011-03-281-8/+11
|\
| * pep8Soren Hansen2011-03-281-2/+2
| * Remove now useless try/except block.Soren Hansen2011-03-281-14/+10
| * Spell "warn" correctly.Soren Hansen2011-03-281-4/+4
| * Add friendlier message if an extension fails to include a correctly named cla...Soren Hansen2011-03-281-1/+8
| * Do not load extensions that start with a "_"Soren Hansen2011-03-281-1/+1
* | This fixes EC2 API so that it returns image displayName and description prope...Devin Carlen2011-03-281-0/+2
|\ \
| * | Added image name and description mapping to ec2 apiDevin Carlen2011-03-281-0/+2
* | | backup_schedule tests corrected; controller moved to APIRouterV10; making con...Brian Waldon2011-03-282-6/+10
|/ /
* | Adding links container to openstack api v1.1 servers entities.Brian Waldon2011-03-252-13/+60
|\ \
| * \ merging trunkBrian Waldon2011-03-253-18/+113
| |\ \
| * \ \ merging trunkBrian Waldon2011-03-252-0/+100
| |\ \ \
| * \ \ \ merging trunkBrian Waldon2011-03-2514-112/+849
| |\ \ \ \
| * | | | | making servers.generate_href more robustBrian Waldon2011-03-241-1/+2
| * | | | | merging trunk r863Brian Waldon2011-03-246-35/+71
| |\ \ \ \ \
| * | | | | | fixing some dictionary get callsBrian Waldon2011-03-231-11/+10
| * | | | | | merging trunk r843Brian Waldon2011-03-227-13/+435
| |\ \ \ \ \ \
| * | | | | | | pep8Brian Waldon2011-03-171-1/+1
| * | | | | | | adding servers container to openstack api v1.1 servers entitiesBrian Waldon2011-03-172-12/+55
* | | | | | | | disk_format is now an ImageService property. Adds tests to prevent regression.Rick Harris2011-03-251-13/+21
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | disk_format is now an ImageService propertyRick Harris2011-03-251-13/+21
* | | | | | | | - add a "links" container to versions entities for Openstack API v1.1Brian Waldon2011-03-253-18/+113
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | merging trunk, resolving conflictsBrian Waldon2011-03-253-32/+112
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | merging trunk and resolving conflictsBrian Waldon2011-03-2512-80/+737
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | removing old Versions application and correcting fakes to use new controllerBrian Waldon2011-03-241-18/+0
| * | | | | | | merging trunk r864Brian Waldon2011-03-2410-118/+170
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | fixing copyrightBrian Waldon2011-03-221-2/+1
| * | | | | | | adding view builder testsBrian Waldon2011-03-221-1/+3
| * | | | | | | merging trunk r843Brian Waldon2011-03-228-15/+438
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | moving Versions app out of __init__.py into its own module; adding openstack ...Brian Waldon2011-03-173-18/+112
* | | | | | | | Implement image metadata controller for the v1.1 OS API.Dan Prince2011-03-252-0/+100
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Use metadata = image.get('properties', {}).Dan Prince2011-03-251-3/+1
| * | | | | | | Merge in server metadata from trunk.Dan Prince2011-03-252-0/+85
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge w/ trunk.Dan Prince2011-03-257-46/+592
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge w/ trunk.Dan Prince2011-03-246-34/+62
| |\ \ \ \ \ \ \
| * | | | | | | | Docstring fixes.Dan Prince2011-03-241-2/+2
| * | | | | | | | Merge w/ trunk.Dan Prince2011-03-246-35/+62
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | pep8 fix.Dan Prince2011-03-231-0/+1
| * | | | | | | | Implement v1.1 image metadata.Dan Prince2011-03-232-1/+100
* | | | | | | | | Add a "links" container to flavors entities for Openstack API v1.1.Brian Waldon2011-03-253-32/+112
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | adding versioned controllersBrian Waldon2011-03-242-6/+22
| * | | | | | | | merged trunk r864Brian Waldon2011-03-2410-122/+152
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | making Controller._get_flavors is_detail a keyword argumentBrian Waldon2011-03-221-3/+3
| * | | | | | | | merging trunk r843Brian Waldon2011-03-226-9/+427
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | merging parent branch lp:~bcwaldon/nova/osapi-flavors-1_1Brian Waldon2011-03-173-18/+165
| |\ \ \ \ \ \ \ \
| * | | | | | | | | pep8Brian Waldon2011-03-171-1/+1
| * | | | | | | | | adding serialization_metadata to encode links on flavorsBrian Waldon2011-03-171-1/+5
| * | | | | | | | | adding comments; removing returns from build_extra; removing unnecessary back...Brian Waldon2011-03-172-7/+21
| * | | | | | | | | pep8Brian Waldon2011-03-161-2/+2
| * | | | | | | | | adding bookmarks links to 1.1 flavor entitiesBrian Waldon2011-03-161-1/+12