Comment 8 for bug 1509543

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

Reviewed: https://review.openstack.org/243224
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=f2acf7328fb25b1f9b55743c269128780cec5870
Submitter: Jenkins
Branch: master

commit f2acf7328fb25b1f9b55743c269128780cec5870
Author: Ryan Moe <email address hidden>
Date: Mon Nov 9 08:50:01 2015 -0800

    Check for existence of network group when uploading template

    Network groups can be created at any time so there is no guarantee
    that it will exist when a template is uploaded. Before updating the
    network group's VLAN the existence of the network group is checked.

    Networks are reassigned for all nodes when a new network group is
    created. A new pre-deployment check was added to validate that all
    network groups required by a network template exist.

    Change-Id: I28d3df4db0fe69f5b4fc9af491f0aae1f695901f
    Closes-bug: #1509543