Merge "Fix magnum TLS cert generation"
This commit is contained in:
commit
7829a56fa4
@ -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…
Reference in New Issue
Block a user