~gandelman-a/ubuntu/precise/glance/899970

« back to all changes in this revision

Viewing changes to etc/glance-api.conf

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Jay Pipes
  • Date: 2011-12-02 12:53:54 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20111202125354-musrqriz8dy0o9yg
Tags: 2012.1~e2~20111201.1123-0ubuntu1
[Chuck Short]
* New upstream release.

[Jay Pipes]
* Removes now-unnecessary dependencies from client package
* Rewrote the description for the Glance project to remove
  ancient language about Teller and Parallax.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
# pipeline = versionnegotiation authtoken auth-context cachemanage apiv1app
215
215
 
216
216
[app:apiv1app]
217
 
paste.app_factory = glance.api.v1:app_factory
 
217
paste.app_factory = glance.api.v1.router:app_factory
218
218
 
219
219
[filter:versionnegotiation]
220
220
paste.filter_factory = glance.api.middleware.version_negotiation:filter_factory