~jaypipes/glance/use-paste-deploy

    Adds facilities for configuring Glance's servers via
    configuration files.

    glance-api, glance-registry, and glance-combined now process
    a set of configuration files in order, with options read from
    later files overriding values in earlier files:

    /etc/glance.cnf
    /etc/glance/glance.conf
    ~/glance.cnf
    ~/.glance/glance.cnf
    ./glance.cnf

    The new glance.common.config.get_config_file_options() function
    processes these config files into a mapping of key/value
    option pairs. This mapping can now be passed to the
    glance.common.config.parse_options() function as default values

    Adds a sample glance.cnf to the etc/ directory
Filename Latest Rev Last Changed Committer Comment Size
..
bin 3.1.1 14 years ago Monty Taylor Reorg to make Monty's build pedanticness side happ Diff
doc 3.1.2 14 years ago Monty Taylor Added setup.py and sphinx docs. Diff
etc 59.2.1 13 years ago jaypipes at gmail First round of logging functionality: * Adds opti Diff
glance 4.1.1 14 years ago jaypipes at gmail libify glance into teller and parallax modules. Ma Diff
tests 3.1.1 14 years ago Monty Taylor Reorg to make Monty's build pedanticness side happ Diff
tools 11.1.1 14 years ago jaypipes at gmail First round of cleaning up the unittests. Adds tes Diff
.bzrignore 14.3.3 14 years ago jaypipes at gmail Ignore virtualenv directory in bzr 50 bytes Diff Download File
File builddeb.sh 50.2.12 13 years ago Cerberus A few more 685 bytes Diff Download File
MANIFEST.in 61.2.1 13 years ago Rick Harris Adding migration management commands 289 bytes Diff Download File
pylintrc 17.1.1 14 years ago jaypipes at gmail Packaging fixups 812 bytes Diff Download File
README 1 14 years ago Rick Harris Initial check-in 127 bytes Diff Download File
run_tests.py 50.2.12 13 years ago Cerberus A few more 2 KB Diff Download File
File run_tests.sh 59.1.1 13 years ago Rick Harris Adds --sql-connection option 2.4 KB Diff Download File
setup.cfg 3.1.2 14 years ago Monty Taylor Added setup.py and sphinx docs. 134 bytes Diff Download File
setup.py 55.3.6 13 years ago jaypipes at gmail Merge yagni-db-adapter and resolve conflicts. 2.8 KB Diff Download File