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:
Yikun Jiang 2019-04-10 16:50:13 +08:00
parent e908282622
commit 179bcd1711
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ Install and Configure
password = cyborg
username = cyborg
auth_url = http://%OPENSTACK_HOST_IP%/identity
auth_type = password
..