Heat stack is not always deleted
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Fix Released
|
High
|
Stan Lagun | ||
Kilo |
Fix Released
|
High
|
Stan Lagun | ||
Liberty |
Fix Released
|
High
|
Stan Lagun | ||
Mitaka |
Fix Released
|
High
|
Stan Lagun |
Bug Description
Sometimes Heat stack doesn't get deleted after environment delete.
In engine's log there is
2016-02-22 22:48:20.303 19814 WARNING murano.dsl.executor [-] Muted exception during execution of .destroy on <io.murano.
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor Traceback (most recent call last):
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor File "/opt/stack/
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor method.invoke(self, obj, (), {}, None)
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor File "/opt/stack/
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor self, this, context, args, kwargs, skip_stub)
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor File "/opt/stack/
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor method, this, context, args, kwargs, skip_stub=
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor File "/opt/stack/
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor yaql_engine, method_context, this.real_
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor File "/usr/local/
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor return self.get_
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor File "/usr/local/
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor six.iteritems(
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor File "/opt/stack/
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor executor, __receiver, args, kwargs, __context, True)
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor File "/opt/stack/
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor self, this, context, args, kwargs, skip_stub)
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor File "/opt/stack/
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor method, this, context, args, kwargs, skip_stub=
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor File "/opt/stack/
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor result = call()
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor File "/opt/stack/
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor else method.
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor File "/opt/stack/
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor super(MethodBlock, self).execute(
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor File "/opt/stack/
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor expr.execute(
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor File "/opt/stack/
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor e, context)
2016-02-22 22:48:20.303 19814 ERROR murano.dsl.executor MuranoPlException: [exceptions.
Changed in murano: | |
milestone: | none → mitaka-3 |
Fix proposed to branch: stable/liberty /review. openstack. org/283327
Review: https:/