Comment 6 for bug 1614211

Revision history for this message
Nolan Brubaker (nolan-brubaker) wrote :

To further add to this, I cannot view information about users in my keystone installation at this point, either:

root@aio1-utility-container-651bfa53:/# source ~/openrc
root@aio1-utility-container-651bfa53:/# openstack user show admin
Could not find resource admin
root@aio1-utility-container-651bfa53:/# openstack user list
You are not authorized to perform the requested action: identity:list_users (HTTP 403) (Request-ID: req-3ae0f26c-c161-4d55-8617-9eb0ead02e51)

And in my openrc file:

# Ansible managed: /etc/ansible/roles/openstack_openrc/templates/openrc.j2 modified on 2016-07-08 16:10:05 by root on nolan.brubaker-ord-nolan-aio2
export LC_ALL=C

# COMMON CINDER ENVS
export CINDER_ENDPOINT_TYPE=internalURL

# COMMON NOVA ENVS
export NOVA_ENDPOINT_TYPE=internalURL

# COMMON OPENSTACK ENVS
export OS_ENDPOINT_TYPE=internalURL
export OS_USERNAME=admin
export OS_PASSWORD=<removed>
export OS_PROJECT_NAME=admin
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://172.29.236.100:5000/v3
export OS_NO_CACHE=1
export OS_USER_DOMAIN_NAME=Default
export OS_PROJECT_DOMAIN_NAME=Default

# For openstackclient
export OS_IDENTITY_API_VERSION=3
export OS_AUTH_VERSION=3