<div dir="ltr"><div><div><div><div>Hi all,<br><br></div>I'm trying to install murano in existing openstack platform following [1].<br></div>So the installation process fails at step [2] with this error.<br></div>Any suggestion for solving that ?<br></div>Is there existing murano playbook for easy deployment with ansible ?<br><br><div><div><br></div><div>You can find my murano.conf in [3] <br><br></div><div><div>[1] <a href="http://docs.openstack.org/developer/murano/install/manual.html">http://docs.openstack.org/developer/murano/install/manual.html</a><br><br>[2] sudo  tox -e venv -- murano-api --config-file ./etc/murano/murano.conf<br><br>[3] <a href="https://drive.google.com/file/d/0B-bfET74f0WZd2N6WGR0Szh1UUE/view?usp=sharing">https://drive.google.com/file/d/0B-bfET74f0WZd2N6WGR0Szh1UUE/view?usp=sharing</a><br><br><br></div><div>ERROR: <br>2016-07-04 14:06:59.960 9251 WARNING keystonemiddleware.auth_token [-] Use of the auth_admin_prefix, auth_host, auth_port, auth_protocol, identity_uri, admin_token, admin_user, admin_password, and admin_tenant_name configuration options was deprecated in the Mitaka release in favor of an auth_plugin and its related options. This class may be removed in a future release.<br>2016-07-04 14:06:59.960 9251 WARNING keystonemiddleware.auth_token [-] Configuring admin URI using auth fragments was deprecated in the Kilo release, and will be removed in the N release, use 'identity_uri\ instead.<br>2016-07-04 14:07:00.252 9251 CRITICAL murano [-] TypeError: __init__() takes exactly 3 arguments (5 given)<br>2016-07-04 14:07:00.252 9251 ERROR murano Traceback (most recent call last):<br>2016-07-04 14:07:00.252 9251 ERROR murano   File ".tox/venv/bin/murano-api", line 10, in <module><br>2016-07-04 14:07:00.252 9251 ERROR murano     sys.exit(main())<br>2016-07-04 14:07:00.252 9251 ERROR murano   File "/home/vagrant/murano/murano/cmd/api.py", line 66, in main<br>2016-07-04 14:07:00.252 9251 ERROR murano     launcher.launch_service(server.get_notification_service())<br>2016-07-04 14:07:00.252 9251 ERROR murano   File "/home/vagrant/murano/murano/common/server.py", line 235, in get_notification_service<br>2016-07-04 14:07:00.252 9251 ERROR murano     NOTIFICATION_SERVICE = _prepare_notification_service(str(uuid.uuid4()))<br>2016-07-04 14:07:00.252 9251 ERROR murano   File "/home/vagrant/murano/murano/common/server.py", line 219, in _prepare_notification_service<br>2016-07-04 14:07:00.252 9251 ERROR murano     [s_target], endpoints, None, True)<br>2016-07-04 14:07:00.252 9251 ERROR murano TypeError: __init__() takes exactly 3 arguments (5 given)<br>2016-07-04 14:07:00.252 9251 ERROR murano <br>ERROR: InvocationError: '/home/vagrant/murano/.tox/venv/bin/murano-api --config-file etc/murano/murano.conf'<br>_________________________________________________ summary _________________________________________________<br>ERROR:   venv: commands failed<br></div></div></div></div>