summaryrefslogtreecommitdiffstats
path: root/bin/nova-api-paste
Commit message (Collapse)AuthorAgeFilesLines
* Make paste the default api pattern.Todd Willey2011-01-041-109/+0
| | | | | | | | | * 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.)
* Clean up how we determine IP to bind to.Todd Willey2010-12-301-2/+2
|
* i18nTodd Willey2010-12-291-10/+12
|
* Pep-8 cleanup.Todd Willey2010-12-291-0/+4
|
* Use paste.deploy for running the api server.Todd Willey2010-12-211-0/+103