hey , I am trying to run a live test on an openstack node for a glance function
the parameters i am passing are -Dtest.openstack-nova.endpoint=http://10.1.1.1:35357/v1 "-Dtest.openstack-nova.identity=admin:admin" -Dtest.openstack-nova.credential=password -Dtest.openstack-glance.endpoint=http://10.1.1.1:9292/v1 "-Dtest.openstack-glance.identity=admin:admin" -Dtest.openstack-glance.credential=password i get: org.jclouds.rest.AuthorizationException: POST http://10.1.1.1:9292/v1/tokens HTTP/1.1 -> HTTP/1.1 401 Unauthorized at org.jclouds.openstack.glance.v1_0.handlers.GlanceErrorHandler.handleError(GlanceErrorHandler.java:55) at org.jclouds.http.handlers.DelegatingErrorHandler.handleError(DelegatingErrorHandler.java:69) i believe i dont set the glance properties correct. any ideas? regards inbar
