← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1580611] [NEW] murano-engine cannot authenticate to keystone

 

You have been subscribed to a public bug:

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: keystone
     Importance: Undecided
         Status: New

-- 
murano-engine cannot authenticate to keystone
https://bugs.launchpad.net/bugs/1580611
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).