Invalid openstack identity credentails in glance image-create
The following are the error for glance image-create
amma@controller:/tmp/images$ glance image-create --name="cirros-0.3.2-x86_64" --disk-format=qcow2 --container-format=bare --is-public=True --progress < cirros-0.3.2-x86_64-disk.img
[=============================>] 100%
Invalid OpenStack Identity credentials.
I am attaching my keystone.conf file keystone.conf
glance-api.conf file http://pastebin.com/eQFE0QYB
glance-registry.conf file http://pastebin.com/sWkNVZSv
admin-openrc.sh file
export OS_USERNAME=admin
export OS_PASSWORD=amma123
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://192.168.5.201:35357/v2.0
what is the output of command
keystone token-get
orkeystone user-list
yes both commands works keystone user-list command gives the output as follows | 33f5ec90bc2045de9a00c97bedfad34e | admin | True | ssumesh@hotmail.com | | c4a75034c23648f980efe3e30b2233d3 | glance | True | sumeshkollam@gmail.com
I also provides the log for glance api.log file http://pastebin.com/EsYpRL5Y