On Jul 17, 2016, at 12:28 PM, Turbo Fredriksson wrote: > However, even after adding those parts, it still won't work, so there > might be even more things missing..
Finally, after adding the following I got it to work: ----- s n i p ----- [keystone_authtoken] [etc] username = senlin password = secret user_domain_name = default ----- s n i p ----- Note. I still had to enable/add the authentication section though: ----- s n i p ----- [authentication] auth_url = http://control.domain.tld:5000/v3 service_username = senlin service_password = secret service_project_name = service service_user_domain = default service_project_domain = default ----- s n i p -----