Update git submodules
authorTim Rozet <trozet@redhat.com>
Mon, 25 Jun 2018 20:05:33 +0000 (16:05 -0400)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 26 Jun 2018 03:00:37 +0000 (03:00 +0000)
commited228a7fe5698c80d07d8f4895a465e86e667a95
treef5c3161a9c92004342932ead451c8b25c706dcd7
parent51c5fa8039d8d01bbb7a70885232d3f0ed6f1a8e
Update git submodules

* Update docs/submodules/apex from branch 'master'
  - Ignore error if network already undefined

    In clean we destroy a network, then undefine it. When running snapshot
    deploy it uses manual virsh bash commands to create the networks and
    other virsh resources. This leaves an admin network which our clean
    eventually tries to delete. However when the libvirt api network destroy
    command is used it is somehow undefining the newtork at the same time.
    Therefore just catch that possible scenario and ignore the failure as
    the network has already been removed.

    Change-Id: Id1d861fbe2a338f0828e78721c09f110030d3a4a
Signed-off-by: Tim Rozet <trozet@redhat.com>
docs/submodules/apex