Comment 11 for bug 1646833

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

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

commit a5a7f1d6330d0699d7f63da7bbbe176bfeab0ff5
Author: Mykyta Karpin <email address hidden>
Date: Mon Dec 12 11:23:18 2016 +0200

    Fix ironic-compute task ordering

    Both openstack-network/server-nova task and ironic/ironic-compute task
    declare ::nova::network::neutron class with same parameters,
    in case when ironic-compute task is applied before server-nova task,
    nova-api service will not be refreshed, because nova_config resources
    from ::nova::network::neutron were not updated.

    This patch ensures that ironic-compute task will be applied
    after openstack network configuration.

    Change-Id: Ie13df7d2ceaa204bdd1958b79949487c2dbd24fe
    Closes-Bug: #1646833