Comment 2 for bug 1509464

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

Reviewed: https://review.openstack.org/239651
Committed: https://git.openstack.org/cgit/openstack/fuel-menu/commit/?id=4000f153d99b97cebddda2a27e39ed43c147f306
Submitter: Jenkins
Branch: master

commit 4000f153d99b97cebddda2a27e39ed43c147f306
Author: Vladimir Kozhukalov <email address hidden>
Date: Tue Oct 27 15:19:36 2015 +0300

    Requires python-ordereddict only if Centos6

    OrderedDict class is a part of collections module since at least
    python2.7 which is default python version for Centos 7.
    For making it possible to use this code both on python26
    and on python27 we wrap ordereddict imports into try/except.

    Change-Id: I877506a8f039e86480c287e03387b9a3689d870e
    Closes-Bug: #1509464