openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #16952
Re: Script to boot servers
For python-specific calls, see for example:
http://docs.openstack.org/developer/python-novaclient/ref/servers.html
On Tue, Sep 25, 2012 at 2:11 PM, Anne Gentle <anne@xxxxxxxxxxxxx> wrote:
> Hi Guillermo -
>
> The CLI guide was recently added. It's a bit rough and needs
> improvement but here are links you can use to answer your questions.
>
> On Tue, Sep 25, 2012 at 1:42 PM, Guillermo Alvarado
> <guillermoalvarado89@xxxxxxxxx> wrote:
>> Hi Everyone,
>>
>> I want to make a script that create tenants, users and boot a server. Where
>> I can found documentation of the nova python client?
>
> http://docs.openstack.org/cli/quick-start/content/index.html#nova-cli-refrence
>
>> Anybody knows the class/method to boot servers and the params?
>
> nova image-list
> nova flavor-list
> nova boot
>
> See
> http://docs.openstack.org/cli/quick-start/content/index.html#launch_instance
>
>> Thanks And Regards.
>>
>> ~GA
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~openstack
>> More help : https://help.launchpad.net/ListHelp
>>
References