Comment 2 for bug 1754426

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

Reviewed: https://review.openstack.org/550966
Committed: https://git.openstack.org/cgit/openstack/instack-undercloud/commit/?id=998230da5cb6c0b725b8e67c82bf2157b9f0c46b
Submitter: Zuul
Branch: master

commit 998230da5cb6c0b725b8e67c82bf2157b9f0c46b
Author: Alex Schultz <email address hidden>
Date: Thu Mar 8 11:00:41 2018 -0700

    Remove cloud-init and disable os-collect-config

    A user uses a guest image for the undercloud, cloud-init may be
    installed which can also cause other services like os-collect-config to
    be running. We should ensure that cloud-init is removed and that the
    os-collect-config service is disable to prevent it from interfering with
    overcloud deployments.

    Change-Id: I58f6fc4b299c8f1f561205ac9a2de75c46467ba8
    Closes-Bug: #1754426