Fix auth config in "Install Cyborg from Source"
We should add the auth_type under the keystone_auth section. Otherwise, the config of auth_url/username/password... will not work. See more in keystoneauth official doc [1]. [1] https://docs.openstack.org/keystoneauth/latest/plugin-options.html#using-plugins-via-config-file Change-Id: Icf0aeb8875f503863fc9dea2de29de7afe617c3b
This commit is contained in:
parent
e908282622
commit
179bcd1711
@ -97,6 +97,7 @@ Install and Configure
|
||||
password = cyborg
|
||||
username = cyborg
|
||||
auth_url = http://%OPENSTACK_HOST_IP%/identity
|
||||
auth_type = password
|
||||
|
||||
..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user