Re: [openstack-dev] [Fuel-dev] [Fuel][RabbitMQ] nova-compute stuck for a while (AMQP)

2014-05-06 Thread Andrew Woodward
Roman, the current stable/4.1 has some fixes that make this less likely to occur and is the most likely to recover. That said, I've done some tracing and there are some issues with nova-conductor processing those messages. Some of the times I've seen the compute-node be the issue, other times I'v

Re: [openstack-dev] [DriverLog][nova][neutron][cinder] Call for vendor participation please

2014-05-06 Thread Akihiro Motoki
Hi, Thanks for the effort. While I am looking the website and the driver database, I have a couple of questions and suggestions. - Is it better to include "trunk" (= Juno) in "releases" in each driver if it is a part of the trunk or to wait it until Juno is released? We need some guidelines

Re: [openstack-dev] Add VMware dvSwitch/vSphere API support for Neutron ML2

2014-05-06 Thread Jussi Sorjonen
Hi, Just to give this some context, the original idea for the driver came from the fact that there was no readily available method for using VLAN-backed port groups in dvSwitches with neutron. We tried using nova-network with regular vSwitches and VlanManager to evaluate the VMware driver in nova-

Re: [openstack-dev] [Neutron][LBaaS]User Stories and sruvey

2014-05-06 Thread Samuel Bercovici
Jorge, It's your call. I prefer to gather information for now, if multiple people from the same organization will have drastically different answers, than this should also be considered. -Sam. From: Jorge Miramontes [mailto:jorge.miramon...@rackspace.com] Sent: Tuesday, May 06, 2014 9:42 PM T

Re: [openstack-dev] [Neutron][LBaaS]User Stories and sruvey

2014-05-06 Thread Samuel Bercovici
The survey is not anonymous and I plan to publish it with its raw data we can then discuss how to interpret. Each use case has an accompanying text field so that you can add any comments you wish. At least I did add comments to most use cases when I responded :-) -Sam. -Original Message--

Re: [openstack-dev] Commit the cinder Driver

2014-05-06 Thread Swapnil Kulkarni
Hi Mardan, Thanks! For the Cloudbyte ElastiStor I can see couple of (duplicate) blueprints filed [1] [2]. You should probably assign one of them to you and update with details till we get cinder-spec available for blueprint review process. For details about commit process please refer [3]. F

[openstack-dev] Commit the cinder Driver

2014-05-06 Thread Mardan Raghuwanshi
Hi All, I developed Cinder driver for CloudByte's ElastiStor, now I want to check in this code into master. I don't have more idea about git and OpenStack commit process, can you guys please guide me to commit the code into master branch. Thanks, Mardan __

Re: [openstack-dev] [Neutron][QoS] Interest in a meeting at the Networking pod at the design summit?

2014-05-06 Thread Irena Berezovsky
I would like to join this discussion. Thanks, Irena -Original Message- From: Collins, Sean [mailto:sean_colli...@cable.comcast.com] Sent: Tuesday, May 06, 2014 7:22 PM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [Neutron][QoS] Interest in a m

Re: [openstack-dev] [Cinder] Confusion about the respective use cases for volume's admin_metadata, metadata and glance_image_metadata

2014-05-06 Thread Tripp, Travis S
A few days ago I entered a client blueprint on the same topic [1], but maybe it has a server side dependency as well? When it comes to scheduling, as far as I have been able to tell from looking at Nova code, the scheduler is only getting volume_image_metadata and not the regular cinder_metadat

Re: [openstack-dev] [Cinder] Confusion about the respective use cases for volume's admin_metadata, metadata and glance_image_metadata

2014-05-06 Thread Mike Perez
On 06:31 Wed 07 May , Trump.Zhang wrote: > Thanks for your further instructions. > > I think the situations I mentioned are the reasonable use cases. They are > similar to the "bootable" volume use cases, user can create an empty volume > and install os in it from an image or create bootable v

Re: [openstack-dev] [Keystone] keystoneclient and project-less v3 tokens

2014-05-06 Thread Dolph Mathews
On Tue, May 6, 2014 at 3:17 AM, Roman Bodnarchuk < roman.bodnarc...@indigitus.ch> wrote: > Thanks for reply. I think I got the justifications for such an approach. > > BTW, is there a resource, which can be used to track support of Keystone > v3 (and domain-based policies) among OS services? Are

Re: [openstack-dev] [Neutron][FWaaS]Firewall Web Services Research Thesis Applicability to the OpenStack Project

2014-05-06 Thread Mohammad Banikazemi
Hi Mike, Thanks for your interest in OpenStack and Neutron. Are there any published papers you can point us to? It may be easier to understand your work by reading/reviewing your papers. Best, Mohammad From: Mike Grima To: openstack-dev@lists.openstack.org, Date: 05/06/2014 09:21 PM

Re: [openstack-dev] [Neutron][ml2] Etherpad for the design session on Modular L2 Agents

2014-05-06 Thread Mandeep Dhami
Thanks Mohammad, this is sorely needed. I will update ether pad for our "needs". Regards, Mandeep On Tue, May 6, 2014 at 7:01 PM, Mohammad Banikazemi wrote: > Thanks for the suggestion. That's what I plan to do next (barring other > possible suggestions). While the sharing is limited in some c

