← Back to team overview

openstack team mailing list archive

Re: Python novaclient boot command parameters

 

On Sat, Oct 22, 2011 at 3:19 AM, Unmesh Gurjar
<unmesh.gurjar@xxxxxxxxxxxx>wrote:

> Hi All,****
>
> ** **
>
> I had recently submitted changes to the Python novaclient repo for adding
> the support to specify user_data, availability_zone and security_groups in
> the ‘nova boot’ command. The OpenStack API v1.1 spec for the create server
> API does not mention these parameters. Shouldn’t these parameters be a part
> of the create server API spec?****
>
> ** **
>
> Would it be suitable to have these parameters (user data, availability
> zone, security groups, networks) in the ‘nova boot’ command or whether there
> should be a new ‘nova boot-ext’ command that will accept these parameters?
> Should I remove the support that I have earlier added for the above
> parameters in ‘nova boot’ command? I will also be adding support to specify
> ‘networks’ at the time of instance creation. Should this also be a part of
> ‘nova boot-ext’ command?
>

Hi Unmesh,

I actually just recently did the work to specify networks as part of the
nova boot command, hopefully this saves you some work.  Pull request is
here:  https://github.com/rackspace/python-novaclient/pull/137

I added it as an optional parameter to the main "boot" command, but would be
fine if others felt that a "boot-ext" command was more appropriate.

Dan



> ****
>
> ** **
>
> Thanks,****
>
> Unmesh G.****
>
> ** **
>
> ** **
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dan Wendlandt
Nicira Networks, Inc.
www.nicira.com | www.openvswitch.org
Sr. Product Manager
cell: 650-906-2650
twitter: danwendlant
~~~~~~~~~~~~~~~~~~~~~~~~~~~

References