lp:~jaypipes/glance/logging

Created by Jay Pipes and last modified
Get this branch:
bzr branch lp:~jaypipes/glance/logging
Only Jay Pipes can upload to this branch. If you are Jay Pipes please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jay Pipes
Project:
Glance
Status:
Development

Recent revisions

74. By Jay Pipes

Adds more logging to both server controllers.

73. By Jay Pipes

This adds a test case for LP Bug 704854 -- Exception
raised by Registry server gets eaten by API server.

The test involves spinning up an API server and a registry
server, firing cURL and glance-upload against the API
server with invalid requests, and verifying that appropriate
exception messages are contained in the response.

I cannot reproduce 704854 now. Not sure what changed in
the code that actually fixed this, but the test case verifies
that the behaviour described in the bug does not occur any more.

72. By Jay Pipes

Merge --pid-file option for glance-control

71. By Jay Pipes

Merge fix for bug 719834

70. By Rick Harris

Adds sql_idle_timeout to reestablish connections to database after given period of time.

Fixes MySQL Gone Away exceptions.

69. By Jay Pipes

Removes lockfile and custom python-daemon server initialization
in favour of paste.deploy.

68. By Rick Harris

Adds glance-combined and glance-manage to setup.py

67. By Jay Pipes

Fixes bug 714454.

ReStructured Text files need to end in .rst, not .py ;)

66. By Rick Harris

Update README, remove some vestigial directories, and other small tweaks.

65. By Jay Pipes

    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

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
This branch contains Public information 
Everyone can see this information.

Subscribers