Update git submodules
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 17 Aug 2017 14:48:12 +0000 (16:48 +0200)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 17 Aug 2017 14:54:29 +0000 (14:54 +0000)
commitea48f912541d35068fbb161a39bf92971cd145c1
treeefc4d5387db03e102add4cf64dac7b6572a8f4c8
parent26289bf7215a405f96a2d0d1590b87c0596a5ad8
Update git submodules

* Update docs/submodules/fuel from branch 'master'
  - lib.sh: Fix mcp key owner for OPNFV Jenkins jobs

    In case of non-root deploys (i.e. running `ci/deploy.sh` without
    sudo), the OPNFV Jenkins slave executes it under a user shell,
    under a root shell, e.g.:
    $ sudo sudo -u jenkins bash
    $ echo $USER
    jenkins
    $ echo $SUDO_USER
    root

    Adjust lib.sh to only use SUDO_USER when it is not "root".

    Change-Id: I6dd1c8a5dd3a3b02cfb760818d66e99f49709a5b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
docs/submodules/fuel