OpenStack Commands Fail With "Expecting to Find Domain in User
Problem
Expecting to find domain in user. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error. (HTTP 400)Environment
Cause
export OS_AUTH_URL=[Management Plane URL]export OS_IDENTITY_API_VERSION=3export OS_REGION_NAME="[region]"export OS_USERNAME="[username]"export OS_PASSWORD="[password]"export OS_PROJECT_NAME="[Project Name]"export OS_PROJECT_DOMAIN_ID=${OS_PROJECT_DOMAIN_ID:-"default"}Resolution
# openstack user list --long# export OS_USER_DOMAIN_NAME=defaultPreviousInstance Reboot Failure as Libvirt Failed to Terminate qemu-kvm Zombie ProcessNextGlance Selects Wrong Endpoint
Last updated
