"build_id": "2014-06-03_00-40-36",
"mirantis": "yes",
"build_number": "338",
"nailgun_sha": "a828d6b7610f872980d5a2113774f1cda6f6810b",
"ostf_sha": "c959aa55f83fe2555cf2d382559271c7a9b17467",
"fuelmain_sha": "15805b14f36fc0a896f136051a3be10fea4611d9",
"astute_sha": "55df06b2e84fa5d71a1cc0e78dbccab5db29d968",
"release": "4.1B",
"fuellib_sha": "377f27df4cb008b400b69013dbd606e6225f5c04"
1. Create new environment (Ubuntu, HA mode)
2. Choose VLAN segmentation
3. Choose both Ceph
4. Choose Murano installation
5. Add 3 controllers, compute and 3 ceph nodes
6. Start deployment. It was successful
7. Login to Horizon
8. Create Murano environment. Try to delete it. Error has appeared. Unable to delete.
There are errors in murano-api.log in /var/log/remote/node-10.domain.tld/murano-api.log
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 ERROR muranoapi.common.service [-] [Errno 111] ECONNREFUSED
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service Traceback (most recent call last):
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service File "/usr/lib/python2.7/dist-packages/muranoapi/common/service.py", line 79, in _handle_reports
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service with self._create_mq_client() as mqClient:
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service File "/usr/lib/python2.7/dist-packages/muranocommon/messaging/mqclient.py", line 43, in __enter__
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service self.connect()
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service File "/usr/lib/python2.7/dist-packages/muranocommon/messaging/mqclient.py", line 52, in connect
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service promise = self._client.connect()
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service File "/usr/lib/python2.7/dist-packages/puka/client.py", line 19, in wrapper
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service p = method(*args, **kwargs)
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service File "/usr/lib/python2.7/dist-packages/puka/client.py", line 48, in connect
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service return self._connect()
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service File "/usr/lib/python2.7/dist-packages/puka/connection.py", line 91, in _connect
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service self.sd.connect(sockaddr)
2014-06-03T13:09:25.478795+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service File "/usr/lib/python2.7/dist-packages/eventlet/greenio.py", line 194, in connect
2014-06-03T13:09:25.479487+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service socket_checkerr(fd)
2014-06-03T13:09:25.479487+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service File "/usr/lib/python2.7/dist-packages/eventlet/greenio.py", line 46, in socket_checkerr
2014-06-03T13:09:25.479487+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service raise socket.error(err, errno.errorcode[err])
2014-06-03T13:09:25.479487+00:00 debug: 2014-06-03 13:09:24.845 20934 TRACE muranoapi.common.service error: [Errno 111] ECONNREFUSED
Next was found:
rabbitmq section was set up to use host=172.16.0.2 and port=55572, but there was nothing listening on that endpoint.