Re: [openstack-dev] [Cinder][Glance] OSLO update

2013-11-19 Thread John Griffith
On Mon, Nov 18, 2013 at 3:53 PM, Mark McLoughlin mar...@redhat.com wrote: On Mon, 2013-11-18 at 17:24 +, Duncan Thomas wrote: Random OSLO updates with no list of what changed, what got fixed etc are unlikely to get review attention - doing such a review is extremely difficult. I was -2ing

Re: [openstack-dev] [Neutron] The three API server multi-worker process patches.

2013-11-19 Thread Zhongyue Luo
Carl, Yingjun, I'm still getting the 2006 error even by configuring idle_interval to 1. I applied the patch to the RDO havana dist on centos 6.4. Are there any other options I should be considering such as min/max pool size or use_tpool? Thanks. On Sat, Sep 7, 2013 at 3:33 AM, Baldwin, Carl

Re: [openstack-dev] [Neutron][Tempest] Tempest API test for Neutron LBaaS

2013-11-19 Thread Sean Dague
On 11/17/2013 09:55 PM, Eugene Nikanorov wrote: Hi folks, I'm working on major change to Neutron LBaaS API, obviously it will break existing tempest API tests for LBaaS. What would be the right process to deal with this? I guess I can't just push fixed tests to tempest because they will not

Re: [openstack-dev] [Neutron] Race condition between DB layer and plugin back-end implementation

2013-11-19 Thread Tomoe Sugihara
Hi Edgar, We had a similar issue and worked around by something like the following (which I believe similar to what Aaron said): @@ -45,6 +45,8 @@ SNAT_RULE_PROPERTY = {OS_TENANT_ROUTER_RULE_KEY: SNAT_RULE} class MidonetResourceNotFound(q_exc.NotFound): message = _('MidoNet

Re: [openstack-dev] [Nova] New API requirements, review of GCE

2013-11-19 Thread Clint Byrum
Excerpts from Robert Collins's message of 2013-11-19 16:22:41 -0800: On 20 November 2013 13:00, Sean Dague s...@dague.net wrote: As long as the metadataservice doesn't move out :) - that one I think is pretty core and we have no native replacement [configdrive is not a replacement :P].

Re: [openstack-dev] Introducing myself - looking for a IPv6 topology

2013-11-19 Thread Kyle Mestery (kmestery)
On Nov 19, 2013, at 7:23 PM, Martinx - ジェームズ thiagocmarti...@gmail.com wrote: One more thing... I'm thinking about the use case for Floating IPs in a NAT-less IPv6 OpenStack environment. I can think in two use cases in a IPv6-Only Tenant Subnet: 1- the Floating IP might be used to

Re: [openstack-dev] [Nova] New API requirements, review of GCE

2013-11-19 Thread Steve Baker
On 11/20/2013 03:54 PM, Clint Byrum wrote: Excerpts from Robert Collins's message of 2013-11-19 16:22:41 -0800: On 20 November 2013 13:00, Sean Dague s...@dague.net wrote: As long as the metadataservice doesn't move out :) - that one I think is pretty core and we have no native replacement

Re: [openstack-dev] [Nova] Blueprint: standard specification of guest CPU topology

