Re: [openstack-dev] [sahara] changing host name and /etc/hosts in container

2014-10-30 Thread Zhidong Yu
Hi Trevor, Thanks for your response! We use Sahara to launch virtual nodes in containers, i.e. replacing KVM with Docker in Nova. The nature of this problem is about configuration management. This is actually a common issue in cloud based, horizontally scaled app. Sahara may need some advanced im

Re: [openstack-dev] [glance] Permissions differences for glance image-create between Icehouse and Juno

2014-10-30 Thread Nikhil Komawar
Hi Jay, Wanted to clarify a few things around this: 1. are you using --is_public or --is-public option? 2. are you using stable/juno branch or it is a rc(1/2/3) from ubuntu packages? After trying out: glance image-create --is-public=True --disk-format qcow2 --container-format bare --name foo

Re: [openstack-dev] [neutron][nova] New specs on routed networking

2014-10-30 Thread A, Keshava
Agreed !. Regards, keshava From: Kevin Benton [mailto:blak...@gmail.com] Sent: Friday, October 31, 2014 2:03 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [neutron][nova] New specs on routed networking These are all important discussion topics,

[openstack-dev] What is the best way to extend or customize OpenStack?

2014-10-30 Thread Raanan Ikar
Hello, More specifically, what is the best way to extend or customize OpenStack for integration with 3rd party products or APIs external to OpenStack? For example, performing CRUD against a external database for determining and auto-generating a machine name, and its update or removal in line wit

Re: [openstack-dev] Mistral - Real Time integration

2014-10-30 Thread Dmitri Zimine
Hi Raanan, 1) yes, the workflow execution can be triggered by the REST API call. 2) yes the Mistral is the closest in OpenStack for the higher-level automation and integration across operations and with external systems. Are you coming to OpenStack summit by any chance? Your comments expose y

Re: [openstack-dev] [Nova] Add scheduler-hints when migration/rebuild/evacuate

2014-10-30 Thread Alex Xu
2014-10-31 2:14 GMT+08:00 Steve Gordon : > - Original Message - > > From: "Wuhongning" > > To: "OpenStack Development Mailing List (not for usage questions)" < > openstack-dev@lists.openstack.org> > > > > +1, the hint should be persistent as other server instance metadata. > > I don't thi

[openstack-dev] RACK: The dawn of an OpenStack Native Application in Paris

2014-10-30 Thread powered.by.solaris
Hi Stackers, I'm glad to share this topic. My presentation proposal has been agreed by the Foundation in Paris Summit! The title of my session is "The road to a OpenStack native application: What if VMs are treated as Linux processes?". https://openstacksummitnovember2014paris.sched.org/event/930

[openstack-dev] [QA][Tempest] Gap analysis for using Tempest in production environments

2014-10-30 Thread Masayuki Igawa
Hi everyone, I'd like to advertise the session[1] and gather ideas before we will start the session to make it more productive. So please put your ideas for this topic on the pad[2] if you have ideas. I think the goal of this session is to make decisions what we should do or not in Kilo developmen

Re: [openstack-dev] TC election by the numbers

2014-10-30 Thread Adam Lawson
I was thinking after reading all this; besides modifying the number of required patches, perhaps we could try a blind election; candidate names are removed so ballots have to be cast based on the merit of each candidate's responses to the questions and/or ideas - which I think effectively eliminate

Re: [openstack-dev] [oslo] python 2.6 support for oslo libraries

