I'm trying to use the "viocli inventory-admin show-instances" command, but after the password it fails with: "viocli operation failed: Unable to authorize with keystone: The request you have made requires authentication."
In the keystone.log I found the entry: "...Could not find user: admin..."
It seems that the command tries to authenticate to the default domain, but there is no user "admin"
(openstack) user list --domain default
+--------------+----------------------+
| ID | Name |
+--------------+----------------------+
| user1 | user1@mydomain |
| user2 | user2@mydomain |
but the Documentation says:
"For convenience, the admin user is also available on the Default domain."
What's wrong here?