Comment 1 for bug 1400907

Revision history for this message
Andriy Kurilin (andreykurilin) wrote : Re: verify start fails with KeyError 'object-store'

Hi! I can propose hot-fix. You should change line https://github.com/stackforge/rally/blob/master/rally/verification/verifiers/tempest/config.py#L109 to:

    if services_type2name_map.get(service['type']) == servicename:

Tomorrow, I'll look closely to this bug.