-
Notifications
You must be signed in to change notification settings - Fork 2
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
cloudify-openstack-driver #1
Comments
What about the other REST calls? Could the "x-auth-project-id" be the tenantid also? or should I guess the tenantname from the tenantid? |
I got error in Cloudify bootstrap-cloud openstack as following: cloudify@default> bootstrap-cloud openstack java.net.NoRouteToHostException: No route to host I manually tried to post above message and failed. If I use tenantId, it works. So, could you upadte tenanatName to tenantId in this driver ? Other REST call works fine if I put X-Auth-Token=xxxxx in the message. Thanks, |
For the other REST calls, what are the headers you put? I just want to know if I have to replace "tenantname" to "tenantid" everywhere or just for the authentication part |
Also, can you try "bootstrap-cloud --verbose openstack" and give me the stacktrace? just in case... |
I will check w/ --verbose next Monday. In openstack api doc, it uses tenantId for authentication, |
Here is the stacktrace: Operation failed. com.sun.jersey.api.client.ClientHandlerException: java.net.NoRouteToHostException: No route to host Operation failed. |
I tried in Cloudify 2.2.0 ga cloudify@default> version |
Replace port 5000 to 35357 and IP to DNS name, it moves forward. But, it still failed later. 12 * Client out-bound request 12 * Client in-bound response Provisioning of management machines failed, the following node will be shut down: [] Seems it failed to get the server. Any idea? |
Hi, Attached please find the Cloudify log, and my driver config file. I replace port 5000 to 35357 and installed Cloudify in my openStack server. Please help to take a look to see what's wrong with me. Thanks, |
Hi, I download your cloudify-openstack-driver.jar,but where is it place? Setting security profile to "nonsecure". Please help me how to bootstrap my openstack-cloudify. Thanks, |
Could you update the tenantName to tenantId ? Looks my openStack only accept tenantId for the http POST ? Looks like:
curl -k -X 'POST' -v http://hostIP:5000/v2.0/tokens -d '{"auth":{"passwordCredentials":{"username": "admin", "password":"PASSWD"}, "tenantId":"118036cd9b124d"}}' -H 'Content-type: application/json' -H 'Accept: application/xml'
The text was updated successfully, but these errors were encountered: