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
This commit is contained in:
yatin 2017-09-18 12:56:03 +05:30 committed by Luca Lorenzetto
parent bbe6757801
commit 67a48749c7
2 changed files with 6 additions and 0 deletions

View File

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

View File

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