2013-11-19 Thread Wangpan
Hi Daniel, Thanks for your help in advance. I have read your wiki page and it explains this issue very clearly. But I have a question about the 'technical design', you give us a prototype method as below: def get_guest_cpu_topology(self, inst_type, image, preferred_topology,

Re: [openstack-dev] [Openstack][qa][Tempest][Network] Test for external connectivity

2013-11-19 Thread Tomoe Sugihara
Hi Salvatore, et al, On Mon, Nov 18, 2013 at 9:19 PM, Salvatore Orlando sorla...@nicira.comwrote: Hi Yair, I had in mind of doing something similar. I also registered a tempest blueprint for it. Basically I think we can assume test machines have access to the Internet, but the devstack

Re: [openstack-dev] RFC: Potential to increase min required libvirt version to 0.9.8 ?

2013-11-19 Thread Robert Collins
On 20 November 2013 08:02, Daniel P. Berrange berra...@redhat.com wrote: Currently the Nova libvirt driver is declaring that it wants a minimum of libvirt 0.9.6. ... If there are other distros I've missed which expect to support deployment of Icehouse please add them to this list. Hopefully

Re: [openstack-dev] [Neutron] Plugin and Driver Inclusion Requirements

2013-11-19 Thread Tomoe Sugihara
Hello Neutron team, From the Testing Requirements section, Tempest is mentioned as a requirement. Does that mean all the thirdparty vendors' system should run all the tests in Tempest? It might not make perfect sense to test image API for changes in the neutron code. So can we define some subset

Re: [openstack-dev] RFC: Potential to increase min required libvirt version to 0.9.8 ?

2013-11-19 Thread Tom Fifield
On 20/11/13 14:33, Robert Collins wrote: On 20 November 2013 08:02, Daniel P. Berrange berra...@redhat.com wrote: Currently the Nova libvirt driver is declaring that it wants a minimum of libvirt 0.9.6. ... If there are other distros I've missed which expect to support deployment of Icehouse

Re: [openstack-dev] [Nova] Does Nova really need an SQL database?

2013-11-19 Thread Mike Wilson
I've been thinking about this use case for a DHT-like design, I think I want to do what other people have alluded to here and try and intercept problematic requests like this one in some sort of pre sending to ring-segment stage. In this case the pre-stage could decide to send this off to a

[openstack-dev] OFF TOPIC Re: Image without host-id

2013-11-19 Thread Tom Fifield
On 20/11/13 15:43, Santosh Kumar wrote: I am following Havana guide for creating three node set up. Everything has been installed and configured. However not able to create network for VMs , That's why when creating VM .. they come out be without host-id ( VM gets lauch ). #Nova

Re: [openstack-dev] OFF TOPIC Re: Image without host-id

2013-11-19 Thread Robert Collins
On 20 November 2013 17:55, Tom Fifield t...@openstack.org wrote: Hi Santosh, Thank you for supporting OpenStack. ...://ask.openstack.org Thanks for doing this Tom. Can I suggest however, that when replying one not change the topic? In gmail (which a /huge/ proportion of folk use nowadays) that

[openstack-dev] Propose project story wiki idea

2013-11-19 Thread Boris Pavlovic
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 level understanding of what is happing in project now, is quite hard or even

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] [Nova] Does Nova really need an SQL database?

2013-11-19 Thread Alex Glikson
Another possible approach could be that only part of the 50 succeeds (reported back to the user), and then a retry mechanism at a higher level would potentially approach the other partition/scheduler - similar to today's retries. Regards, Alex From: Mike Wilson geekinu...@gmail.com To:

[openstack-dev] Top Gate Bugs

2013-11-19 Thread Joe Gordon
Hi All, As many of you have noticed the gate has been in very bad shape over the past few days. Here is a list of some of the top open bugs (without pending patches, and many recent hits) that we are hitting. Gate won't be stable, and it will be hard to get your code merged, until we fix these

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

2013-11-19 Thread Tom Fifield
Love the idea Boris - a nice read :) Regards, Tom On 20/11/13 16:45, Michael Bright wrote: +1 On 20 November 2013 06:33, Boris Pavlovic bpavlo...@mirantis.com mailto:bpavlo...@mirantis.com wrote: Hi stackers, Currently what I see is growing amount of interesting projects, that

[openstack-dev] I18n team meeting tomorrow

2013-11-19 Thread Ying Chun Guo
Hi, all There will be OpenStack I18n team meeting at UTC on Thursday (Nov 21th) in IRC channel #openstack-meeting. The time, we use Asia/America friendly time. Welcome to join the meeting. This is the first I18n meeting after Icehouse design summit. Summarize of the design summit in I18n

[openstack-dev] [openstack][nova][social-apects] Social aspects shouldn't impact on dev process

2013-11-19 Thread Boris Pavlovic
Hello Stackers, I faced some social problems in community. We started working on purge engine for DB (before HK summit) This is very important, because at this moment we don't have any working way to purge DB... so admins should make it by hand. And we made this BP (in october)

Re: [openstack-dev] [Neutron][LBaaS] SSL Termination write-up

2013-11-19 Thread Andrew Hutchings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/11/13 16:33, Clint Byrum wrote: Excerpts from Vijay Venkatachalam's message of 2013-11-19 05:48:43 -0800: Hi Sam, Eugene, Avishay, etal, Today I spent some time to create a write-up for SSL Termination not exactly design doc. Please

<    1   2