2014-10-30 Thread Robert Collins
On 24 October 2014 13:14, Jeremy Stanley wrote: > On 2014-10-23 17:18:04 -0400 (-0400), Doug Hellmann wrote: >> I think we have to actually wait for M, don’t we (K & L represents >> 1 year where J is supported, M is the first release where J is not >> supported and 2.6 can be fully dropped). > [..

Re: [openstack-dev] TC election by the numbers

2014-10-30 Thread Clint Byrum
Excerpts from Thierry Carrez's message of 2014-10-30 04:16:48 -0700: > Eoghan Glynn wrote: > >>> I haven't seen the customary number-crunching on the recent TC election, > >>> so I quickly ran the numbers myself. > > Haven't been able to run my analysis yet. I should be able to a few > weeks after

Re: [openstack-dev] database hoarding

2014-10-30 Thread pcrews
On 10/30/2014 03:30 PM, Abel Lopez wrote: It seems that every release, there is more and more emphasis on upgradability. This is a good thing, I've love to see production users easily go from old to new. As an operator, I've seen first hand the results of neglecting the databases that opensta

Re: [openstack-dev] TC election by the numbers

2014-10-30 Thread Angus Salkeld
On Fri, Oct 31, 2014 at 5:39 AM, Eoghan Glynn wrote: > > > > The low (and dropping) level of turnout is worrying, particularly in > > light of that analysis showing the proportion of drive-by contributors > > is relatively static, but it is always going to be hard to discern the > > motives of pe

[openstack-dev] Mistral - Real Time integration

2014-10-30 Thread Raanan Jossefi (RJ) Benikar
> > Hi, > > I see that Mistral can perform workflow automation and task execution per > scheduling but wanted to confirm if workflows can be executed in real-time > on-demand via REST API? Can a REST API call into Mistral execute the > workflow upon request, is what I am confirming, as it s

[openstack-dev] [Ceilometer][HBase] Failed to run tox with master code on local environment

2014-10-30 Thread ZhiQiang Fan
Hi, devs, When I run tox -epy27 -- alarms (fresh install with tox -r), it shows that may test case for hbase failed, I notice that jenkins runs well. I'm wondering are there any further steps needed to be taken before run tox locally? If so, which recent changes causes it? part of screen output:

Re: [openstack-dev] database hoarding

2014-10-30 Thread Angus Salkeld
On Fri, Oct 31, 2014 at 8:30 AM, Abel Lopez wrote: > It seems that every release, there is more and more emphasis on > upgradability. This is a good thing, I've love to see production users > easily go from old to new. > > As an operator, I've seen first hand the results of neglecting the > datab

[openstack-dev] database hoarding

2014-10-30 Thread Abel Lopez
It seems that every release, there is more and more emphasis on upgradability. This is a good thing, I've love to see production users easily go from old to new. As an operator, I've seen first hand the results of neglecting the databases that openstack creates. If we intend to have users go ye

Re: [openstack-dev] [Nova] Cells conversation starter

2014-10-30 Thread Vineet Menon
Hi Andrew, Since you have mentioned one approach to solve the flavor meta data to driver.spawn. I want to draw your attention to this code review thread as well, https://review.openstack.org/#/c/108238/. I didn't want to edit your etherpad notes, hence this email. Regards, Vineet Menon On 30

Re: [openstack-dev] [Nova] Cells conversation starter

2014-10-30 Thread Andrew Laski
I have written up some points on an etherpad to use during the summit session https://etherpad.openstack.org/p/kilo-nova-cells . Please read this over if possible before the session. There is an alternate approach to this work proposed and I expect we'll spend some time discussing it. If any

[openstack-dev] [neutron] No IRC meeting Nov. 4 or Nov. 10

2014-10-30 Thread Kyle Mestery
Just a friendly reminder that since the Summit is next week, there will be no Neutron meeting. Also please note we'll skip the meeting the week after the Summit to allow folks time to head back home and recover. See you all on 11-18-2014 at 1400UTC (remember about Daylight savings time in the US!)

[openstack-dev] [Keystone] No IRC meeting Nov 4 or Nov 11

2014-10-30 Thread Morgan Fainberg
This is just a friendly reminder that there will be no IRC meetings for Keystone on November 4th or November 11th. The rational is that we're at the summit for the 4th and there is a lot of travel following the summit. I will send another reminder as we wind down the summit for November 11th

[openstack-dev] [horizon] [zaqar] Need some help designing push notifications

2014-10-30 Thread Kurt Griffiths
Hi everyone, In the past we’ve discussed how Zaqar could be leveraged by Horizon to get status notifications and such without having to poll backend APIs. In this way, the user experience could be improved while also removing some load from those APIs. During Kilo the team is finally going to ge

Re: [openstack-dev] [neutron][nova] New specs on routed networking

2014-10-30 Thread Kevin Benton
These are all important discussion topics, but we are getting pulled into implementation-specific details again. Routing aggregation and network topology is completely up to the backend implementation. We should keep this thread focused on the user-facing abstractions and the changes required to N

Re: [openstack-dev] TC election by the numbers

2014-10-30 Thread Eoghan Glynn
> The low (and dropping) level of turnout is worrying, particularly in > light of that analysis showing the proportion of drive-by contributors > is relatively static, but it is always going to be hard to discern the > motives of people who didn't vote from the single bit of data we have on > the

Re: [openstack-dev] [sahara] team meeting Oct 30 1800 UTC

2014-10-30 Thread Sergey Lukjanov
Minutes: http://eavesdrop.openstack.org/meetings/sahara/2014/sahara.2014-10-30-18.00.html Logs: http://eavesdrop.openstack.org/meetings/sahara/2014/sahara.2014-10-30-18.00.log.html On Thu, Oct 30, 2014 at 7:01 PM, Sergey Lukjanov wrote: > Hi folks, > > We'll be having the Sahara team meeting as

Re: [openstack-dev] TC election by the numbers

2014-10-30 Thread Vishvananda Ishaya
On Oct 30, 2014, at 10:41 AM, Zane Bitter wrote: > On 30/10/14 06:22, Eoghan Glynn wrote: >> > IIRC, there is no method for removing foundation members. So there > are likely a number of people listed who have moved on to other > activities and are no longer involved wit

Re: [openstack-dev] [QA][All] Prelude to functional testing summit discussions

2014-10-30 Thread David Kranz
On 10/30/2014 11:12 AM, Sean Dague wrote: On 10/30/2014 10:47 AM, Eoghan Glynn wrote: Matthew wrote: This would have the advantage of making tempest slimmer for every project and begin the process of getting projects to take responsibility for their functional testing rather than relying on tem

Re: [openstack-dev] [All] Finalizing cross-project design summit track

2014-10-30 Thread Russell Bryant
On 10/30/2014 12:12 PM, Monty Taylor wrote: > On 10/30/2014 04:53 PM, Joe Gordon wrote: >> On Thu, Oct 30, 2014 at 4:01 AM, Thierry Carrez >> wrote: >> >>> Jay Pipes wrote: On 10/29/2014 09:07 PM, Russell Bryant wrote: > On 10/29/2014 06:46 PM, Rochelle Grober wrote: >> Any chance we

Re: [openstack-dev] [Cinder] add a common cache mechanism for block device storage

2014-10-30 Thread Mike Perez
On 08:57 Wed 29 Oct , yoo bright wrote: > Dear all, > > We proposed a new blueprint (at https://review.openstack.org/128814) > for adding a common cache mechanism for block device storage. > > All requirements, suggestions and comments are welcome. > > Thank you! Thanks for submitting this

Re: [openstack-dev] [Nova] Add scheduler-hints when migration/rebuild/evacuate

2014-10-30 Thread Steve Gordon
- Original Message - > From: "Wuhongning" > To: "OpenStack Development Mailing List (not for usage questions)" > > > +1, the hint should be persistent as other server instance metadata. I don't think there is much disagreement that it makes sense to do this, but more how/where to do s

Re: [openstack-dev] [All] Finalizing cross-project design summit track

2014-10-30 Thread Zhipeng Huang
Hi all, I've add a new item (No. 34 in the bottom) for Disaster Reover topics On Thu, Oct 30, 2014 at 5:48 PM, Joe Gordon wrote: > > > On Thu, Oct 30, 2014 at 9:20 AM, Anne Gentle wrote: > >> >> >> On Thu, Oct 30, 2014 at 10:53 AM, Joe Gordon >> wrote: >> >>> >>> >>> On Thu, Oct 30, 2014 at 4:

Re: [openstack-dev] [All] Finalizing cross-project design summit track

2014-10-30 Thread Anne Gentle
On Thu, Oct 30, 2014 at 11:48 AM, Joe Gordon wrote: > > > On Thu, Oct 30, 2014 at 9:20 AM, Anne Gentle wrote: > >> >> >> On Thu, Oct 30, 2014 at 10:53 AM, Joe Gordon >> wrote: >> >>> >>> >>> On Thu, Oct 30, 2014 at 4:01 AM, Thierry Carrez >>> wrote: >>> Jay Pipes wrote: > On 10/29/20

Re: [openstack-dev] TC election by the numbers

2014-10-30 Thread Zane Bitter
On 30/10/14 06:22, Eoghan Glynn wrote: IIRC, there is no method for removing foundation members. So there are likely a number of people listed who have moved on to other activities and are no longer involved with OpenStack. I'd actually be quite interested to see the turnout numbers with voters

Re: [openstack-dev] oslo.concurrency 0.1.0

2014-10-30 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 FYI we'll need the following review for oslo-incubator to merge before projects are able to consume the new library: https://review.openstack.org/#/c/122796/3 On 24/10/14 19:12, Doug Hellmann wrote: > The Oslo team is pleased to announce the releas

Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core

2014-10-30 Thread Nikhil Manchanda
Thanks everyone for the show of support. Iccha: welcome to trove-core! On Thu, Oct 30, 2014 at 8:41 AM, Vipul Sabhaya wrote: > +1 > > > > On Oct 30, 2014, at 1:47 AM, Nikhil Manchanda > wrote: > > > > Hello folks: > > > > I'm proposing to add Iccha Sethi (iccha on IRC) to trove-core. > > > > Ic

Re: [openstack-dev] [oslo] python 2.6 support for oslo libraries

2014-10-30 Thread Ben Nemec
On 10/23/2014 04:18 PM, Doug Hellmann wrote: > > On Oct 23, 2014, at 2:56 AM, Flavio Percoco wrote: > >> On 10/22/2014 08:15 PM, Doug Hellmann wrote: >>> The application projects are dropping python 2.6 support during Kilo, and >>> I’ve had several people ask recently about what this means for

Re: [openstack-dev] [openstack-tc] Topics for the Board/TC joint meeting in Paris

2014-10-30 Thread Eoghan Glynn
> This is already on the agenda proposed by the board (as well as a quick > presentation on the need for structural reform in the ways we handle > projects in OpenStack). Would it be possible for the slidedeck and a quick summary of that presentation to be posted to the os-dev list after the Boa

Re: [openstack-dev] [all] [tc] Multi-clouds integration by OpenStack cascading

2014-10-30 Thread A, Keshava
OK, You may need to think of brining BGP routing between POD to support Live migration. Thanks & Regards, keshava -Original Message- From: joehuang [mailto:joehu...@huawei.com] Sent: Thursday, October 30, 2014 4:58 PM To: OpenStack Development Mailing List (not for usage questions) Su

Re: [openstack-dev] [Tripleo] os-cloud-config

2014-10-30 Thread Ladislav Smola
Hello, we call it from UI after the deployment https://github.com/openstack/tuskar-ui/blob/master/tuskar_ui/infrastructure/overview/forms.py#L222 . There should be conversation on the summit whether to do the call from somewhere else (tuskar, template..). Kind Regards, Ladislav On 10/30/20

Re: [openstack-dev] [All] Finalizing cross-project design summit track

2014-10-30 Thread Joe Gordon
On Thu, Oct 30, 2014 at 9:20 AM, Anne Gentle wrote: > > > On Thu, Oct 30, 2014 at 10:53 AM, Joe Gordon > wrote: > >> >> >> On Thu, Oct 30, 2014 at 4:01 AM, Thierry Carrez >> wrote: >> >>> Jay Pipes wrote: >>> > On 10/29/2014 09:07 PM, Russell Bryant wrote: >>> >> On 10/29/2014 06:46 PM, Rochell

Re: [openstack-dev] [All] Finalizing cross-project design summit track

2014-10-30 Thread Anne Gentle
On Thu, Oct 30, 2014 at 10:53 AM, Joe Gordon wrote: > > > On Thu, Oct 30, 2014 at 4:01 AM, Thierry Carrez > wrote: > >> Jay Pipes wrote: >> > On 10/29/2014 09:07 PM, Russell Bryant wrote: >> >> On 10/29/2014 06:46 PM, Rochelle Grober wrote: >> >>> Any chance we could use the opening to move eith

[openstack-dev] [MagnetoDB] IRC weekly meeting minutes 30-10-2014

2014-10-30 Thread Ilya Sviridov
Hello team, Thank you for coming to meeting today, you can find meeting minutes and logs below [1][2][3] Please pay attention, that next week meeting is canceled due to summit. [1] http://eavesdrop.openstack.org/meetings/magentodb/2014/magentodb.2014-10-30-14.00.html [2] http://eavesdrop.opensta

Re: [openstack-dev] [All] Finalizing cross-project design summit track

2014-10-30 Thread Monty Taylor
On 10/30/2014 04:53 PM, Joe Gordon wrote: > On Thu, Oct 30, 2014 at 4:01 AM, Thierry Carrez > wrote: > >> Jay Pipes wrote: >>> On 10/29/2014 09:07 PM, Russell Bryant wrote: On 10/29/2014 06:46 PM, Rochelle Grober wrote: > Any chance we could use the opening to move either the Refstack >>

Re: [openstack-dev] [Fuel] Fuel plugins feedback

2014-10-30 Thread Evgeniy L
Hi Dmitry, Thank you for being beta tester and for your feedback :) On Wed, Oct 29, 2014 at 11:05 AM, Dmitry Ukov wrote: > All, > Recently I have tried plugins feature which was implemented for 6.x > release. And that was really pleasant experience. Plugins work almost > out-of-the box. I was a

[openstack-dev] [sahara] team meeting Oct 30 1800 UTC

2014-10-30 Thread Sergey Lukjanov
Hi folks, We'll be having the Sahara team meeting as usual in #openstack-meeting-alt channel. Agenda: https://wiki.openstack.org/wiki/Meetings/SaharaAgenda#Next_meetings http://www.timeanddate.com/worldclock/fixedtime.html?msg=Sahara+Meeting&iso=20141030T18 -- Sincerely yours, Sergey Lukjanov

Re: [openstack-dev] [All] Finalizing cross-project design summit track

2014-10-30 Thread Joe Gordon
On Thu, Oct 30, 2014 at 4:01 AM, Thierry Carrez wrote: > Jay Pipes wrote: > > On 10/29/2014 09:07 PM, Russell Bryant wrote: > >> On 10/29/2014 06:46 PM, Rochelle Grober wrote: > >>> Any chance we could use the opening to move either the Refstack > >>> session or the logging session from their cur

Re: [openstack-dev] [Infra][all] Synchronizing local Git and Gerrit repositories

2014-10-30 Thread Dolph Mathews
On Thursday, October 30, 2014, Ondrej Wisniewski < ondrej.wisniew...@dektech.com.au> wrote: > Hi Stefano and Dolph, > > since me and my team joined the OpenStack developer community just > recently, I really appreciate your comments and suggestions. After all, we > are here to learn. The current w

Re: [openstack-dev] [neutron][nova] New specs on routed networking

2014-10-30 Thread A, Keshava
Hi Cory, Here NFV-Apps will use the infrastructure' L3 Route table' to make any decision ? >From OpenStack perspective NFV-App(VM) is not like any other Tennant-VM as >for as delivering the packet is concerned ? Is there any thinking of NFV-App ( Service router VM) to insert any routing infor

Re: [openstack-dev] [Neutron][QoS] Pod time at Paris Summit

2014-10-30 Thread Collins, Sean
I have reserved the 2:35 slot for Friday. https://etherpad.openstack.org/p/neutron-kilo-meetup-slots -- Sean M. Collins ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core

2014-10-30 Thread Vipul Sabhaya
+1 > On Oct 30, 2014, at 1:47 AM, Nikhil Manchanda wrote: > > Hello folks: > > I'm proposing to add Iccha Sethi (iccha on IRC) to trove-core. > > Iccha has been working with Trove for a while now. She has been a > very active reviewer, and has provided insightful comments on > numerous review

[openstack-dev] [neutron] Friday Meetup pod reservation etherpad

2014-10-30 Thread Kyle Mestery
I've setup an etherpad [1] where people can feel free to grab a 45 minute slot for Friday at the Summit. Please follow the instructions on the format for making your reservation. I expect the time limits to be self enforcing, so please be conscious of the next group of people who want time to discu

Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core

2014-10-30 Thread Simon Chang
+1 From: Nikhil Manchanda Sent: Thursday, October 30, 2014 4:47 AM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core Hello folks: I'm proposing to add Iccha Sethi (

Re: [openstack-dev] [QA][All] Prelude to functional testing summit discussions

2014-10-30 Thread Sean Dague
On 10/30/2014 10:47 AM, Eoghan Glynn wrote: > >> Matthew wrote: >> >> This would have the advantage of making tempest slimmer for every project >> and begin the process of getting projects to take responsibility for their >> functional testing rather than relying on tempest. > > [much snipping] >

Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core

2014-10-30 Thread Duk Loi
+1 -Original Message- From: Nikhil Manchanda [mailto:nik...@manchanda.me] Sent: October-30-14 4:47 AM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core Hello folks: I'm proposing to add Iccha Sethi

Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core

2014-10-30 Thread Craig Vyvial
+1 On Thu, Oct 30, 2014 at 9:42 AM, Mariam John wrote: > +1 > > [image: Inactive hide details for Peter Stachowski ---10/30/2014 08:45:43 > AM---+1 -Original Message-]Peter Stachowski ---10/30/2014 > 08:45:43 AM---+1 -Original Message- > > From: Peter Stachowski > To: "OpenStack

Re: [openstack-dev] [QA][All] Prelude to functional testing summit discussions

2014-10-30 Thread Eoghan Glynn
> Matthew wrote: > > This would have the advantage of making tempest slimmer for every project > and begin the process of getting projects to take responsibility for their > functional testing rather than relying on tempest. [much snipping] > Sean wrote: > > Ok, so part of this remains to be see

Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core

2014-10-30 Thread Mariam John
+1 From: Peter Stachowski To: "OpenStack Development Mailing List (not for usage questions)" Date: 10/30/2014 08:45 AM Subject:Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core +1 -Original Message- From: Nikhil Manchanda

[openstack-dev] [all] OpenStack Bootstrapping Hour - next talk and summit

2014-10-30 Thread Sean Dague
We'll be skipping a few weeks on the OpenStack Bootstrapping Hour (https://wiki.openstack.org/wiki/BootstrappingHour) due to Summit and travel by people on both ends. The next one will be on Nov 21st talking about how to debug gate failures. I'd encourage anyone that's got feedback for OpenStack B

Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core

2014-10-30 Thread Amrith Kumar
+1 | -Original Message- | From: Nikhil Manchanda [mailto:nik...@manchanda.me] | Sent: Thursday, October 30, 2014 4:47 AM | To: OpenStack Development Mailing List (not for usage questions) | Subject: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core | | Hello folks: | | I'

Re: [openstack-dev] [QA][All] Prelude to functional testing summit discussions

2014-10-30 Thread Sean Dague
On 10/30/2014 10:02 AM, David Kranz wrote: > On 10/30/2014 09:52 AM, Sean Dague wrote: >> On 10/30/2014 09:33 AM, David Kranz wrote: >>> On 10/30/2014 07:49 AM, Sean Dague wrote: On 10/29/2014 12:30 PM, Matthew Treinish wrote: > Hi everyone, > > Before we start the larger discussio

Re: [openstack-dev] [QA][All] Prelude to functional testing summit discussions

2014-10-30 Thread Lance Bragstad
On Thu, Oct 30, 2014 at 6:30 AM, Eoghan Glynn wrote: > > > > Hi everyone, > > > > Before we start the larger discussion at summit next week about the > future of > > testing in OpenStack - specifically about spinning up functional testing > and > > how > > it relates to tempest - I would like to

Re: [openstack-dev] [nova] How to connect to a serial port of an instance via websocket?

2014-10-30 Thread Solly Ross
The serial proxy will not automatically start. It's intended to be started as a service, just the like API, VNC proxy, or SPICE proxy. Best Regards, Solly Ross - Original Message - > From: "Markus Zoeller" > To: "OpenStack Development Mailing List (not for usage questions)" > > Sent:

Re: [openstack-dev] [sahara] changing host name and /etc/hosts in container

2014-10-30 Thread Trevor McKay
Zhidong, Thanks for your question. I personally don't have an answer, but I think we definitely should bring up the possibility of dockerization for Sahara at the design summit next week. It may be something we want to formalize for Kilo. Will you be at the summit? Just to be clear, are you r

Re: [openstack-dev] TC election by the numbers

2014-10-30 Thread Steven Hardy
On Thu, Oct 30, 2014 at 08:11:59AM -0400, Sean Dague wrote: > On 10/30/2014 06:09 AM, Eoghan Glynn wrote: > > > >>> IIRC, there is no method for removing foundation members. So there > >>> are likely a number of people listed who have moved on to other > >>> activities and are no longer

Re: [openstack-dev] [cinder] Cinder plans for kilo: attention new driver authors!

2014-10-30 Thread Eduard Matei
Thanks Amit, I'll do this as well. Eduard On Thu, Oct 30, 2014 at 3:09 PM, Amit Das wrote: > Hey Eduard, > > We posted our driver cert result by creating a new bugzilla ticket & > tagging that as driver-cert. > > https://bugs.launchpad.net/cinder/+bug/1380126 > > > > Regards, > Amit > *CloudBy

Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core

2014-10-30 Thread Brian Hunter
+1 ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [QA][All] Prelude to functional testing summit discussions

2014-10-30 Thread David Kranz
On 10/30/2014 09:52 AM, Sean Dague wrote: On 10/30/2014 09:33 AM, David Kranz wrote: On 10/30/2014 07:49 AM, Sean Dague wrote: On 10/29/2014 12:30 PM, Matthew Treinish wrote: Hi everyone, Before we start the larger discussion at summit next week about the future of testing in OpenStack - spec

Re: [openstack-dev] TC election by the numbers

2014-10-30 Thread Eoghan Glynn
> > If we're serious about improving participation rates, then I think we > > should consider factors what would tend to drive interest levels and > > excitement around election time. My own suspicion is that open races > > where the outcome is in doubt are more likely to garner attention from > >

Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core

2014-10-30 Thread Andrew Bramley
+1 On October 30, 2014 at 4:47:06 AM, Nikhil Manchanda (nik...@manchanda.me) wrote: Hello folks: I'm proposing to add Iccha Sethi (iccha on IRC) to trove-core. Iccha has been working with Trove for a while now. She has been a very active reviewer, and has provided

Re: [openstack-dev] [QA][All] Prelude to functional testing summit discussions

2014-10-30 Thread Sean Dague
On 10/30/2014 09:33 AM, David Kranz wrote: > On 10/30/2014 07:49 AM, Sean Dague wrote: >> On 10/29/2014 12:30 PM, Matthew Treinish wrote: >>> Hi everyone, >>> >>> Before we start the larger discussion at summit next week about the future >>> of >>> testing in OpenStack - specifically about spinnin

Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core

2014-10-30 Thread Doug Shelley
+1 > -Original Message- > From: Nikhil Manchanda [mailto:nik...@manchanda.me] > Sent: October-30-14 4:47 AM > To: OpenStack Development Mailing List (not for usage questions) > Subject: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core > > Hello folks: > > I'm proposing

Re: [openstack-dev] [nova] How to connect to a serial port of an instance via websocket?

2014-10-30 Thread Markus Zoeller
The cause of this is that the serialproxy was not started. So nobody was listening to the port 6083. Validate with: $ netstat -nat | grep :608 tcp 0 0 0.0.0.0:6080 0.0.0.0:*LISTEN tcp 0 0 0.0.0.0:6081 0.0.0.0:*LISTEN tcp 0 0 192.1

Re: [openstack-dev] Writing a cinder volume driver

2014-10-30 Thread Duncan Thomas
All excellent advice from Eduard. To confirm: - You will definitely need to write your driver in python. - Devstack is the recommended environment for development - Please look at the third party CI requirements for cinder drivers - these are an ongoing commitment The IRC channel #openstack-cinder

Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core

2014-10-30 Thread Peter Stachowski
+1 -Original Message- From: Nikhil Manchanda [mailto:nik...@manchanda.me] Sent: October-30-14 4:47 AM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core Hello folks: I'm proposing to add Iccha Sethi

Re: [openstack-dev] [QA][All] Prelude to functional testing summit discussions

2014-10-30 Thread David Kranz
On 10/30/2014 07:49 AM, Sean Dague wrote: On 10/29/2014 12:30 PM, Matthew Treinish wrote: Hi everyone, Before we start the larger discussion at summit next week about the future of testing in OpenStack - specifically about spinning up functional testing and how it relates to tempest - I would l

Re: [openstack-dev] ipv6 and ipv4 dual stack for floating IP

2014-10-30 Thread Jerry Xinyu Zhao
Thanks for the pointer. On Thu, Oct 30, 2014 at 8:44 PM, Robert Li (baoli) wrote: > ipv6 floating Ip is currently not supported. > > Check out this review and the associated bug: > https://review.openstack.org/#/c/131145/ > > —Robert > > On 10/30/14, 6:47 AM, "Jerry Xinyu Zhao" wrote: > >

Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core

2014-10-30 Thread Denis Makogon
+1 On Thu, Oct 30, 2014 at 3:02 PM, Tim Simpson wrote: > +1 > > > From: Nikhil Manchanda [nik...@manchanda.me] > Sent: Thursday, October 30, 2014 3:47 AM > To: OpenStack Development Mailing List (not for usage questions) > Subject: [openstack-dev] [Trove]

Re: [openstack-dev] [cinder] Cinder plans for kilo: attention new driver authors!

2014-10-30 Thread Amit Das
Hey Eduard, We posted our driver cert result by creating a new bugzilla ticket & tagging that as driver-cert. https://bugs.launchpad.net/cinder/+bug/1380126 Regards, Amit *CloudByte Inc.* On Thu, Oct 30, 2014 at 5:55 PM, Eduard Matei < eduard.ma...@cloudfounders.co

Re: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core

2014-10-30 Thread Tim Simpson
+1 From: Nikhil Manchanda [nik...@manchanda.me] Sent: Thursday, October 30, 2014 3:47 AM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [Trove] Proposal to add Iccha Sethi to trove-core Hello folks: I'm proposin

[openstack-dev] [Tripleo] os-cloud-config

2014-10-30 Thread LeslieWang
Dear all, Seems like os-cloud-config is to initialise uncercloud or overcloud after heat orchestration. But I can not find how it is used in either tuskar, or tuskar-UI. So can anyone explain a little bit how it is used in TripleO projects? Thanks. Best RegardsLeslie Wang

Re: [openstack-dev] ipv6 and ipv4 dual stack for floating IP

2014-10-30 Thread Robert Li (baoli)
ipv6 floating Ip is currently not supported. Check out this review and the associated bug: https://review.openstack.org/#/c/131145/ —Robert On 10/30/14, 6:47 AM, "Jerry Xinyu Zhao" mailto:xyzje...@gmail.com>> wrote: Unfortunately, it seems to be the case. Just saw there is a summit talk about

Re: [openstack-dev] [cinder] Cinder plans for kilo: attention new driver authors!

2014-10-30 Thread Eduard Matei
Hi Mike, I saw your comment on my review, but i need some more info regarding "Your driver passes the cert test and the results are posted." I assume you mean running cinder_driver_cert.sh - this is already passing - but how do i get the results posted, and where? I've been looking through some doc

[openstack-dev] [Horizon] Separate horizon and openstack_dashboard

2014-10-30 Thread Matthias Runge
Hi, tl;dr: how to progreed in separating horizon and openstack_dashboard About a year ago now we agreed, it makes sense to separate horizon and openstack_dashboard. Thanks to Radomirs work in unbundling JavaScript libraries, we're finally there. It was decided to rename horizon to horizon_lib[1

Re: [openstack-dev] TC election by the numbers

2014-10-30 Thread Sean Dague
On 10/30/2014 06:09 AM, Eoghan Glynn wrote: > >>> IIRC, there is no method for removing foundation members. So there >>> are likely a number of people listed who have moved on to other >>> activities and are no longer involved with OpenStack. I'd actually >>> be quite interested to

Re: [openstack-dev] [all] [tc] Multi-clouds integration by OpenStack cascading

2014-10-30 Thread Hly
Sent from my iPad On 2014-10-30, at 下午8:05, Hly wrote: > hi, > > Network reachability is not an issue for live migration, it is the same as > cold. The challenge is near realtime order control of interaction between > parent proxies, child virt drivers, agents, and libvirt lib. > > Wu >

Re: [openstack-dev] [all] [tc] Multi-clouds integration by OpenStack cascading

2014-10-30 Thread Hly
hi, Network reachability is not an issue for live migration, it is the same as cold. The challenge is near realtime order control of interaction between parent proxies, child virt drivers, agents, and libvirt lib. Wu Sent from my iPad On 2014-10-30, at 下午7:28, joehuang wrote: > Hello, Kesh

Re: [openstack-dev] [neutron] Lightning talks during the Design Summit!

2014-10-30 Thread Fawad Khaliq
Lot's of interesting talks. Thank you Kyle. Voted and looking forward. Fawad Khaliq On Thu, Oct 30, 2014 at 12:30 PM, Miguel Angel Ajo Pelayo < mangel...@redhat.com> wrote: > Thank you very much, voted. > > - Original Message - > > On Thu, Oct 23, 2014 at 3:22 PM, Kyle Mestery > wrote:

Re: [openstack-dev] Writing a cinder volume driver

2014-10-30 Thread Eduard Matei
Hi Darshan, Having just finished writing a volume driver i can say you need a lot of patience. First, to quickly answer your questions: 1. Read ALL the drivers in the official repo: ( https://github.com/openstack/cinder/tree/master/cinder/volume/drivers) and how they relate to the cinder-api ( http

Re: [openstack-dev] [QA][All] Prelude to functional testing summit discussions

2014-10-30 Thread Sean Dague
On 10/29/2014 12:30 PM, Matthew Treinish wrote: > Hi everyone, > > Before we start the larger discussion at summit next week about the future of > testing in OpenStack - specifically about spinning up functional testing and > how > it relates to tempest - I would like to share some of my thoughts

[openstack-dev] [nova] What's the hypervisor support matrix feature "Service Control"?

2014-10-30 Thread Markus Zoeller
The hypervisor support matrix [1] lists a lot feaures. Some of them are explained and declared mandatory/optional in [2]. After reading these wiki pages, grepping the tempest and unit tests and searching in the mailing lists via markmail [3] I still cannot figure out what the feature "service co

[openstack-dev] Writing a cinder volume driver

2014-10-30 Thread Darshan Ghumare
Hi All, I need to write a volume driver so that I can integrate our storage product into openstack. I have following questions about the sane, 1. How should I go about it? 2. I donnot know python. Is the python only way to write a driver? 3. I have setup openstack by following steps mentioned at

Re: [openstack-dev] [QA][All] Prelude to functional testing summit discussions

2014-10-30 Thread Eoghan Glynn
> Hi everyone, > > Before we start the larger discussion at summit next week about the future of > testing in OpenStack - specifically about spinning up functional testing and > how > it relates to tempest - I would like to share some of my thoughts on how we > can > get things started and how I

Re: [openstack-dev] [neutron] Lightning talks during the Design Summit!

2014-10-30 Thread Miguel Angel Ajo Pelayo
Thank you very much, voted. - Original Message - > On Thu, Oct 23, 2014 at 3:22 PM, Kyle Mestery wrote: > > As discussed during the neutron-drivers meeting this week [1], we've > > going to use one of the Neutron 40 minute design summit slots for > > lightning talks. The basic idea is we

Re: [openstack-dev] [all] [tc] Multi-clouds integration by OpenStack cascading

2014-10-30 Thread joehuang
Hello, Keshava Live migration is allowed inside one pod ( one cascaded OpenStack instance ), not support cross pods live migration yet. But cold migration could be done between pods, even cross data centers. Live migration cross pods will be studied in the future. Best Regards Chaoyi Huang (

Re: [openstack-dev] TC election by the numbers

2014-10-30 Thread Thierry Carrez
Monty Taylor wrote: > Different but related question (might be hard to calculate though): > > If we remove people who have only ever landed one patch from the > electorate, what do the turnout numbers look like? 2? 5? > > Do we have the ability to dig in slightly and find a natural definition > o

Re: [openstack-dev] FreeBSD host support

2014-10-30 Thread Roman Bogorodskiy
Monty Taylor wrote: > On 10/27/2014 06:39 AM, Michael Still wrote: > > On Tuesday, October 21, 2014, Roman Bogorodskiy > > wrote: > > > >> On Mon, Oct 20, 2014 at 10:19 PM, Joe Gordon >> > wrote: > >>> On Sat, Oct 18, 2014 at 10:04 AM, Roman Bogorodskiy < > >> rbogorods...@mirantis.com > wrot

Re: [openstack-dev] TC election by the numbers

2014-10-30 Thread Thierry Carrez
Eoghan Glynn wrote: >>> I haven't seen the customary number-crunching on the recent TC election, >>> so I quickly ran the numbers myself. Haven't been able to run my analysis yet. I should be able to a few weeks after summit :) In complement to the "partisan analysis" you ran, one interesting ana

Re: [openstack-dev] [neutron][nova] New specs on routed networking

2014-10-30 Thread A, Keshava
Hi, w.r.t. ' VM packet forwarding' at L3 level by enabling routing I have below points. With below reference diagram , when the routing is enabled to detect the destination VM's compute node .. 1. How many route prefix will be injected in each of the compute node ? 2. For each

Re: [openstack-dev] [All] Finalizing cross-project design summit track

2014-10-30 Thread Thierry Carrez
Jay Pipes wrote: > On 10/29/2014 09:07 PM, Russell Bryant wrote: >> On 10/29/2014 06:46 PM, Rochelle Grober wrote: >>> Any chance we could use the opening to move either the Refstack >>> session or the logging session from their current joint (and >>> conflicting) time (15:40)? QA really would be

Re: [openstack-dev] [Neutron] Killing connection after security group rule deletion

2014-10-30 Thread Elena Ezhova
As I found out there already is a change made by Xurong Yang that assigns conntrack zones to ports https://review.openstack.org/#/c/118274/6 If merged, it will make connection tracking easier and will allow to add functionality for closing connections after updating or deleting security group rules

  1   2   >