Reviewed: https://review.openstack.org/25636 Committed: http://github.com/openstack/glance/commit/eb21c4ec9f262043f49c18e48fc6ad728e1f6189 Submitter: Jenkins Branch: milestone-proposed
commit eb21c4ec9f262043f49c18e48fc6ad728e1f6189 Author: Mark J. Washenberger <[email protected]> Date: Fri Mar 22 15:14:11 2013 -0700 Fix domain database initialization To fix bug 1089916, calls to db_api.configure_db() were changed to setup_db_env(). However, the gateway domain initialization didn't get the memo. This patch makes sure setup_db_env() is called in all the relevant places. Fixes bug 1131705. Change-Id: Ieec141192b8a5a045dadba6d70abaa25748b85b2 ** Changed in: glance Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1131705 Title: Glance API v2 suffers from bug 1036193 Status in OpenStack Image Registry and Delivery Service (Glance): Fix Released Bug description: It seems glance-api v2 doesn't contain the fix for bug #1036193 and still uses the same ENGINE across workers. This can be demonstrated on devstack by the following crude script: # Create 100 image entries for i in $(seq 1 100); do glance image-create done # <restart the server> # Then run: for i in $(seq 1 100); do glance --os-image-api-version=2 image-list & done You'll get the errors outlined by David at https://bugs.launchpad.net/glance/+bug/1036193/comments/1 To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1131705/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

