Edit the
/etc/aetos/aetos.conffile and complete the following actions:In the
[prometheus]section, configure prometheus access:[prometheus] host=localhost port=9090
In the
[DEFAULT]and[keystone_authtoken]sections, configure Identity service access:[DEFAULT] ... auth_strategy = keystone [keystone_authtoken] ... www_authenticate_uri = http://controller:5000 auth_url = http://controller:5000 memcached_servers = controller:11211 auth_type = password project_domain_id = default user_domain_id = default project_name = service username = aetos password = AETOS_PASS
Replace
AETOS_PASSwith the password you chose for theaetosuser in the Identity service.