Merge "configure ssl in deployment config"

This commit is contained in:
Jenkins 2015-04-04 06:35:45 +00:00 committed by Gerrit Code Review
commit 051c2c4b9a
3 changed files with 9 additions and 3 deletions

View File

@ -9,5 +9,7 @@
"user_domain_name": "admin",
"project_name": "admin",
"project_domain_name": "admin",
}
},
"https_insecure": False,
"https_cacert": "",
}

View File

@ -8,5 +8,7 @@
"username": "admin",
"password": "pa55word",
"tenant_name": "demo"
}
},
"https_insecure": False,
"https_cacert": "",
}

View File

@ -7,5 +7,7 @@
"username": "admin",
"password": "myadminpass",
"tenant_name": "demo"
}
},
"https_insecure": False,
"https_cacert": "",
}