I am still a newbie to jclouds and trying to get some understanding on
jclouds APIs....I am trying to create a server on devstack using the
following..

 private void CreateServer() {
            CreateServerOptions n = new CreateServerOptions();
            ServerApi serverApi =
nova.getApi().getServerForZone("RegioneOne");
            ServerCreated servercreated  =
serverApi.create("jclouds-server", "cirrus-0.3.1_x86_64-

usec","m1-tiny",n);
}

I get an exception for the above..



-- 
Regards
Vijay Sukthankar

Reply via email to