Comment 3 for bug 1512883

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

Reviewed: https://review.openstack.org/283149
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=16c0193a131cc450b22b6a81b26757a0de32ac76
Submitter: Jenkins
Branch: master

commit 16c0193a131cc450b22b6a81b26757a0de32ac76
Author: Ala Raddaoui <email address hidden>
Date: Mon Feb 22 15:57:15 2016 +0000

    change host_containers group names in inventory

    In user config, when choosing host names inspired
    from containers group names, this will lead in the code
    to have host_containers to be identical to group_containers.
    This will eventually lead to unintentially having groups added
    to itselves in the inventory which will lead to unending
    recursion loop in the dynamic_inventory.py.
    Changing the way we construct the name of host_containers
    will prevent that.

    Change-Id: I5edb6091cb10588099f023f3ae961ed714aea2ce
    Closes-Bug: 1512883
    Closes-Bug: 1528953