Error during service upload
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Fix Released
|
High
|
Ekaterina Chernova |
Bug Description
Steps to reproduce:
1. Check that old cache is deleted.
2. Restart murano-repository
3. Send PUT request with the following body: {"name": "test", "version": "0.1", "full_service_
Actual result:
We get 500 error status code and the following traceback in murano repository logs:
2014-01-15 14:02:56.892 21688 ERROR root [-] Unable to write to service manifest file /tmp/muranorepo
2014-01-15 14:02:56.892 21688 TRACE root Traceback (most recent call last):
2014-01-15 14:02:56.892 21688 TRACE root File "/usr/local/
2014-01-15 14:02:56.892 21688 TRACE root with open(path_
2014-01-15 14:02:56.892 21688 TRACE root IOError: [Errno 2] No such file or directory: u'/tmp/
2014-01-15 14:02:56.892 21688 TRACE root
2014-01-15 14:02:56.893 21688 ERROR root [-] Error while cleaning cache
2014-01-15 14:02:56.893 21688 TRACE root Traceback (most recent call last):
2014-01-15 14:02:56.893 21688 TRACE root File "/usr/local/
2014-01-15 14:02:56.893 21688 TRACE root os.mkdir(cache_dir)
2014-01-15 14:02:56.893 21688 TRACE root OSError: [Errno 2] No such file or directory: '/tmp/muranorep
2014-01-15 14:02:56.893 21688 TRACE root
Changed in murano: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Ekaterina Fedorova (efedorova) |
milestone: | none → 0.4.1 |
status: | Confirmed → In Progress |
tags: | added: verified |
Changed in murano: | |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. openstack. org/66853
Review: https:/