Thanks that fixed the issue
On Thu, Mar 20, 2014 at 5:21 PM, Jayant Kaushal <[email protected]>wrote: > 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 >> > > -- Regards Vijay Sukthankar
