lp:~jaypipes/glance/use-paste-deploy
Created by
Jay Pipes
and last modified
- Get this branch:
- bzr branch lp:~jaypipes/glance/use-paste-deploy
Branch merges
Propose for merging
No branches
dependent on this one.
- Rick Harris (community): Approve
- Devin Carlen (community): Approve
- Chuck Thier (community): Approve
-
Diff: 1592 lines (+717/-584)19 files modified.bzrignore (+5/-0)
bin/glance-api (+7/-38)
bin/glance-combined (+9/-43)
bin/glance-control (+216/-0)
bin/glance-registry (+7/-28)
doc/source/configuring.rst (+20/-0)
doc/source/controllingservers.rst (+165/-0)
doc/source/gettingstarted.rst (+3/-45)
doc/source/index.rst (+3/-0)
doc/source/installing.rst (+100/-0)
etc/glance.conf.sample (+32/-8)
glance/common/config.py (+103/-115)
glance/common/server.py (+0/-129)
glance/common/wsgi.py (+27/-51)
glance/registry/server.py (+10/-0)
glance/server.py (+7/-0)
setup.py (+1/-0)
tests/unit/test_config.py (+1/-125)
tools/pip-requires (+1/-2)
Related bugs
Related blueprints
Recent revisions
- 73. By Jay Pipes
-
Changes the server daemon programs to be configured only via
paste.deploy configuration files. Removed ability to configure
server options from CLI options when starting the servers with
the exception of --verbose and --debug, which are useful during
debugging.Updated the documentation controllingserv
ers.rst.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~glance-coresec/glance/cactus-trunk