Comment 2 for bug 1339942

Revision history for this message
Soumik Bhattacharya (soumikb-x) wrote :

Thanks for the response - I tried to add the patch as retried after restarting heat engine and api - but the same error result. The heat engine threw error log as :
...
...
...
2014-07-10 05:02:33.406 DEBUG iso8601.iso8601 [req-85f6a5cd-4484-48b6-9f93-50c23cb0151f admin demo] Got u'33' for 'second' with default None from (pid=5571) to_int /usr/lib/python2.7/dist-packages/iso8601/iso8601.py:140
2014-07-10 05:02:33.412 DEBUG glanceclient.common.http [req-85f6a5cd-4484-48b6-9f93-50c23cb0151f admin demo] curl -i -X GET -H 'X-Auth-Token: ***' -H 'Content-Type: application/json' -H 'User-Agent: python-glanceclient' http://10.92.249.81:9292/v1/images/detail?limit=20&name=image from (pid=5571) log_curl_request /opt/stack/python-glanceclient/glanceclient/common/http.py:156
2014-07-10 05:02:34.008 DEBUG glanceclient.common.http [req-85f6a5cd-4484-48b6-9f93-50c23cb0151f admin demo]
HTTP/1.1 200 OK
date: Thu, 10 Jul 2014 09:02:34 GMT
content-length: 14
content-type: application/json; charset=UTF-8
x-openstack-request-id: req-290ff40f-00a6-44bb-8966-1d35fadf788f

{"images": []}
 from (pid=5571) log_http_response /opt/stack/python-glanceclient/glanceclient/common/http.py:170
2014-07-10 05:02:34.009 INFO heat.engine.resources.glance_utils [req-85f6a5cd-4484-48b6-9f93-50c23cb0151f admin demo] Image image was not found in glance
2014-07-10 05:02:34.010 ERROR heat.engine.parser [req-85f6a5cd-4484-48b6-9f93-50c23cb0151f admin demo] Property error : server1: image Error validating value u'image': The Image (image) could not be found.
2014-07-10 05:02:34.010 TRACE heat.engine.parser Traceback (most recent call last):
2014-07-10 05:02:34.010 TRACE heat.engine.parser File "/opt/stack/heat/heat/engine/parser.py", line 418, in validate
2014-07-10 05:02:34.010 TRACE heat.engine.parser result = res.validate()
2014-07-10 05:02:34.010 TRACE heat.engine.parser File "/opt/stack/heat/heat/engine/resources/server.py", line 863, in validate
2014-07-10 05:02:34.010 TRACE heat.engine.parser super(Server, self).validate()
2014-07-10 05:02:34.010 TRACE heat.engine.parser File "/opt/stack/heat/heat/engine/resource.py", line 640, in validate
2014-07-10 05:02:34.010 TRACE heat.engine.parser return self.properties.validate()
2014-07-10 05:02:34.010 TRACE heat.engine.parser File "/opt/stack/heat/heat/engine/properties.py", line 324, in validate
2014-07-10 05:02:34.010 TRACE heat.engine.parser raise exception.StackValidationFailed(message=msg)
2014-07-10 05:02:34.010 TRACE heat.engine.parser StackValidationFailed: Property error : server1: image Error validating value u'image': The Image (image) could not be found.
2014-07-10 05:02:34.010 TRACE heat.engine.parser
2014-07-10 05:02:34.013 DEBUG oslo.messaging.rpc.dispatcher [req-85f6a5cd-4484-48b6-9f93-50c23cb0151f admin demo] Expected exception during message handling (Property error : server1: image Error validating value u'image': The Image (image) could not be found.) from (pid=5571) _dispatch_and_reply /usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py:137
...
...
...