e64450bf40
Not tested, needs further debugging. patch-2: tested on local machine Change-Id: I3c81c936e3a351a5e44d0118ec75c392f5026ea8
10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
{
|
|
"type": "ExistingCloud",
|
|
"auth_url": "<%= @url %>",
|
|
"admin": {
|
|
"username": "<%= @user %>",
|
|
"password": "<%= @password %>",
|
|
"tenant_name": "<%= @tenant %>"
|
|
}
|
|
}
|