check with image id than image name.
may be that will work.


Regards
Jayant Kaushal



On Thu, Mar 20, 2014 at 4:54 AM, Vijay Sukthankar <
[email protected]> wrote:

> 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