Comment 18 for bug 1439686

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

Reviewed: https://review.openstack.org/183438
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=23659819aeaf3f2da680a286b9ac7faf5ceef70e
Submitter: Jenkins
Branch: master

commit 23659819aeaf3f2da680a286b9ac7faf5ceef70e
Author: Dmitry Shulyak <email address hidden>
Date: Fri May 15 11:53:56 2015 +0300

    Add url access verification that will setup network

    Added command that will perform setup and teardown of
    required networking configuration.

    Network configuration will perform next things:

    - set interface up if required
    - create vlan tagged interface and set it up
    - add required ipv4 settings for interface
    - add default route

    After verification teardown will be performed.
    Teardown is best effort based - e.g we should not fail whole command
    if we cant fully execute teardown.

    Change-Id: I910c15c2b39a917eb8428bb69271b5dde364b639
    Partial-Bug: 1439686