Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Fri, 6 Apr 2018 09:53:43 +0000 (10:53 +0100)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 6 Apr 2018 16:18:48 +0000 (16:18 +0000)
commite35d32ab89e8866ae0be08c8b52e4edaa4e2d79b
treeb5a8f39844a25c5d8464ae6c413db9d2aaba2327
parentced1e59af6fa654fe3cc727abeeb5caec1af5a12
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: bifrost: Fix unbound variable error

    If we are not in a virtual environment, then VIRTUAL_ENV is going
    to be unset and we will fail with the following error:

    ./scripts/bifrost-provision.sh: line 105: VIRTUAL_ENV: unbound variable

    As such, we need to provide a default value if that variable is unset.
    We also fix a typo in the _sudo variable.

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