Comment 1 for bug 1683362

Revision history for this message
Artem Tiumentcev (darland-maik) wrote :

I found in murano api log

│2017-04-17 18:15:32.058 ERROR murano.common.wsgi [req-002857d0-dd18-4da4-afb4-1d89eaa2ea93 None None] Exception handling resource: '
│NoneType' object is not iterable
│2017-04-17 18:15:32.058 TRACE murano.common.wsgi Traceback (most recent call last):
│2017-04-17 18:15:32.058 TRACE murano.common.wsgi File "/opt/stack/murano/murano/common/wsgi.py", line 441, in __call__
│2017-04-17 18:15:32.058 TRACE murano.common.wsgi action_result = self.execute_action(action, request, **action_args)
│2017-04-17 18:15:32.058 TRACE murano.common.wsgi File "/opt/stack/murano/murano/common/wsgi.py", line 456, in execute_action
│2017-04-17 18:15:32.058 TRACE murano.common.wsgi return self.dispatch(self.controller, action, request, **action_args)
│2017-04-17 18:15:32.058 TRACE murano.common.wsgi File "/opt/stack/murano/murano/common/wsgi.py", line 464, in dispatch
│2017-04-17 18:15:32.058 TRACE murano.common.wsgi return method(*args, **kwargs)
│2017-04-17 18:15:32.058 TRACE murano.common.wsgi File "/opt/stack/murano/murano/api/v1/catalog.py", line 266, in upload
│2017-04-17 18:15:32.058 TRACE murano.common.wsgi if hasattr(pkg_to_upload, k):
│2017-04-17 18:15:32.058 TRACE murano.common.wsgi File "/opt/stack/murano/murano/packages/package_base.py", line 106, in tags
│2017-04-17 18:15:32.058 TRACE murano.common.wsgi return list(self._tags)
│2017-04-17 18:15:32.058 TRACE murano.common.wsgi TypeError: 'NoneType' object is not iterable
│2017-04-17 18:15:32.058 TRACE murano.common.wsgi