Comment 2 for bug 1226959

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/47093
Committed: http://github.com/openstack/cinder/commit/3cc149a802346bef063bcb865182e4e21ec8b086
Submitter: Jenkins
Branch: master

commit 3cc149a802346bef063bcb865182e4e21ec8b086
Author: KIYOHIRO ADACHI <email address hidden>
Date: Wed Sep 18 15:59:28 2013 +0900

    Fixes call GlanceConnectionFailed in invalid ARG

    A mapping key of 'netloc' is always ignored. Thus information in
    'netloc' is lost. But because it is included in 'error_msg', I remove
    'netloc=netloc'.

    Change-Id: I937044bcca0cb196fcd96cfa421de777713d76f5
    Closes-Bug: #1226959