Update git submodules
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Sat, 17 Feb 2018 19:01:36 +0000 (19:01 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Sat, 17 Feb 2018 19:01:36 +0000 (19:01 +0000)
commit2163f48d1fed3f3039c6ef9bfd9fd5ccbec8e4b2
treea8f4c495bf4165ae260703392af969daac722ed0
parent12b17b76e4db7a381ddbd846e9eda8a2dc24e095
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Workaround to fix Heat stack deletion bug in Shade"
  - Workaround to fix Heat stack deletion bug in Shade

    There is a bug in Shade, in the function "event_utils.poll_for_events".
    While Shade is waiting for the Heat stack to be deleted, retrieves
    periodically the status of this Heat stack. When the stack is deleted,
    the function "get_stack" [1] returns None; then L90 tries to access to
    a key of this None object.

    [1]https://github.com/openstack-infra/shade/blob/e5bcb705c5b32334cdc1dd9807126298c87b0622/shade/_heat/event_utils.py#L89-L90
    Shade function

    JIRA: YARDSTICK-1015

    Change-Id: I56ea853be41bfd7f63e094d7a3696d97ba078ba4
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
docs/submodules/yardstick