Re: [openstack-dev] [Neutron][ml2] Etherpad for the design session on Modular L2 Agents

2014-05-06 Thread Mohammad Banikazemi
Thanks for the suggestion. That's what I plan to do next (barring other possible suggestions). While the sharing is limited in some cases, it appears to be significant in other cases (e.g., the ovs and the mlnx agents). Best, Mohammad From: yamam...@valinux.co.jp (YAMAMOTO Takashi) To:

[openstack-dev] [Neutron][FWaaS]Firewall Web Services Research Thesis Applicability to the OpenStack Project

2014-05-06 Thread Mike Grima
Hi Everyone, I am an Information Security grad student, and I am wrapping up a thesis on exposing host firewall capabilities via web services for KVM virtual machines. The purpose of which is to: A. Make the firewall management of KVM virtual machines easier to perform on the host (fr

Re: [openstack-dev] [Nova] [Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-06 Thread Zane Bitter
On 05/05/14 13:40, Solly Ross wrote: One thing that I was discussing with @jaypipes and @dansmith over on IRC was the possibility of breaking flavors down into separate components -- i.e have a disk flavor, a CPU flavor, and a RAM flavor. This way, you still get the control of the size of your bu

Re: [openstack-dev] Fuel

2014-05-06 Thread Roman Sokolkov
Tizy, Selinux is disabled on all nodes under Fuel. https://github.com/stackforge/fuel-library/blob/stable/4.0/deployment/puppet/cobbler/templates/kickstart/centos.ks.erb#L32 You could check it by "getenforce" command. It should report "Disabled". So you could simply pass all steps related to S

Re: [openstack-dev] PGP keysigning party for Juno summit in Atlanta?

2014-05-06 Thread Jeremy Stanley
On 2014-04-29 18:31:37 + (+), Jeremy Stanley wrote: > I've updated the wiki article to note that I'll lock it for further > edits at the end of the (UTC) day on the 7th and generate the > checksummed list from it, then link it there for everyone to > download as quickly as I can do so. I'll

Re: [openstack-dev] [Neutron][ml2] Etherpad for the design session on Modular L2 Agents

2014-05-06 Thread YAMAMOTO Takashi
> Please note that I have created an etherpad for the Modular L2 Agent > session at [1]. > It relates to one of the three topics that are to be discussed during the > "Modular Layer2 Agent" design session scheduled for Thursday > 11:50am-12:30pm [2]. > Please update the etherpad and/or use the ML o

Re: [openstack-dev] [Neutron][QoS] Interest in a meeting at the Networking pod at the design summit?

2014-05-06 Thread Mohammad Banikazemi
There are networking talks in the general session in the afternoon on Thursday including the talk on Network Policies from 1:30 to 2:10pm. Anything after that is ok with me. Thanks, Mohammad From: Kevin Benton To: "OpenStack Development Mailing List (not for usage questions)"

Re: [openstack-dev] Hierarchicical Multitenancy Discussion

2014-05-06 Thread Vishvananda Ishaya
This is a bit different from how I would have expected it to work. It appears that you are adding the role assignment when the project is created. IMO the role should be added to the list when the roles are checked. In other words, when getting the list of roles for a user/project, it walks up t

Re: [openstack-dev] [Neutron][QoS] Interest in a meeting at the Networking pod at the design summit?

2014-05-06 Thread Kevin Benton
+1 On Tue, May 6, 2014 at 3:50 PM, Collins, Sean < sean_colli...@cable.comcast.com> wrote: > On Tue, May 06, 2014 at 03:04:09PM EDT, Mohammad Banikazemi wrote: > > > > +1. > > > > Please announce a date/time here so we can perhaps avoid any conflicts > with > > others who plan to use the network

Re: [openstack-dev] [tripleo] Decreasing resource usage in tripleo CI

2014-05-06 Thread Clint Byrum
+1 to the plans. We've recently freed up a few more boxes for the HP region, and we'll be rolling those out as we migrate from saucy to trusty for the rest of the cloud. But we should do all of the things below anyway. Excerpts from Derek Higgins's message of 2014-05-06 15:34:41 -0700: > Hi, > >

Re: [openstack-dev] [infra] Intermittent network problems allowed to sneak passed the gate?

2014-05-06 Thread Jeremy Stanley
On 2014-05-06 15:52:04 +0100 (+0100), Derek Higgins wrote: [...] > The job simply got restarted and this kept happening until the job passed. > > A legitimately failed job : > https://jenkins05.openstack.org/job/check-nova-docker-dsvm-f20/2/ > > http://logs.openstack.org/14/91514/5/check/check-

Re: [openstack-dev] [Neutron][QoS] Interest in a meeting at the Networking pod at the design summit?

2014-05-06 Thread Collins, Sean
On Tue, May 06, 2014 at 03:04:09PM EDT, Mohammad Banikazemi wrote: > > +1. > > Please announce a date/time here so we can perhaps avoid any conflicts with > others who plan to use the networking pod. > > Best, Agreed. So - Thursday seems to be a pretty light in the afternoon - there are only de

[openstack-dev] [Neutron][ml2] Etherpad for the design session on Modular L2 Agents

2014-05-06 Thread Mohammad Banikazemi
Please note that I have created an etherpad for the Modular L2 Agent session at [1]. It relates to one of the three topics that are to be discussed during the "Modular Layer2 Agent" design session scheduled for Thursday 11:50am-12:30pm [2]. Please update the etherpad and/or use the ML or contact m

[openstack-dev] [tripleo] Decreasing resource usage in tripleo CI

2014-05-06 Thread Derek Higgins
Hi, I mentioned this at the tripleo meeting today and to get opinions out there I'd like to bring it up here, In tripleo we are currently very tight on resources to run our CI jobs and I'd like to scale back temporarily until we have either more capacity or reorganize things a bit, to more eff

Re: [openstack-dev] [Cinder] Confusion about the respective use cases for volume's admin_metadata, metadata and glance_image_metadata

2014-05-06 Thread Trump.Zhang
Thanks for your further instructions. I think the situations I mentioned are the reasonable use cases. They are similar to the "bootable" volume use cases, user can create an empty volume and install os in it from an image or create bootable volume from instance ([1]). If volume metadata is not i

[openstack-dev] [Horizon] [UX] Better Dashboard Pages Summit Session

2014-05-06 Thread Jacki Bauer
Hi all, Some Horizon people will be talking about improving overview/dashboard pages at the summit. We¹ll be showing some design concepts during the Dashboard Accessibility session on Friday at 9:50 am (this is a combined session). We’d like to find out if we are on the right track with some des

[openstack-dev] [nova] Consuming keystoneclient's Session object in novaclient

2014-05-06 Thread Jamie Lennox
All, TL;DR: novaclient should be able to use the common transport/auth layers of keystoneclient. If it does there are going to be functions like client.authenticate() that won't operate the same way when a session object is passed. For most users who just use the CRUD operations there will be

Re: [openstack-dev] Monitoring as a Service

2014-05-06 Thread Hochmuth, Roland M
It sounds like there is some interest in this topic. With the Summit just around the corner, I propose we get together while many of us are there and explore this area further. I'm in the process of researching the availability of a time and place, shooting for early morning, prior to when the conf

[openstack-dev] [marconi] Python client library 0.0.1 released

2014-05-06 Thread Kurt Griffiths
Hi folks, I’m pleased to announce you can now pip install python-marconiclient and get support for the entire v1.0 API. Although the package will remain classified as “beta” while we polish off any rough edges, please take it for a spin and let us know what you think. Kudos goes to Flavio Per

Re: [openstack-dev] [Programs] Client Tools program discussion

2014-05-06 Thread Dean Troyer
On Tue, May 6, 2014 at 4:45 PM, Joe Gordon wrote: > 1. At first ClientTools consist of just the OpenStackClient > 2. When the pythonSDK is ready to move off of stackforge, it will live in > ClientTools > Yes to both of these > 3. Specific python-*clients will be rewritten (from scratch?) to us

[openstack-dev] [solum] Agenda for design workshop at Atlanta

2014-05-06 Thread Roshan Agrawal
The solum team would be meeting at Atlanta on Wednesday for a design workshop session Wednesday, May 14 1:50pm - 5:20pm: Open Source Comm Project Solum I created an ether pad page for coming up with agenda for the session. Please enter in your inputs on the page - https://etherpad.openstack.org

Re: [openstack-dev] [heat] How to cross-reference resources within OS::Heat::ResourceGroup

2014-05-06 Thread Randall Burt
It would be a bit difficult if not impossible since you either address the aggregate values of all attributes in the group or the attribute of one specific member of the group. The ResourceGroup doesn't have a mechanism for applying sequential values to the members. That might be something you c

Re: [openstack-dev] [Programs] Client Tools program discussion

2014-05-06 Thread Joe Gordon
On Tue, May 6, 2014 at 6:54 AM, Dean Troyer wrote: > On Tue, May 6, 2014 at 7:02 AM, Thierry Carrez wrote: > >> Would you take over the Python client libraries as well ? On one hand >> they need /some/ domain expertise, but on the other I see no reason to >> special-case Python against other SDKs

Re: [openstack-dev] [sahara] bug triage day after summit

2014-05-06 Thread Michael McCune
+1 - Original Message - > Hey sahara folks, > > let's make a Bug Triage Day after the summit. > > I'm proposing the May, 26 for it. > > Any thoughts/objections? > > Thanks. > > -- > Sincerely yours, > Sergey Lukjanov > Sahara Technical Lead > (OpenStack Data Processing) > Mirantis Inc

Re: [openstack-dev] [Neutron][LBaaS]User Stories and sruvey

2014-05-06 Thread Jorge Miramontes
Okay, makes sense to gather all data now and interpret this later. I'm too jaded for these types of debates right now since the summit is around the corner. Cheers, --Jorge On 5/6/14 3:32 PM, "Jay Pipes" wrote: >On 05/06/2014 04:22 PM, Stephen Balukoff wrote: >> I think the plan is to releas

Re: [openstack-dev] [Juno-Summit] availability of the project "project pod" rooms on Monday May 12th?

2014-05-06 Thread Susanne Balle
Thierry How do I reserve a pod for a specific time and day. I am getting ready to setup a meeting. Susanne On Tue, May 6, 2014 at 3:53 PM, Thierry Carrez wrote: > Carl Baldwin wrote: > > Is there a map, a list, or some other official reference? I may like > > to use a pod for a cross-project

Re: [openstack-dev] [Neutron][LBaaS]User Stories and sruvey

2014-05-06 Thread Adam Harwell
Comments inline (and not in red this time!). On 5/6/14 3:30 PM, "Jay Pipes" wrote: >On 05/06/2014 03:16 PM, Jorge Miramontes wrote: >> I agree that everyone's thoughts should be in it. I don't see why a >> representative vote does not allow for that. Sam put a text box on each >> use case to cap

Re: [openstack-dev] [Nova] [Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-06 Thread Steven Hardy
On Mon, May 05, 2014 at 07:40:08PM +, Dimitri Mazmanov wrote: > This is good! Is there a blueprint describing this idea? Or any plans > describing it in a blueprint? > Would happily share the work. > > Should we mix it with flavors in horizon though? I¹m thinking of having a > separate ³Resour

Re: [openstack-dev] [sahara] bug triage day after summit

2014-05-06 Thread Alexander Ignatov
++ Let’s do it on Monday Regards, Alexander Ignatov On 06 May 2014, at 12:13, Sergey Lukjanov wrote: > Hey sahara folks, > > let's make a Bug Triage Day after the summit. > > I'm proposing the May, 26 for it. > > Any thoughts/objections? > > Thanks. > > -- > Sincerely yours, > Sergey Lu

Re: [openstack-dev] [Trove] Proposal to add Craig Vyvial to trove-core

2014-05-06 Thread Nikhil Manchanda
Thanks everyone for the show of support. Craig: welcome to trove-core! On Tue, May 6, 2014 at 1:17 PM, Vipul Sabhaya wrote: > +1 > > > On Tue, May 6, 2014 at 10:09 AM, McReynolds, Auston > wrote: > >> +1 >> >> On 5/6/14, 2:31 AM, "Nikhil Manchanda" wrote: >> >> > >> >Hello folks: >> > >> >I'm

Re: [openstack-dev] [sahara] bug triage day after summit

2014-05-06 Thread Chad Roberts
May 26 works for me. +1 - Original Message - From: "Jay Pipes" To: openstack-dev@lists.openstack.org Sent: Tuesday, May 6, 2014 4:24:22 PM Subject: Re: [openstack-dev] [sahara] bug triage day after summit ++ You've got my axe. On 05/06/2014 03:13 PM, Sergey Lukjanov wrote: > Hey sahara

Re: [openstack-dev] [Ironic] Node uuid and Nova Hypervisor ID

2014-05-06 Thread François Rossigneux
Devananda, I get the Nova Hypervisor ID by typing "nova hypervisor-list". I am developing a resource reservation service and the reservations are attached to a Nova Hypervisor ID. I would use Ironic to put the nodes on standby mode when there is no running instances. This is why I need to get

Re: [openstack-dev] [Nova] [Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-06 Thread Jiang, Yunhong
> -Original Message- > From: Solly Ross [mailto:sr...@redhat.com] > Sent: Tuesday, May 06, 2014 10:16 AM > To: OpenStack Development Mailing List (not for usage questions) > Subject: Re: [openstack-dev] [Nova] [Heat] Custom Nova Flavor creation > through Heat (pt.2) > > For your first qu

Re: [openstack-dev] [Neutron][LBaaS]User Stories and sruvey

2014-05-06 Thread Jay Pipes
On 05/06/2014 04:22 PM, Stephen Balukoff wrote: I think the plan is to release all the raw results of this to the public as well-- meaning that it should be possible to come up with a "representative average" per organization, as well as several other ways to interpret the data. Right now, the e

Re: [openstack-dev] [Neutron][LBaaS]User Stories and sruvey

2014-05-06 Thread Jay Pipes
On 05/06/2014 03:16 PM, Jorge Miramontes wrote: I agree that everyone's thoughts should be in it. I don't see why a representative vote does not allow for that. Sam put a text box on each use case to capture extra thoughts. Because all of us have different experiences. Not all of us have worked

[openstack-dev] [Neutron][LBaaS] Subteam meeting Thursday, 05/08 14-00 UTC

2014-05-06 Thread Eugene Nikanorov
Hi folks, This will be the last meeting before the summit, so I suggest we will focus on the agenda for two design track slots we have. Per my experience design tracks are not very good for in-depth discussion, so it only make sense to present a road map and some other items that might need core

Re: [openstack-dev] [sahara] bug triage day after summit

2014-05-06 Thread Jay Pipes
++ You've got my axe. On 05/06/2014 03:13 PM, Sergey Lukjanov wrote: Hey sahara folks, let's make a Bug Triage Day after the summit. I'm proposing the May, 26 for it. Any thoughts/objections? Thanks. ___ OpenStack-dev mailing list OpenStack-dev@

Re: [openstack-dev] [Neutron][LBaaS]User Stories and sruvey

2014-05-06 Thread Stephen Balukoff
I think the plan is to release all the raw results of this to the public as well-- meaning that it should be possible to come up with a "representative average" per organization, as well as several other ways to interpret the data. Right now, the emphasis is just to gather the data. We can decide

Re: [openstack-dev] [Trove] Proposal to add Craig Vyvial to trove-core

2014-05-06 Thread Vipul Sabhaya
+1 On Tue, May 6, 2014 at 10:09 AM, McReynolds, Auston wrote: > +1 > > On 5/6/14, 2:31 AM, "Nikhil Manchanda" wrote: > > > > >Hello folks: > > > >I'm proposing to add Craig Vyvial (cp16net) to trove-core. > > > >Craig has been working with Trove for a while now. He has been a > >consistently ac

Re: [openstack-dev] [heat] How to cross-reference resources within OS::Heat::ResourceGroup

2014-05-06 Thread Janczuk, Tomasz
Could this be accomplished with 3 resource groups instead of one? The first would create the ports, the second floating IPs, and the last the VMs? In that case, would there be a way to construct a reference to a particular instance of, say, a port, when creating an instance of a floating IP? On 5/

[openstack-dev] current available resources extension

2014-05-06 Thread Wei Du
Hi OpenStack Devs, This is Wei Du from Yahoo! OpenStack engineering team. Currently, we have some data about the actual resource usage seen by ‘proc’ on each compute node. However, the actual available resources cannot be derived from the actual usage. For example, we have a 10G RAM on a hyperv

[openstack-dev] [solum] Program and Project vision Wiki

2014-05-06 Thread Roshan Agrawal
Here is the wiki for the Program and Project mission statement. https://wiki.openstack.org/wiki/Solum/MissionStatement, please edit in place as needed on the wiki Below is the ether pad for reference: https://etherpad.openstack.org/p/solum-mission Thanks & Regards, Roshan Agrawal Direct:512

Re: [openstack-dev] [Ironic] Node uuid and Nova Hypervisor ID

2014-05-06 Thread Devananda van der Veen
François, Can you clarify by way of a CLI example what exactly you mean by "nova hypervisor id"? I'm not sure if you mean the instance uuid, compute host id, service id, or something else. I'll assume you mean the nova instance uuid, in which case, you can get the Ironic node uuid from "nova show

Re: [openstack-dev] [Neutron][QoS] Interest in a meeting at the Networking pod at the design summit?

2014-05-06 Thread Kevin Benton
Yes, I am interested as well. On Tue, May 6, 2014 at 9:19 AM, Collins, Sean < sean_colli...@cable.comcast.com> wrote: > For those attending, to discuss the QoS API current status? > > -- > Sean M. Collins > ___ > OpenStack-dev mailing list > OpenStack-

Re: [openstack-dev] [Ironic] Node uuid and Nova Hypervisor ID

2014-05-06 Thread Devananda van der Veen
François, Can you clarify by way of a CLI example what exactly you mean by "nova hypervisor id"? I'm not sure if you mean the instance uuid, compute host id, service id, or something else. I'll assume you mean the nova instance uuid, in which case, you can get the Ironic node uuid from "nova show

Re: [openstack-dev] [Juno-Summit] availability of the project "project pod" rooms on Monday May 12th?

2014-05-06 Thread Thierry Carrez
Carl Baldwin wrote: > Is there a map, a list, or some other official reference? I may like > to use a pod for a cross-project discussion about DNS between Nova, > Neutron, and Designate. Not a big deal but it might be nice to know > more about what we're looking for when we get there. There will

[openstack-dev] [Fuel][RabbitMQ] nova-compute stuck for a while (AMQP)

2014-05-06 Thread Roman Sokolkov
Hello, fuelers. I'm using Fuel 4.1A + Havana in HA mode. I permanently observe (on other deployments also) issue with stuck "nova-compute" service. But i think problem is more fundamental and relates to HA RabbitMQ and OpenStack AMQP driver implementation. Symptoms: - Random nova-compute fro

Re: [openstack-dev] [heat] How to cross-reference resources within OS::Heat::ResourceGroup

2014-05-06 Thread Randall Burt
A resource group's definition contains only one resource and you seem to want groups of multiple resources. You would need to use a nested stack or provider template to do what you're proposing. On May 6, 2014, at 2:23 PM, "Janczuk, Tomasz" wrote: > I am trying to create an OS::Heat::Resource

Re: [openstack-dev] Monitoring as a Service

2014-05-06 Thread Sandy Walsh
On 5/6/2014 1:48 PM, Thierry Carrez wrote: > Sandy Walsh wrote: >> I'd be curious to know more what "managed" means in this situation? Is >> the core project expected to allocate time in the IRC meeting to the >> concerns of these adjacent projects? What if the core project doesn't >> agree with th

[openstack-dev] [heat] How to cross-reference resources within OS::Heat::ResourceGroup

2014-05-06 Thread Janczuk, Tomasz
I am trying to create an OS::Heat::ResourceGroup of VMs and assign each VM a floating IP. As far as I know this requires cross-referencing the VM, port, and floating IP resources. How can I do that within a OS::Heat::ResourceGroup definition? The `port: { get_resource: vm_cluster.vm_port.0 }` b

Re: [openstack-dev] [Neutron][LBaaS]User Stories and sruvey

2014-05-06 Thread Adam Harwell
I'd like to add that size of the organization (or really, size of the development team) that is voting in this quiz does not directly correlate to size of customer base. If there were any weighting happening, I'd hope these answers would be weighted by size of user base, since really it is the user

Re: [openstack-dev] [Neutron][LBaaS]User Stories and sruvey

2014-05-06 Thread Jorge Miramontes
I agree that everyone's thoughts should be in it. I don't see why a representative vote does not allow for that. Sam put a text box on each use case to capture extra thoughts. I would hope that no organization would be so confused as to have widely varying viewpoints on *what their customers want*

[openstack-dev] [sahara] bug triage day after summit

2014-05-06 Thread Sergey Lukjanov
Hey sahara folks, let's make a Bug Triage Day after the summit. I'm proposing the May, 26 for it. Any thoughts/objections? Thanks. -- Sincerely yours, Sergey Lukjanov Sahara Technical Lead (OpenStack Data Processing) Mirantis Inc. ___ OpenStack-dev

Re: [openstack-dev] [Neutron][QoS] Interest in a meeting at the Networking pod at the design summit?

2014-05-06 Thread Mohammad Banikazemi
+1. Please announce a date/time here so we can perhaps avoid any conflicts with others who plan to use the networking pod. Best, Mohammad From: Stephen Wong To: "OpenStack Development Mailing List (not for usage questions)" , Date: 05/06/2014 12:39 PM Subject:Re:

Re: [openstack-dev] [nova] about pci device filter

2014-05-06 Thread Jiang, Yunhong
Hi, Ricky, can you please provide any specific requirement on your mind? --jyh > -Original Message- > From: Bohai (ricky) [mailto:bo...@huawei.com] > Sent: Monday, May 05, 2014 11:45 PM > To: OpenStack Development Mailing List (not for usage questions) > Subject: Re: [openstack-dev] [nova

Re: [openstack-dev] [Neutron][LBaaS]User Stories and sruvey

2014-05-06 Thread Jay Pipes
On 05/06/2014 02:42 PM, Jorge Miramontes wrote: Sam, I'm assuming you want one person from each company to answer correct? I'm pretty sure people in each organization will vote the same…at least I'd hope! I'd hope not! :) Even within the same organization or company, we all have different id

Re: [openstack-dev] [Neutron][LBaaS]User Stories and sruvey

2014-05-06 Thread Jorge Miramontes
Sam, I'm assuming you want one person from each company to answer correct? I'm pretty sure people in each organization will vote the same…at least I'd hope! Cheers, --Jorge From: Samuel Bercovici mailto:samu...@radware.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions

Re: [openstack-dev] [oslo] Proposal: add local hacking for oslo-incubator

2014-05-06 Thread Joe Gordon
On Tue, May 6, 2014 at 6:03 AM, Doug Hellmann wrote: > On Mon, May 5, 2014 at 9:06 PM, David Stanek wrote: > > > > On Mon, May 5, 2014 at 5:28 PM, Doug Hellmann < > doug.hellm...@dreamhost.com> > > wrote: > >> > >> > >> > The assert ones do seem to fit the best practices as I understand > them, >

Re: [openstack-dev] [oslo] Proposal: add local hacking for oslo-incubator

2014-05-06 Thread Joe Gordon
On Mon, May 5, 2014 at 10:56 AM, Ben Nemec wrote: > On 05/05/2014 10:02 AM, ChangBo Guo wrote: > >> Hi Stackers, >> >> I find some common code style would be avoided while I'm reviewing code >> ,so think these check would >> be nice to move into local hacking. The local hacking can ease reviewer

Re: [openstack-dev] [ML2] L2 population mechanism driver

2014-05-06 Thread Sławek Kapłoński
Hello, Thanks for explanation. Now it is clear for me :) I made my own driver because I made config on hosts in "special way" but I can't describe details :/ Best regards Slawek Kaplonski sla...@kaplonski.pl Dnia wtorek, 6 maja 2014 10:35:05 Mathieu Rohon pisze: > Hi slawek, > > As soon as you

Re: [openstack-dev] [Nova] [Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-06 Thread Dimitri Mazmanov
Hi Solly, On 06/05/14 19:16, "Solly Ross" wrote: >For your first question, I'll probably create a BP sometime today. Great. Thanks. Happy to help with implementation. > >For your second question, allowing tenants to create flavors >prevents one of the main parts of the flavor idea from working

Re: [openstack-dev] [nova] Question about addit log in nova-compute.log

2014-05-06 Thread Jiang, Yunhong
> -Original Message- > From: Jay Pipes [mailto:jaypi...@gmail.com] > Sent: Tuesday, May 06, 2014 10:44 AM > To: openstack-dev@lists.openstack.org > Subject: Re: [openstack-dev] [nova] Question about addit log in > nova-compute.log > > On 05/06/2014 01:37 PM, Jiang, Yunhong wrote: > >> --

Re: [openstack-dev] [Juno-Summit] availability of the project "project pod" rooms on Monday May 12th?

2014-05-06 Thread Sergey Lukjanov
Will we have an ATC Lounge like in Hong Kong? On Tue, May 6, 2014 at 9:58 AM, Carl Baldwin wrote: > Is there a map, a list, or some other official reference? I may like > to use a pod for a cross-project discussion about DNS between Nova, > Neutron, and Designate. Not a big deal but it might be

[openstack-dev] nova-compute error

2014-05-06 Thread sonia verma
Hi all I'm getting following error when booting VM onto compute node from openstack dashboard... 014-05-06 12:47:22.393 DEBUG nova.openstack.common.processutils [req-cc3cf4c6-160d-4dd4-b44d-d8f5c25fb55c admin admin] Result was 12 execute /opt/stack/nova/nova/openstack/common/processutils.py:172 2

Re: [openstack-dev] [Neutron][Nova][Designate][L3][IPv6] Discussion about Cross-Project Integration of DNS at Summit

2014-05-06 Thread Veiga, Anthony
Hi, The only issue I would see with the pod is that not all of us are ATCs, so we may or may not have access to that area (I am open to correction on that point - in fact I hope someone does ;) ) I’ll second this. I have an interest in attending and assisting here, but I don’t have ATC stat

Re: [openstack-dev] [nova] Question about addit log in nova-compute.log

2014-05-06 Thread Jay Pipes
On 05/06/2014 01:37 PM, Jiang, Yunhong wrote: -Original Message- From: Jay Pipes [mailto:jaypi...@gmail.com] Sent: Monday, May 05, 2014 6:19 PM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [nova] Question about addit log in nova-compute.log On 05/05/2014 04:19 PM, J

Re: [openstack-dev] [nova] Question about addit log in nova-compute.log

2014-05-06 Thread Jiang, Yunhong
> -Original Message- > From: Jay Pipes [mailto:jaypi...@gmail.com] > Sent: Monday, May 05, 2014 6:19 PM > To: openstack-dev@lists.openstack.org > Subject: Re: [openstack-dev] [nova] Question about addit log in > nova-compute.log > > On 05/05/2014 04:19 PM, Jiang, Yunhong wrote: > >>

Re: [openstack-dev] [Neutron][Nova][Designate][L3][IPv6] Discussion about Cross-Project Integration of DNS at Summit

2014-05-06 Thread Hayes, Graham
Hi, The only issue I would see with the pod is that not all of us are ATCs, so we may or may not have access to that area (I am open to correction on that point - in fact I hope someone does ;) ) I could see it fitting in with our design session, but maybe if we meet on the Monday to do some init

Re: [openstack-dev] PGP keysigning party for Juno summit in Atlanta?

2014-05-06 Thread Jeremy Stanley
On 2014-05-06 12:36:34 +0200 (+0200), Thierry Carrez wrote: > Note that we could pick any of the Design Summit rooms (they are > larger and don't require us to move on 4th floor). They should all > be empty during the break. I was hesitant to try and use one of the design session rooms for this si

Re: [openstack-dev] [Neutron][Nova][Designate][L3][IPv6] Discussion about Cross-Project Integration of DNS at Summit

2014-05-06 Thread Carl Baldwin
I have just updated my etherpad [1] with some proposed times. Not knowing much about the venue, I could only propose the "pod area" as a the location. I also updated the designate session etherpad [2] per your suggestion. If there is time during the Designate sessions to include this in the disc

Re: [openstack-dev] [Nova] [Heat] Custom Nova Flavor creation through Heat (pt.2)

2014-05-06 Thread Solly Ross
For your first question, I'll probably create a BP sometime today. For your second question, allowing tenants to create flavors prevents one of the main parts of the flavor idea from working -- having flavors that nicely fit together to prevent "wasted" host resources. For instance suppose the no

Re: [openstack-dev] [Trove] Proposal to add Craig Vyvial to trove-core

2014-05-06 Thread McReynolds, Auston
+1 On 5/6/14, 2:31 AM, "Nikhil Manchanda" wrote: > >Hello folks: > >I'm proposing to add Craig Vyvial (cp16net) to trove-core. > >Craig has been working with Trove for a while now. He has been a >consistently active reviewer, and has provided insightful comments on >numerous reviews. He has subm

Re: [openstack-dev] Add VMware dvSwitch/vSphere API support for Neutron ML2

2014-05-06 Thread Armando M.
Hi Ilkka, As Mathieu suggested there is a blueprint submission and revision process put in place since the Juno release. Also, since Icehouse, to incorporate a new plugin/mechanism driver into the Neutron source tree, and to be designated as compatible, such a plugin/driver must be accompanied by

Re: [openstack-dev] [Cinder] Confusion about the respective use cases for volume's admin_metadata, metadata and glance_image_metadata

2014-05-06 Thread Duncan Thomas
On 6 May 2014 14:46, Trump.Zhang wrote: > Did you mean using volume metadata was not the right way for the first > situation I mentioned in ealier mail? Correct. Volume metadata is entirely for the tenant to use, it is not interpreted by cinder or nova as meaning anything.

Re: [openstack-dev] [Juno-Summit] availability of the project "project pod" rooms on Monday May 12th?

2014-05-06 Thread Carl Baldwin
Is there a map, a list, or some other official reference? I may like to use a pod for a cross-project discussion about DNS between Nova, Neutron, and Designate. Not a big deal but it might be nice to know more about what we're looking for when we get there. Thanks, Carl On Tue, May 6, 2014 at 6

Re: [openstack-dev] Monitoring as a Service

2014-05-06 Thread Thierry Carrez
Sandy Walsh wrote: > I'd be curious to know more what "managed" means in this situation? Is > the core project expected to allocate time in the IRC meeting to the > concerns of these adjacent projects? What if the core project doesn't > agree with the direction or deems there's too much overlap? Do

Re: [openstack-dev] [horizon] Unofficial Sunday Summit Meetup

2014-05-06 Thread Jason Rist
On Tue 06 May 2014 10:29:43 AM MDT, Jaromir Coufal wrote: > Hi folks, > > during Horizon's IRC meeting, we got to the idea that it would be > great to hang out on Sunday evening and meet unofficially before the > Summit. > > We are gathering all suggestions in following etherpad: > https://etherpad

Re: [openstack-dev] [Neutron][QoS] Interest in a meeting at the Networking pod at the design summit?

2014-05-06 Thread Stephen Wong
Hi Sean, Yes. Please count me in (we need to integrate QoS parameters as possible actions for group-policy). Thanks, - Stephen On Tue, May 6, 2014 at 9:19 AM, Collins, Sean < sean_colli...@cable.comcast.com> wrote: > For those attending, to discuss the QoS API current status? > > -- > Sean

Re: [openstack-dev] [horizon] Unofficial Sunday Summit Meetup

2014-05-06 Thread Aditya Thatte
Thats a great idea. Looking forward to it. On Tue, May 6, 2014 at 9:59 PM, Jaromir Coufal wrote: > Hi folks, > > during Horizon's IRC meeting, we got to the idea that it would be great to > hang out on Sunday evening and meet unofficially before the Summit. > > We are gathering all suggestions

Re: [openstack-dev] [Cinder] Question about synchronized decoration usage in cinder-volume

2014-05-06 Thread Vishvananda Ishaya
On Apr 26, 2014, at 2:56 AM, Zhangleiqiang (Trump) wrote: > Hi, all: > > I find almost all of the @utils.synchronized decoration usage in > cinder-volume (cinder.volume.manager / cinder.volume.drivers.*) with an > "external=True" param. Such as > cinder.volume.manager.VolumeManager:at

[openstack-dev] [horizon] Unofficial Sunday Summit Meetup

2014-05-06 Thread Jaromir Coufal
Hi folks, during Horizon's IRC meeting, we got to the idea that it would be great to hang out on Sunday evening and meet unofficially before the Summit. We are gathering all suggestions in following etherpad: https://etherpad.openstack.org/p/juno-summit-horizon-sunday-evening (you can find the

[openstack-dev] [Horizon]Atlanta Summit Sunday Evening Unofficial Meetup Plan

2014-05-06 Thread Douglas Fish
The Horizon team is planning an informal meet up before the Atlanta summit. We're still working out the time and place. Discussion is happening here: https://etherpad.openstack.org/p/juno-summit-horizon-sunday-evening Doug Fish ___ OpenStack-dev mai

Re: [openstack-dev] Monitoring as a Service

2014-05-06 Thread Clint Byrum
Excerpts from Sandy Walsh's message of 2014-05-06 07:02:05 -0700: > On 5/6/2014 10:04 AM, Thierry Carrez wrote: > > John Dickinson wrote: > >> One of the advantages of the program concept within OpenStack is that > >> separate code projects with complementary goals can be managed under the > >> s

[openstack-dev] [Neutron][QoS] Interest in a meeting at the Networking pod at the design summit?

2014-05-06 Thread Collins, Sean
For those attending, to discuss the QoS API current status? -- 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] [neutron] Design Summit Sessions

2014-05-06 Thread Edgar Magana Perdomo (eperdomo)
Great Idea Terry! Edgar On 5/6/14, 6:07 AM, "Thierry Carrez" wrote: >Manish Godara wrote: >> Sounds like a good idea to me. Is the pod area for neutron-specific >> discussions? > >Each program (including Networking (Neutron)) has an assigned "pod" >(round table). So the Networking one would be

Re: [openstack-dev] [Climate] Query leases by project_id/domain_id

2014-05-06 Thread Fuente, Pablo A
Any comments on this? On Mon, 2014-04-28 at 16:57 +, Fuente, Pablo A wrote: > Any comments on this? > > On Tue, 2014-04-22 at 18:58 +, Fuente, Pablo A wrote: > > Hi > > I'm trying to tackle this bug > > (https://bugs.launchpad.net/climate/+bug/1304435). The options that I'm > > consid

Re: [openstack-dev] [infra] Intermittent network problems allowed to sneak passed the gate?

2014-05-06 Thread Derek Higgins
On 06/05/14 16:17, Sean Dague wrote: > On 05/06/2014 10:52 AM, Derek Higgins wrote: >> Hi, >> >> I've been working on a check job that uses devstack-gate jobs to run >> the nova with the docker driver, while doing this I noticed that >> sometimes during the nova boot for an instance the node lo

  1   2   >