Merge "Fix magnum TLS cert generation"

This commit is contained in:
Jenkins
2017-10-06 05:49:40 +00:00
committed by Gerrit Code Review
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]
...