Comment 4 for bug 1414587

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

Reviewed: https://review.openstack.org/148530
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=5c5491f9ded7a6d23b643fcace91f8057879d776
Submitter: Jenkins
Branch: master

commit 5c5491f9ded7a6d23b643fcace91f8057879d776
Author: Andrey Pavlov <email address hidden>
Date: Tue Jan 20 13:48:19 2015 +0300

    Using oslo_* instead of oslo.*

    Changes:
    * using oslo_config instead of oslo.config
    * using oslo_concurrency instead of oslo.concurrency
    * using oslo_db instead of oslo.db
    * using oslo_i18n instead of oslo.i18n
    * using oslo_messaging instead of oslo.messaging
    * using oslo_middleware instead of oslo.middleware
    * using oslo_serialization instead of oslo.serialization
    * using oslo_utils instead of oslo.utils

    Change-Id: Ib0f18603ca5b0885256a39a96a3620d05260a272
    Closes-bug: #1414587