Public bug reported: mitaka release
murano-api and murano-engine is running, muranoclient works too (murano environment-list or environment-create is works), but after the launch environment-deploy in murano-engine fails to attempt to login to keystone: error 401 "Exception Could not find domain: default" and KeyError: 'model' in /usr/lib/python2.7/dist- packages/murano/common/server.py Details (versions, log, tcpdump) http://paste.openstack.org/show/496729/ The problem is that from murano-engine queries come to keystone incorrect domain_name and a blank password, i.e: {"auth": {"scope": {"project": {"domain": {"name": "default"}, "name": "admin"}}, "identity": {"password": {"user": {"password": null}}, "methods": ["password"]}}} If you specify in murano.conf instead project_domain_id and user_domain_id: project_domain_name = "Default" user_domain_name = "Default" then nothing changes and the error remains. ** Affects: murano (Ubuntu) Importance: Undecided Status: New ** Project changed: murano => murano (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580611 Title: murano-engine cannot authenticate to keystone To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/murano/+bug/1580611/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
