@trainman419 The live test is failing for me. It's running against Keystone v2
API in Havana. I'm running it with the following command in the
`apis/openstack-keystone` dir.
mvn clean test -Plive
-Dtest.openstack-keystone.endpoint=http://162.242.219.27:5000/v2.0/
-Dtest.openstack-keystone.identity=admin:admin
-Dtest.openstack-keystone.credential=devstack
-Dtest=UserApiLiveTest#testAddDeleteUser
I get the error
Failed tests:
testAddDeleteUser(org.jclouds.openstack.keystone.v2_0.features.UserApiLiveTest):
command: POST http://162.242.219.27:35357/v2.0/users HTTP/1.1 failed with
response:
HTTP/1.1 400 Bad Request;
content: [{"error": {"message": "create_user() takes exactly 3 arguments (2
given)", "code": 400, "title": "Bad Request"}}]
You can that mvn command to test from your side too.
You can also check your logs in
`apis/openstack-keystone/target/test-data/jclouds-wire.log` It appears to me
that the add method isn't send any body content.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/290#issuecomment-35099131