summaryrefslogtreecommitdiffstats
path: root/etc/api-paste.ini
Commit message (Collapse)AuthorAgeFilesLines
* Move api-paste.ini into a nova/ subdir of etc/Soren Hansen2011-04-051-101/+0
|
* merging trunk and resolving conflictsBrian Waldon2011-03-251-1/+4
|\
| * Reconcile tests with latest trunk merges.Dan Prince2011-03-241-1/+1
| |
| * Merge w/ trunk.Dan Prince2011-03-241-6/+12
| |\
| * \ Merge w/ trunk.Dan Prince2011-03-211-1/+2
| |\ \
| * | | Implement action extensions.Dan Prince2011-03-141-1/+4
| | | |
* | | | merging trunk r864Brian Waldon2011-03-241-6/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | merging trunkBrian Waldon2011-03-211-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Added mechanism for versioned controllers for openstack api versions 1.0/1.1.Naveed Massjouni2011-03-171-6/+12
| | | | | | | | | | | | | | | | | | | | Create servers in the 1.1 api now supports imageRef/flavorRef instead of imageId/flavorId.
* | | | merging trunk r843Brian Waldon2011-03-221-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Re-implementation (or just implementation in many cases) of Limits in the ↵Brian Lamar2011-03-181-1/+1
| |\ \ \ | | |/ / | |/| | | | | | OpenStack API. Limits is now available through /limits and the concept of a limit has been extended to include arbitrary regex / http verb combinations along with correct XML/JSON serialization. Tests included.
| | * | Major cosmetic changes to limits, but little-to-no functional changes. MUCH ↵Brian Lamar2011-03-151-1/+1
| | |/ | | | | | | | | | better testability now, no more relying on system time to tick by for limit testing.
* | / moving Versions app out of __init__.py into its own module; adding openstack ↵Brian Waldon2011-03-171-1/+1
|/ / | | | | | | versions tests; adding links to version entities
* / modifying paste config to support v1.1; adding v1.1 entry in versions ↵Brian Waldon2011-03-151-0/+1
|/ | | | resource ( GET /)
* Create --paste_config flag defaulting to api-paste.ini and mv ↵Kevin L. Mitchell2011-03-071-0/+91
etc/nova-api.conf to match