diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-02-17 19:01:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-17 19:01:36 +0000 |
commit | 2163f48d1fed3f3039c6ef9bfd9fd5ccbec8e4b2 (patch) | |
tree | a8f4c495bf4165ae260703392af969daac722ed0 | |
parent | 12b17b76e4db7a381ddbd846e9eda8a2dc24e095 (diff) |
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>
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject 215740df982263cf3e2ae6581792856c365f048 +Subproject 5ea891398c0f7404d568bbe813100b2488d677e |