Comment 1 for bug 1837028

Revision history for this message
Eugen Mayer (eugenmayer) wrote (last edit ):

Still happening with Xena. Installed using kolla.

Assuming this is the freezer-schedular checked, /e/k/f-schedular/freezer.conf

Redacted sensible parts

[DEFAULT]
debug = False
log_dir = /var/log/kolla/freezer
client_id = controller
jobs_dir = /etc/freezer/scheduler/conf.d
os_username = admin
os_password = <correct-admin-password>
os_auth_url = http://<correct-fqdn-of-my-controller:35357/v3
os_project_name = admin
os_project_domain_name = Default
os_user_domain_name = Default

the FQDN of my controller was right. Running

curl http://<correct-fqdn-of-my-controller:35357/v3 -v

from within the freezer-scheduler docker-container gets a proper json response.
Also validated the admin password, it is correct.

Compared it with the /etc/kolla/admin-openrc.sh on the deployer. Password matches but maybe one of those is missing here?
export OS_REGION_NAME=RegionOne
export OS_AUTH_PLUGIN=password