Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-03-26 Thread Rajdeep Dua
Thanks, will take a look On Tuesday, March 25, 2014 11:33 PM, "Collins, Sean" wrote: On Fri, Mar 21, 2014 at 08:35:05PM EDT, Rajdeep Dua wrote: > Sean, > If you can point me to the project file in github which needs to be modified > , i will include these docs > > Thanks > Rajdeep I imagi

Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-03-25 Thread Collins, Sean
On Fri, Mar 21, 2014 at 08:35:05PM EDT, Rajdeep Dua wrote: > Sean, > If you can point me to the project file in github which needs to be modified > , i will include these docs > > Thanks > Rajdeep I imagine inside the openstack-manuals git repo https://github.com/openstack/openstack-manuals Po

Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-03-21 Thread Rajdeep Dua
t (not for usage questions) Subject: Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed? Sean, We have written a few docs for writing these samples http://python-api-guide.cfapps.io/content/neutron.html You can find get the source here https://github.co

Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-02-10 Thread Anne Gentle
Hi Sean, Yes, please do improve docstrings for the client object! And I think you found that Lorin Hochstein recently added a Python SDK chapter to the end user guide at http://docs.openstack.org/user-guide/content/ch_sdk.html. As for the CLI project itself, the docs team has taken all the command

Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-02-10 Thread Ben Nemec
i-ref-networking.html > > Sean M. Collins > > - > > FROM: Rajdeep Dua [dua_rajd...@yahoo.com] > SENT: Saturday, February 08, 2014 11:10 PM > TO: OpenStack Development Mailing List (not for usage questions) > SUBJECT: Re: [openstack-dev] [Neutron] Using Python-Ne

Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-02-10 Thread Collins, Sean
On Sun, Feb 09, 2014 at 09:24:48PM -0800, Rajdeep Dua wrote: > Yes, We would be interested in doing that. > Please let me know which is the right group/ team for this? I believe you would add your examples somewhere in netconn-api git://git.openstack.org/openstack/netconn-api Then you would add

Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-02-09 Thread Rajdeep Dua
s) Subject: Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed? Sean, We have written a few docs for writing these samples http://python-api-guide.cfapps.io/content/neutron.html You can find get the source here https://github.com/rajdeepd/openstack-sampl

Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-02-09 Thread Collins, Sean
...@yahoo.com] Sent: Saturday, February 08, 2014 11:10 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed? Sean, We have written a few docs for writing these samples http://python-api

Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-02-08 Thread Rajdeep Dua
Sean, We have written a few docs for writing these samples http://python-api-guide.cfapps.io/content/neutron.html You can find get the source here https://github.com/rajdeepd/openstack-samples Thanks Rajdeep On Sunday, February 9, 2014 12:57 AM, "Collins, Sean" wrote: Hi, I was writing

[openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-02-08 Thread Collins, Sean
Hi, I was writing a small script yesterday to parse a list of IP blocks and create security groups and rules, by using python-neutronclient. To be honest, it was very difficult - even though I have actually written extensions to Python-Neutronclient for the QoS API. For those that are trying to