Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Tue, 16 May 2017 14:58:55 +0000 (14:58 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 16 May 2017 14:58:55 +0000 (14:58 +0000)
commit3bb02fb02542dd3b4a7bd6a8dfe0e935a9dc34f4
tree7247352277d979cb2f8ce0354f598541bd37bd00
parentbc6737d0ad762c6b2fabe0b8b0fb553ba146e953
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "prototypes: xci: provision-vm-nodes: Do not provision VMs as root."
  - prototypes: xci: provision-vm-nodes: Do not provision VMs as root.

    There is no need to provision VM nodes as root. The only thing that we
    need to run as root is the destroy-env.sh script and for that we move
    it to its own play so we can use Ansible's become directive. Moreover,
    since this playbook operates on localhost we can use 'connection: local'
    so we don't have to execute everything via ssh and possibly speed up
    the whole process.

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