Comment 1 for bug 1420312

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

Reviewed: https://review.openstack.org/154498
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=de32ddca574150806c4dbb9a47930b0b6d1196f0
Submitter: Jenkins
Branch: master

commit de32ddca574150806c4dbb9a47930b0b6d1196f0
Author: git-harry <email address hidden>
Date: Tue Feb 10 14:33:14 2015 +0000

    Remove ImportError handling in dynamic_inventory

    The import of netaddr any yaml is done within a try/except block. If an
    ImportError occurs an error message is printed and the script ignores
    it. Ansible does not display the printed message and the script will
    still fail, just later on.

    This commit removes the exception handling so that if there is an
    ImportError the script will fail straight away.

    Change-Id: Iff935db62bde954ac4ff0b920409c18dd494bdff
    Closes-Bug: #1420312