[openstack-dev] Python API of python-.+client

2014-06-08 Thread Michael Bright
I'm interested to know what is the status of the Python API of the python-novaclient, and the Python APIs of other OpenStack clients. On the github page https://github.com/openstack/python-novaclient/ it is written: *There's also a complete Python API, but it has not yet been documented.*

Re: [openstack-dev] Python API of python-.+client

2014-06-08 Thread Michael Bright
Thanks a lot Jeremy and Brian, a lot of useful information there. I'll have a good look at all this to see where I can help. Regards, Mike. On 8 June 2014 17:07, Brian Curtin br...@python.org wrote: On Sun, Jun 8, 2014 at 3:35 AM, Michael Bright mjbrigh...@gmail.com wrote: I'm

Re: [openstack-dev] [Neutron] Building a new open source NFV system for Neutron

2014-01-10 Thread Michael Bright
Hi Luke, Very pleased to see this initiative in the OpenStack/NFV space. A dumb question - how do you see this related to the ongoing [openstack-dev] [nova] [neutron] PCI pass-through network support discussion on this list? Do you see that work as one component within your proposed

Re: [openstack-dev] Propose project story wiki idea

2013-11-19 Thread Michael Bright
+1 On 20 November 2013 06:33, Boris Pavlovic bpavlo...@mirantis.com wrote: Hi stackers, Currently what I see is growing amount of interesting projects, that at least I would like to track. But reading all mailing lists, and reviewing all patches in all interesting projects to get high

Re: [openstack-dev] When is it okay for submitters to say 'I don't want to add tests' ?

2013-11-12 Thread Michael Bright
+1 also. I spent less than half the time on my first fix (so far) understanding the problem, reproducing it, coding it and learning about the code review system. Much more than half the time was spent on reverse engineering existing tests to be able to add new ones (which had to use features not

Re: [openstack-dev] When is it okay for submitters to say 'I don't want to add tests' ?

2013-11-12 Thread Michael Bright
the reviewers responsibility to merge a test, but if that requirement then turns off reviewers even reviewing such a patch, then that doesn't help either. On 12 November 2013 11:29, Michael Bright mjbrigh...@gmail.com wrote: +1 also. I spent less than half the time on my first fix (so far

[openstack-dev] Request for review

2013-11-09 Thread Michael Bright
Could someone review this please, it's a small patch but has taken a while ... https://review.openstack.org/#/c/51263/ Thanks, Mike. ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

[openstack-dev] No Review button - how to add a comment

2013-11-09 Thread Michael Bright
OK, so I needed to add a comment to a patch set I proposed https://review.openstack.org/#/c/51263 but I don't see the Review button, only a couple of Diff options. Is there a way I can add comments to the current patch set? Thanks in advance, Mike. ___

Re: [openstack-dev] No Review button - how to add a comment

2013-11-09 Thread Michael Bright
https://www.dropbox.com/mailbox for iPhone On Sat, Nov 9, 2013 at 9:38 PM, Michael Bright mjbrigh...@gmail.comwrote: OK, so I needed to add a comment to a patch set I proposed https://review.openstack.org/#/c/51263 but I don't see the Review button, only a couple of Diff options

[openstack-dev] How to add a comment to a change review?

2013-11-06 Thread Michael Bright
Can someone enlighten me as to how I can add a comment to one of my own changes on review.openstack.org. I suppose it's mind numbingly obvious but here for examplehttps://review.openstack.org/#/c/51263/11I just cannot see how to add a comment. It says here:

Re: [openstack-dev] How to add a comment to a change review?

2013-11-06 Thread Michael Bright
in Gerrit really should be a bit more intuitive. Best Regards, Solly Ross - Original Message - From: Michael Bright mjbrigh...@gmail.com To: openstack-dev@lists.openstack.org Sent: Wednesday, November 6, 2013 11:34:27 AM Subject: [openstack-dev] How to add a comment to a change

Re: [openstack-dev] [Neutron] Jenkins randomly fails?

2013-11-06 Thread Michael Bright
Hi Siming, Yes there are some intermittent test failures which may be due to infrastructure and/or bugs. Here's my suggestion from recent experiences as a Noob. The e-mail you got from Jenkins includes this line, with a link telling you what to do: Build failed. For information on how to

Re: [openstack-dev] When is it okay for submitters to say 'I don't want to add tests' ?

2013-10-31 Thread Michael Bright
I like Steve's suggestion: The approach the Heat team have sometimes taken in this situation is to merge the patch, but raise a bug (targetted at the next milestone) identifying the missing coverage. I'm (almost!) a first time contributor and I've put a fix on the backburner as I find the

[openstack-dev] Fwd: Change in openstack/nova[master]: Moved quota headroom calculations into quota_reserve

2013-10-20 Thread Michael Bright
OK Dan, On 20 October 2013 16:08, Dan Smith d...@danplanet.com wrote: I'm afraid I really need help now - in particular on how to add a suitable test case. I've been looking at /opt/stack/nova/nova/tests/compute/test_compute_api.py running test_create_quota_exceeded_messages under the

[openstack-dev] Fwd: Change in openstack/nova[master]: Moved quota headroom calculations into quota_reserve

2013-10-20 Thread Michael Bright
OK Dan, On 20 October 2013 16:08, Dan Smith d...@danplanet.com wrote: I'm afraid I really need help now - in particular on how to add a suitable test case. I've been looking at /opt/stack/nova/nova/tests/compute/test_compute_api.py running test_create_quota_exceeded_messages under the

Re: [openstack-dev] Change in openstack/nova[master]: Moved quota headroom calculations into quota_reserve

2013-10-20 Thread Michael Bright
Dan, * If some kind soul can guide me on adding unit tests - per my question* * below - then I'll add them, otherwise I'll just complete the fix for now* * and add the tests in a later change.* The change really needs to come with tests. A fix is only good if we know it's a fix :) I pulled