Comment 2 for bug 1772649

Revision history for this message
Jeff Hillman (jhillman) wrote :

@Nobuto

It does not have OS_PROJECT_DOMAIN_NAME, it has OS_PROJECT_ID.

Here's a snippit of the relevant piece of the novarc file.

export OS_USER_DOMAIN_NAME="custhq"
if [ -z "$OS_USER_DOMAIN_NAME" ]; then unset OS_USER_DOMAIN_NAME; fi
export OS_PROJECT_DOMAIN_ID="xxxxxxxx40ba41f6832428e105568f4c"
if [ -z "$OS_PROJECT_DOMAIN_ID" ]; then unset OS_PROJECT_DOMAIN_ID; fi