Update git submodules
authorhongbo tian <hongbo.tianhongbo@huawei.com>
Thu, 30 Mar 2017 07:45:13 +0000 (07:45 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 30 Mar 2017 07:45:13 +0000 (07:45 +0000)
commit2284ca0d713a62ca9c2eededbe4dd1901600e12a
tree334b71974b88423f37e81d22a26da3232793fff3
parentb6827e7e713cd7ceb604d1bfd086892c2655e720
Update git submodules

* Update docs/submodules/dovetail from branch 'master'
  - Merge "dovetail tool: change function pull_image"
  - dovetail tool: change function pull_image

    JIRA: DOVETAIL-378

    1. test_runner checks the result of cmd "pull image". If fail to pull,
       then break the running.
    2. pull_image will return None when there are errors, otherwise return image name.
    3. if there is an old image named the same as the new one, the old one's tag
       will be changed into <none>. In this case, the old image needs to be removed.
    4. if there are some containers using this old image, the remove will be skipped
       rather than logging error.

    Change-Id: I940cb18911112d5e13f3c14f87ddbdbaced3538a
Signed-off-by: xudan <xudan16@huawei.com>
docs/submodules/dovetail