-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot connect to openstack VIM hosted by rackspace #5
Comments
hello @ftcjeff we did not test the plugin with Rackspace, however you should check the plugin logs (plugin-openstack-xxx.log) for more details. They should be located either in the /opt/openbaton/NFVO/plugin-logs or /var/log/openbaton/plugin-logs folder..depending on the type of installation you selected. plugin log folder path is also configurable from the openbaton.properties. |
Thanks for the fast response! Here ya go! Hope it's useful: [pool-1-thread-8] DEBUG org.openbaton.clients.interfaces.client.openstack.OpenstackClient - Received message |
(sorry, should have put that in a pastebin or something... oh well) |
we have experienced the same issue with a OPNFV based NFVI just last week...but while executing the plugin on a different system (actually OS X) the problem was not appearing. We did not have time to investigate further, but we'll keep updated about any progresses. |
Okay, thanks for taking the time to look at this, @gc4rella! |
ERROR org.openbaton.drivers.openstack4j.OpenStack4JDriver - Listing images of VIM default (null) threw exceptions using Glance v2: "RESTEASY004655: Unable to invoke request" and using Glance v1: "RESTEASY004655: Unable to invoke request" This docker file output when I was installing the openbaton.How can you help me?I am working with openstack ocata version and enpoint using the /v3/ version.But ı cannot register the pop. |
Hi @eniacce have you ever fixed this issue? I have the same problem. |
I created a server on my Rackspace account and tried to register the following VIM:
{
"name":"rackspace-openbaton-vim",
"authUrl":"https://identity.api.rackspacecloud.com/v2.0",
"tenant":"",
"username":"",
"password":"",
"keyPair":"rackspace-openbaton-kp",
"securityGroups":[
"rackspace-openbaton-sg"
],
"type":"openstack",
"location":{
"name":"Dallas",
"latitude":"32.7833333",
"longitude":"-96.8"
}
}
but it failed with:
ERROR: HTTP status: 422 response data : {"code":"Bad Request","message":"Not listed Images successfully of VimInstance rackspace-openbaton-vim. Caused by: org.openbaton.exceptions.VimDriverException: Unexpected end of file from server connecting to POST https://identity.api.rackspacecloud.com/v2.0/tokens HTTP/1.1"}
Is Rackspace unsupported for an OpenStack PoP/VIM?
The text was updated successfully, but these errors were encountered: