| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Create --paste_config flag defaulting to api-paste.ini and mv ↵ | Kevin L. Mitchell | 2011-03-07 | 1 | -91/+0 |
| | | | | | etc/nova-api.conf to match | ||||
| * | Switch to API_listen and API_listen_port, drop wsgi.paste_config_to_flags | Thierry Carrez | 2011-02-18 | 1 | -3/+0 |
| | | |||||
| * | Use ttx's patch to be explict about paths, as urlmap doesn't work as I expected. | Todd Willey | 2011-01-20 | 1 | -1/+8 |
| | | |||||
| * | Merge trunk + wsgirouter | Todd Willey | 2011-01-12 | 1 | -7/+3 |
| |\ | |||||
| | * | Merge trunk and handle flagfiles with kid-gloves in nova-api. Rename some ↵ | Todd Willey | 2011-01-12 | 1 | -7/+3 |
| | |\ | | | | | | | | | | flags for clarity. | ||||
| * | | | Merge version matching url change from wsgirouter branch. | Todd Willey | 2011-01-12 | 1 | -1/+1 |
| |\| | | |||||
| | * | | Fix url matching for years 2010-forward. | Todd Willey | 2011-01-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | Update config for launching logger with cleaner factory. | Todd Willey | 2011-01-12 | 1 | -5/+14 |
| |\| | | |||||
| | * | | Update paste config for ec2 request logging. | Todd Willey | 2011-01-12 | 1 | -5/+14 |
| | | | | |||||
| * | | | Remove module-level factory methods in favor of having a factory class-method | Todd Willey | 2011-01-06 | 1 | -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 Willey | 2011-01-06 | 1 | -2/+8 |
| | | | |||||
| * | | Make paste the default api pattern. | Todd Willey | 2011-01-04 | 1 | -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 Willey | 2011-01-04 | 1 | -5/+14 |
| |/ | |||||
| * | remove cloudpipe from paste config | Todd Willey | 2010-12-30 | 1 | -4/+0 |
| | | |||||
| * | Merge trunk. | Todd Willey | 2010-12-27 | 1 | -3/+3 |
| | | |||||
| * | Remove ec2 config chain and move openstack versions to top-level application. | Todd Willey | 2010-12-21 | 1 | -5/+10 |
| | | |||||
| * | Use paste.deploy for running the api server. | Todd Willey | 2010-12-21 | 1 | -0/+62 |
