Update git submodules
authorJingLu5 <lvjing5@huawei.com>
Tue, 28 Mar 2017 01:21:20 +0000 (01:21 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 30 Mar 2017 14:57:38 +0000 (14:57 +0000)
commit19b28e72f39c6d9bc0d5c4400434f9db22992700
tree33fa2b763a195496bbbba793068f20dac0bd11a7
parent98e1f3a49cd9aba3ddc9f22c6e7bca29331730d7
Update git submodules

* Update docs/submodules/yardstick from branch 'stable/danube'
  - Bugfix: Error validating value 'cirros-0.3.5'

    JIRA: YARDSTICK-607

    some scenarios come with a Cirros-0.3.5 image, Yardstick's load_images.sh will
    load a second cirros-0.3.5 image, causing the following error:
    2017-03-27 07:42:58,317 yardstick.orchestrator.heat heat.py:449 INFO Creating stack 'demo-2ada98f3'
    error: failed to deploy stack: 'ERROR: Property error: : resources.ares.demo-2ada98f3.properties.image: : Error validating value 'cirros-0.3.5': No images unique match found for
    {'name': u'cirros-0.3.5'}

    This patch fixs this error by skipping load cirros image if there already exist
    one in the glance.

    Change-Id: I4d43d82d331f6575efd4560be9b6be175e03cd1b
Signed-off-by: JingLu5 <lvjing5@huawei.com>
    (cherry picked from commit 3f70095d15afb86567f885cbfbd89183d857f671)
docs/submodules/yardstick