Fix magnum TLS cert generation

TLS enabled k8s cluster are not created if admin_user, admin_password
and admin_tenant_name are not set in [keystone_authtoken] section,
This patch updates the install guide for the same.

Change-Id: Id58bbbda34d52f60c174630400ae469c48a7d115
Closes-Bug: #1717798
Related-Bug: #1670355
changes/67/504867/2
yatin 6 years ago committed by Luca Lorenzetto
parent bbe6757801
commit 67a48749c7

@ -435,6 +435,9 @@ Install and configure components
username = magnum
auth_url = http://controller:35357
auth_type = password
admin_user = magnum
admin_password = MAGNUM_PASS
admin_tenant_name = service
[trust]
...

@ -70,6 +70,9 @@
username = magnum
auth_url = http://controller:35357
auth_type = password
admin_user = magnum
admin_password = MAGNUM_PASS
admin_tenant_name = service
[trust]
...

Loading…
Cancel
Save