Comment 5 for bug 1751815

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to instack-undercloud (master)

Reviewed: https://review.openstack.org/548061
Committed: https://git.openstack.org/cgit/openstack/instack-undercloud/commit/?id=0497316fae160e5aaa59887bad1ad06a40f7088a
Submitter: Zuul
Branch: master

commit 0497316fae160e5aaa59887bad1ad06a40f7088a
Author: Ben Nemec <email address hidden>
Date: Mon Feb 26 16:17:53 2018 +0000

    Don't double load config

    This isn't necessary and will likely have some bad side effects
    because re-calling the conf object clears all previously registered
    opts, which defeats the purpose of the second call.

    Change-Id: I59bd78e85b3d55aea23b46809f4de678d394f66d
    Related-Bug: 1751815