Comment 2 for bug 1248434

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

Reviewed: https://review.openstack.org/55479
Committed: http://github.com/openstack/cinder/commit/539eaaab89eea42f3f92a4ce069183c7730034af
Submitter: Jenkins
Branch: master

commit 539eaaab89eea42f3f92a4ce069183c7730034af
Author: LiuSheng <email address hidden>
Date: Thu Nov 7 09:27:05 2013 +0800

    RequestContext initialization failed in cinder.

    RequestContext initialization failed in cinder because of the following
    error:
    "TypeError: 'in <string>' requires string as left operand, not NoneType"

    It must traverses in tuple not in string when find the "compute"
    service_catalog.

    Change-Id: I46f4bbd0ffb9d1db8bdcb0254ca95551fea08baf
    Closes-Bug: #1248434