Package: glance / 2:12.0.0-3~bpo8+1

Metadata

Package Version Patches format
glance 2:12.0.0-3~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sql_conn registry.patch | (download)

etc/glance-api.conf | 2 1 + 1 - 0 !
etc/glance-registry.conf | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fixes default connection in glance-registry.conf & glance-api.conf
default config.patch | (download)

etc/glance-api.conf | 2 1 + 1 - 0 !
etc/glance-registry.conf | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 default config
fix test_multiprocessing.py call to psutils.patch | (download)

glance/tests/functional/test_reload.py | 2 1 + 1 - 0 !
glance/tests/functional/v1/test_multiprocessing.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix call to psutils
fix test_evnetlet_no_dnspython test.patch | (download)

glance/tests/unit/common/test_wsgi_ipv6.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix test_evnetlet_no_dnspython()
 The test case tried to do:
   os.environ['EVENTLET_NO_GREENDNS'] = 'foo'
 which doesn't work. Fix it and use 'yes' instead.