masakari/releasenotes/notes/bug-add-missing-domain-name-5181c02f3f033a22.yaml
liyingjun 6139da28da Add missing domain name to novaclient
Domain name is needed when using keystone v3 to create keystoneauth
session[1], otherwise the following error will be raised:

InvalidInput: Invalid input received: Expecting to find domain in
project - the server could not comply with the request since it is
either malformed or otherwise incorrect

[1]: https://docs.openstack.org/keystoneauth/latest/authentication-plugins.html#v3-identity-plugins

Change-Id: I557a7107b51ae4ffab15d045a4be6e3ed1940bd8
Closes-bug: #1710570
2017-08-16 14:34:09 +08:00

7 lines
284 B
YAML

---
prelude: >
Domain name is needed when using keystone v3 to create keystone session,
if not provided, InvalidInput exception will be raised. Two new options
"os_user_domain_name" and "os_project_domain_name" with default value
"default" are added to fix the issue.