Comment 8 for bug 1512017

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

Reviewed: https://review.openstack.org/240897
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=3a87704f78ccc83c9199aabe83c2e5129455345c
Submitter: Jenkins
Branch: master

commit 3a87704f78ccc83c9199aabe83c2e5129455345c
Author: Matthew Mosesohn <email address hidden>
Date: Mon Nov 2 18:02:11 2015 +0300

    Change openstack-network anchor task to type skipped

    This task was running hiera task after neutron tasks
    were completed, causing hiera metadata to modify
    mid-deployment. This was breaking deployments with
    plugins, which write to /etc/hiera.yaml. Hiera task
    overwrites this file, causing a discrepancy during
    deployment and breaking rabbitmq dump definitions
    task.

    Change-Id: Ie5a0715e468888cb8359b746f220099c04f01af2
    Closes-Bug: #1512017