Comment 2 for bug 1409213

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

Reviewed: https://review.openstack.org/148065
Committed: https://git.openstack.org/cgit/stackforge/rally/commit/?id=82a0a9ac09d630d2919d87cef01ee20260061fb5
Submitter: Jenkins
Branch: master

commit 82a0a9ac09d630d2919d87cef01ee20260061fb5
Author: Filip Hubik <email address hidden>
Date: Sat Jan 17 18:33:52 2015 +0000

    Refactor oslo.foo as oslo_foo

    According to related blueprint, installing oslo
    libraries into a same namespace seems to cause
    several type of errors. Every occurrence
    of oslo.foo supported is renamed to oslo_foo.

    Change-Id: I786b0b824be31c08e6795201bb95553434d8d634
    Implements: blueprint 'oslo-incubator/drop-namespace-packages'
    Closes-Bug: #1409213