Comment 3 for bug 1296337

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

Reviewed: https://review.openstack.org/82382
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b8b8bff7d137e9cae72e9ec20505a0c4b1f886b6
Submitter: Jenkins
Branch: master

commit b8b8bff7d137e9cae72e9ec20505a0c4b1f886b6
Author: Akihiro Motoki <email address hidden>
Date: Mon Mar 24 02:18:21 2014 +0900

    Remove unused openstack.common modules

    They are not used in horizon code base and out-of-date for a long time.
    It is time to remove them.
    - notifier and rpc graduated oslo-incubator and are distirubted as a
      separate module (oslo.messaging).
    - uuidutils is now deprecated in oslo and standard uuid module is
      recommended to use.
    - For other modules, we can re-add them if they becomes needed.

    Partial-Bug: #1296337
    Change-Id: I7cb569954384fd39e9f91316f5e22ca63f4a00ee