Check your shell environment for OpenStack variables. One of them should contain the authentication URL. For example:
$ export | grep OS_
declare -x OS_AUTH_URL="https://192.168.72.41:5000/v3"
...
Most likely it's not set in your case. Packstack should have a script that sets it.
↧