Comment 6 for bug 1853464

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

Reviewed: https://review.opendev.org/695684
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=25639188205bdc97d5fa4d0e4aeb30d9dd44436b
Submitter: Zuul
Branch: stable/rocky

commit 25639188205bdc97d5fa4d0e4aeb30d9dd44436b
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)