First time here? Check out the FAQ!
![]() | 1 | initial version |
Double check your credentials in glance-api.conf and glance-registry.conf
In my case that was wrong variable name "auth_tenant_name" instead of "admin_tenant_name"
[keystone_authtoken]
auth_uri = http://controller:5000/
auth_host = controller
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = glance
admin_password = <yourpass>
# comment all [keystone_authtoken]
[keystone_authtoken]
auth_uri = http://controller:5000
auth_host = controller
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = glance
admin_password = <yourpass>
![]() | 2 | No.2 Revision |
Double check your credentials in glance-api.conf and glance-registry.conf
In my case that was wrong variable name "auth_tenant_name" instead of "admin_tenant_name"
[keystone_authtoken]
auth_uri = http://controller:5000/
auth_host = controller
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = glance
admin_password = <yourpass>
# comment all [keystone_authtoken]
[keystone_authtoken]
auth_uri = http://controller:5000
auth_host = controller
auth_port = 35357
auth_protocol = http
admin_tenant_name = service
admin_user = glance
admin_password = <yourpass>