openbaton / openstack-plugin

An implementation of an Open Baton plugin for Vim-Drivers interface
Apache License 2.0
4 stars 5 forks source link

Adding Openstack (cloudwatt) VimInstance from dashboard error: Not listed Images successfully of VimInstance #2

Closed BediarSofiane closed 8 years ago

BediarSofiane commented 8 years ago

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.