Works :-) thanks. I assumed that the endpoint should be the actual glance endpoint. A bit condussing ;-) On Jan 20, 2014 10:40 AM, "Maty Grosz" <[email protected]> wrote:
> Hey, *, > > The problem is that you are not setting the endpoints to be the keystone > endpoint one on your node... > The value of the VM options '-Dtest.openstack-nova.endpoint' nad ' > -Dtest.openstack-glance.endpoint' should always be a URI to the keystone > service endpoint on the node you are working with (you want to communicate > with Nova or Glance, eventually, but the endpoint should be the kestone > endpoint). Jclouds then connects to keystone and keystone authenticates the > user (in you case 'admin:admin' with paasword 'password') and responses > back a service catalog, which is basically a list of all > avaialble/registered service endponits on the node - nove endpoints, glance > endpoints etc (this is happening "behind the scene"). JClouds itself then > pareses the service catalog response, finds out the endpoint to nova and > the endpoint to glance, and starts sending API requests to those endpoints. > > Thanks, > > Maty. > > > On Sun, Jan 19, 2014 at 7:30 PM, Inbar Stolberg <[email protected]> > wrote: > > > Since i can do nova tests i am kinda sure this should be the direction > but > > again i dont know how to run glance... > > On Jan 19, 2014 5:19 PM, "Andrew Phillips" <[email protected]> > wrote: > > > > > Hi Inbar > > > > > > I don't know the Glance tests well, but, looking at the POM, it seems > > > there may be some other properties you need to set? > > > > > > https://github.com/jclouds/jclouds-labs-openstack/blob/ > > > master/openstack-glance/pom.xml#L38 > > > > > > Regards > > > > > > ap > > > > > >
