[openstack-dev] [Rally] Deployment check fails

Sai Sindhur Malleni smalleni at redhat.com
Fri Aug 31 14:02:04 UTC 2018


Hey all,

rally deployment check fails saying, bad admin credentials but I'm able to
use the admin tenant to performance openstack operations like creating VMs
extra. rally deployment check fails without giving much information.
(.rally-venv) [stack at undercloud browbeat]$ rally deployment check
--------------------------------------------------------------------------------
Platform openstack:
--------------------------------------------------------------------------------

Error while checking admin credentials:
AuthenticationFailed: Bad admin creds:
{
  "auth_url": "https://10.0.0.5:13000//v3",
  "domain_name": null,
  "endpoint_type": null,
  "https_cacert": "",
  "https_insecure": false,
  "password": "***",
  "profiler_conn_str": null,
  "profiler_hmac_key": null,
  "project_domain_name": "Default",
  "region_name": "",
  "tenant_name": "admin",
  "user_domain_name": "Default",
  "username": "admin"
}

I'm not sure that the reason is give I can source the adminrc and run
openstack commands normally.

Here are the contents of the rc file:
for key in $( set | awk '{FS="="}  /^OS_/ {print $1}' ); do unset $key ;
done
export OS_NO_CACHE=True
export COMPUTE_API_VERSION=1.1
export OS_USERNAME=admin
export no_proxy=,10.0.0.5,192.168.24.7
export OS_USER_DOMAIN_NAME=Default
export OS_VOLUME_API_VERSION=3
export OS_CLOUDNAME=overcloud
export OS_AUTH_URL=https://10.0.0.5:13000//v3
export NOVA_VERSION=1.1
export OS_IMAGE_API_VERSION=2
export OS_PASSWORD=kYbMNEdPwGfCBUrwDH4rdxZyJ
export OS_PROJECT_DOMAIN_NAME=Default
export OS_IDENTITY_API_VERSION=3
export OS_PROJECT_NAME=admin
export OS_AUTH_TYPE=password
export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext
object is not available"

# Add OS_CLOUDNAME to PS1
if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then
    export PS1=${PS1:-""}
    export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1
    export CLOUDPROMPT_ENABLED=1
fi


Please let me know if there is a way to know more about what the issue is.
-- 
Sai Sindhur Malleni

Software Engineer
Red Hat Inc.
314 Littleton Road
Westford MA, USA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20180831/a558ca2d/attachment.html>


More information about the OpenStack-dev mailing list