Comment 7 for bug 1853464

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/train)

Reviewed: https://review.opendev.org/695682
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=18ac41b1e2c98599ffd70db3a90c6142fcd0ffa4
Submitter: Zuul
Branch: stable/train

commit 18ac41b1e2c98599ffd70db3a90c6142fcd0ffa4
Author: Zhuo Zhen <email address hidden>
Date: Tue Nov 19 15:52:26 2019 -0600

    Allow region setting for ironic-neutron-agent

    The "os_region" param is missing in the ironic_neutron_agent.ini.j2
    file. Without specifying the region, the neutron service will randomly
    pick a region for the ironic-neutron-agent. Therefore, a list of
    incorrect agents might be created in the neutron database "agents"
    table for nodes from other regions. To list all neutron agents, use
    'openstack network agent list'.

    Change-Id: Idec265230d0ab63b7559d94690c059608dc2617e
    Closes-bug: #1853464
    (cherry picked from commit 7f457cd928e60a1f81f1064c45acf957e8a4c48f)