summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* Add XML templates.Kevin L. Mitchell2011-10-171-2/+5
* Remove OSAPI v1.0Brian Waldon2011-10-171-11/+1
* Add support for header version parameter to specify API version.Johannes Erdfelt2011-10-041-1/+1
* remove keystoneVishvananda Ishaya2011-09-201-30/+0
* Update paste config so that EC2 admin API defaults to noauth.Dan Prince2011-08-231-1/+5
* change NoAuth to actually use a tenant and userVishvananda Ishaya2011-08-221-6/+6
* fix integration testsVishvananda Ishaya2011-08-171-2/+5
* make admin context the default, clean up pipelibVishvananda Ishaya2011-08-171-3/+12
* removed admincontext middlewareVishvananda Ishaya2011-08-121-3/+0
* add keystone middlewares for ec2 apiVishvananda Ishaya2011-08-111-1/+31
* Move api-paste.ini into a nova/ subdir of etc/Soren Hansen2011-04-051-0/+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
* | | | merging trunk r843Brian Waldon2011-03-221-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Re-implementation (or just implementation in many cases) of Limits in the Ope...Brian Lamar2011-03-181-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Major cosmetic changes to limits, but little-to-no functional changes. MUCH b...Brian Lamar2011-03-151-1/+1
| | |/
* | / moving Versions app out of __init__.py into its own module; adding openstack ...Brian Waldon2011-03-171-1/+1
|/ /
* / modifying paste config to support v1.1; adding v1.1 entry in versions resourc...Brian Waldon2011-03-151-0/+1
|/
* Create --paste_config flag defaulting to api-paste.ini and mv etc/nova-api.co...Kevin L. Mitchell2011-03-071-0/+0
* Switch to API_listen and API_listen_port, drop wsgi.paste_config_to_flagsThierry Carrez2011-02-181-3/+0
* Use ttx's patch to be explict about paths, as urlmap doesn't work as I expected.Todd Willey2011-01-201-1/+8
* Merge trunk + wsgirouterTodd Willey2011-01-121-7/+3
|\
| * Merge trunk and handle flagfiles with kid-gloves in nova-api. Rename some fl...Todd Willey2011-01-121-7/+3
| |\
* | | Merge version matching url change from wsgirouter branch.Todd Willey2011-01-121-1/+1
|\| |
| * | Fix url matching for years 2010-forward.Todd Willey2011-01-121-1/+1
* | | Update config for launching logger with cleaner factory.Todd Willey2011-01-121-5/+14
|\| |
| * | Update paste config for ec2 request logging.Todd Willey2011-01-121-5/+14
* | | Remove module-level factory methods in favor of having a factory class-methodTodd Willey2011-01-061-13/+13
|/ /
* | Fix openstack api tests and add a FaultWrapper to turn exceptions to faults.Todd Willey2011-01-061-2/+8
* | Make paste the default api pattern.Todd Willey2011-01-041-0/+4
* | Rework how routing is done in ec2 endpoint.Todd Willey2011-01-041-5/+14
|/
* remove cloudpipe from paste configTodd Willey2010-12-301-4/+0
* Merge trunk.Todd Willey2010-12-271-3/+3
* Remove ec2 config chain and move openstack versions to top-level application.Todd Willey2010-12-211-5/+10
* Use paste.deploy for running the api server.Todd Willey2010-12-211-0/+62