kolla-ansible/ansible/roles/sahara
wu.chunyang 3fe57abeb2 fix sahara_api is always restarting
shara_api need auth_url arguments in keystone_authtoken group.
follow the configure document[0], the auth_url should under
trustee group. but the keystone use default "keystone_authtoken "
group to authenticate,if we wanna use trustee group to authenticate,
we need add "auth_section=trustee" under keystone_authtoken group
,when add this , the trustee group also need auth_type which sahara
have not register into oslo_config.when add to register,the username may
hardcode[1],so i think the best way to reslove this problem is to
add auth_url under keystone_authtoken

[0]https://docs.openstack.org/sahara/latest/configuration/descriptionconfig.html
[1]d60a3b152b/sahara/utils/openstack/keystone.py (L41)

Change-Id: I7e94cf56fa38f01e2b3d93303f8192cb66ba76ab
2018-08-10 15:24:55 +00:00
..
defaults Apply Resource-Constraints to all services. 2018-07-23 19:07:05 +05:30
handlers Apply Resource-Constraints to all services. 2018-07-23 19:07:05 +05:30
meta Add sahara ansible role 2016-09-07 15:29:02 +00:00
tasks Merge "Use include_tasks instead of include" 2018-07-27 08:16:08 +00:00
templates fix sahara_api is always restarting 2018-08-10 15:24:55 +00:00