-
Notifications
You must be signed in to change notification settings - Fork 364
Closed
Description
Hi I'm new to openstack and try to follow some example to authenticate
import org.openstack4j.api.Builders;
import org.openstack4j.api.OSClient;
import org.openstack4j.model.compute.Action;
import org.openstack4j.model.compute.Flavor;
import org.openstack4j.model.compute.FloatingIP;
import org.openstack4j.model.compute.Image;
import org.openstack4j.model.compute.Server;
import org.openstack4j.model.compute.ServerCreate;
import org.openstack4j.model.network.Network;
import org.openstack4j.openstack.OSFactory;
import org.openstack4j.model.identity.Tenant;
.....
OSClient os = OSFactory.builder()
.endpoint("http://127.0.0.1:5000/v2.0")
.credentials("admin","sample")
.tenantName("admin")
.authenticate();
....I have my pom.xml
org.pacesys
openstack4j
2.0.9
However i get the message as above, any idea what i could do wrong here?
Thank you
Kareen
Metadata
Metadata
Assignees
Labels
No labels