Murano Agent log has IOError: Socket closed.
I suspect this is a configuration problem on my part but am hoping someone can help me figure out
what I need to do to fix this. I am running OpenStack Mikata. Thank you.
I have deployed my murano application but the deployment fails after my script has run to completion on the newly created instance. Here is what I see in the murano agent log:
2016-11-23 15:19:35.839 2224 WARNING muranoagent.app [-] Communication error
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app Traceback (most recent call last):
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app File "/usr/lib/
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app delay = 5
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app File "/usr/lib/
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app self._consumer.
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app File "/usr/lib/
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app cancel(tag)
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app File "/usr/lib/
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app (60, 31), # Channel.
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app File "/usr/lib/
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app self.channel_id, allowed_methods)
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app File "/usr/lib/
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app self.method_
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app File "/usr/lib/
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app raise m
2016-11-23 15:19:35.839 2224 TRACE muranoagent.app IOError: Socket closed
Here is the agent conf file on my instance:
[DEFAULT]
debug=True
verbose=True
log_file = /var/log/
storage=
[rabbitmq]
# Input queue name
input_queue = ee0edaa268aed44
# Output routing key (usually queue name)
result_routing_key = -execution-
# Connection parameters to RabbitMQ service
# Hostname or IP address where RabbitMQ is located.
host = 10.147.24.203
# RabbitMQ port (5672 is a default)
port = 5672
# Use SSL for RabbitMQ connections (True or False)
ssl = false
# Do not verify SSL certificates
insecure = false
# Path to SSL CA certificate or empty to allow self signed server certificate
ca_certs = '/etc/murano/
# RabbitMQ credentials. Fresh RabbitMQ installation has "guest" account with "guest" password.
login = openstack
password = UGq8IcMJNnZrs9e
# RabbitMQ virtual host (vhost). Fresh RabbitMQ installation has "/" vhost preconfigured.
virtual_host = /
=======
Also, in the murano_engine container, my murano.conf file has:
[oslo_messaging
driver = messagingv2
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Murano Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Serg Melikyan
- Solved:
- Last query:
- Last reply: