Hello,
I'm trying to add a VimInstance from the openbaton dashboard (localhost:8080) with a .json file. but i'm getting this exception :
ERROR: HTTP status: 422 response data : {"code":"Bad Request","message":"Not listed Images successfully of VimInstance CloudWatt. Caused by: org.openbaton.exceptions.VimDriverException: p-imgcld-00.usr.prd1.val.cloudwatt.net connecting to GET https://p-imgcld-00.usr.prd1.val.cloudwatt.net:9292/v1/images/detail?limit=1000 HTTP/1.1"}
This is my .json file:
{
"name":"CloudWatt",
"authUrl":"THE AUTH LINK",
"tenant":"THE TENANT NAME",
"username":"MY_USER_NAME"
"password":"MY_PASSWORD",
"keyPair":"THE_KEY",
"securityGroups": [
THE SECURITY GROUPS
],
"type":"openstack"
}
If someone could help me with this or suggest some ideas of what is causing this exception.
Thank you guys.
Hello, I'm trying to add a VimInstance from the openbaton dashboard (localhost:8080) with a .json file. but i'm getting this exception :
ERROR: HTTP status: 422 response data : {"code":"Bad Request","message":"Not listed Images successfully of VimInstance CloudWatt. Caused by: org.openbaton.exceptions.VimDriverException: p-imgcld-00.usr.prd1.val.cloudwatt.net connecting to GET https://p-imgcld-00.usr.prd1.val.cloudwatt.net:9292/v1/images/detail?limit=1000 HTTP/1.1"}
This is my .json file: { "name":"CloudWatt", "authUrl":"THE AUTH LINK", "tenant":"THE TENANT NAME", "username":"MY_USER_NAME" "password":"MY_PASSWORD", "keyPair":"THE_KEY", "securityGroups": [ THE SECURITY GROUPS ], "type":"openstack"
} If someone could help me with this or suggest some ideas of what is causing this exception. Thank you guys.