summaryrefslogtreecommitdiffstats
path: root/etc/nova-api.conf
Commit message (Collapse)AuthorAgeFilesLines
* Create --paste_config flag defaulting to api-paste.ini and mv ↵Kevin L. Mitchell2011-03-071-91/+0
| | | | etc/nova-api.conf to match
* 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 ↵Todd Willey2011-01-121-7/+3
| |\ | | | | | | | | | flags for clarity.
* | | 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
|/ / | | | | | | | | on wsgi components themselves. Local options from config are passed to the __init__ method of the component as kwargs.
* | 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
| | | | | | | | | | | | | | | | | | * get rid of the --use_lockout flag since it will be specified in paste config (Example line is commented out in etc/nova-api.conf, factory is in place) * remove old nova-api binary and promote nova-api-paste * change how we store ec2 parameters to bin the the ApiRequest * get rid of Router, since paste.urlmap is equally effective (Requestify now gets passed the name of the controller requests are to.)
* | 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