Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Fri, 31 Aug 2018 09:26:04 +0000 (09:26 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 31 Aug 2018 09:26:04 +0000 (09:26 +0000)
commit13f07421676ccb366fd71f5859273aa9594ac785
tree7907fe1c1c045694c6f1fd9789614af2c20eca8d
parent92e811693bc7d577028cf103b48ff2cdab1995b0
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "xci: roles: create-vm-nodes: Always provision VM nodes"
  - xci: roles: create-vm-nodes: Always provision VM nodes

    The role used to get the output of 'virsh list --all' to determine how
    many VMs are present and shut off in the system. This takes *all* VMs
    on the system into consideration so it may skip creation of some or all
    of the XCI VMs if we happen to have other VMs present. We can improve
    the situation by simply dropping this check and always provision the
    VMs we want. If the VM is already present, then the module will simply
    do a sanity check of its configuration. This allows XCI to run alongside
    other VMs.

    Change-Id: I54255a1959509671c0305f48f23a55b6e900684f
Signed-off-by: Markos Chandras <mchandras@suse.de>
docs/submodules/releng-xci