Comment 24 for bug 1409762

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to os-ansible-deployment (icehouse)

Reviewed: https://review.openstack.org/148959
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=12b56a6d8bc0db643d1fa68daf01a046d8e48977
Submitter: Jenkins
Branch: icehouse

commit 12b56a6d8bc0db643d1fa68daf01a046d8e48977
Author: Kevin Carter <email address hidden>
Date: Tue Nov 18 17:27:50 2014 -0600

    Fixed generator type assumption error

    When adding the swift config pieces the dynamic inventory has attempts
    to add extra arguments to host _meta inventory which assumes the option
    is in a dictionary format. To address the issue an if block has been
    added which which checks the object type and proceeds accordingly.

    Closes-Bug: #1399387
    Related-Bug: #1409762
    Change-Id: I0203dc525ca9e8f962ac683ca07b5cb3bea41589
    (cherry picked from commit 1710987f0a1d7e170e1d8e441f65742c645fa398)