-
Notifications
You must be signed in to change notification settings - Fork 216
new Keystone user #1440
Comments
Hi Dorra01, What version of the Keystone API does your OpenStack environment support? /jd On Wed, Mar 20, 2013 at 8:58 AM, Dorra01 [email protected] wrote:
|
This is my code. it lets me just to have the list of my user in openstack. And i want to add a code to create new user keystone. package org.jclouds.examples.rackspace.cloudfiles; import java.io.Closeable; import org.jclouds.logging.slf4j.config.SLF4JLoggingModule; import com.google.common.collect.ImmutableSet; public class list implements Closeable {
} private void init() {
AuthenticationApi authenticationApi = keystone.utils().injector().getInstance(AuthenticationApi.class);
} public void close() { |
Hi, I'm working in a java project that let me to connect to my openstack using API. I used jclouds to create Server and to do other actions. But now my problem is that i can't create new user with jclouds (using my ptalform java). Is there any suggesstion plz?
The text was updated successfully, but these errors were encountered: