August 2018
Beginner
462 pages
12h 36m
English
Both the glance-api and glance-registry service configuration files must be updated with the appropriate authentication settings before the services will operate.
Update the [keystone_authtoken] settings in the glance-api configuration file found at /etc/glance/glance-api.conf:
[keystone_authtoken]...auth_uri = http://controller01:5000auth_url = http://controller01:35357memcached_servers = controller01:11211auth_type = passworduser_domain_name = defaultproject_domain_name = defaultproject_name = serviceusername = glancepassword = glance
Repeat the process for the glance-registry configuration file found at /etc/glance/glance-registry.conf:
[keystone_authtoken]...auth_uri = http://controller01:5000auth_url ...
Read now
Unlock full access