Merge "Fix magnum TLS cert generation" into stable/pike

This commit is contained in:
Zuul 2018-01-19 05:56:17 +00:00 committed by Gerrit Code Review
commit 1594d552c4
2 changed files with 6 additions and 0 deletions

View File

@ -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]
...

View File

@ -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]
...