[openstack-dev] [Neutron][LBaaS] Random 503 returned by Haproxy

2014-05-08 Thread Zuo Changqian
Hi, Recently I am working on LBaaS service. When I set up a pool and it serves, the haproxy process randomly returns 503: 503 Service Unavailabe No server is available to handle this request This could be easily reproduced and I am pretty sure when this happened, member servers are up.

Re: [openstack-dev] How-to and best practices for developing new OpenStack service

2014-05-08 Thread Ruslan Kiianchuk
Thanks for the links, cookiecutter template is useful for obtaining initial project structure. Short tutorial for developers not familiar with OpenStack infrastructure still would be useful. My task is to help Python developers that haven't worked with OpenStack before start an OpenStack service

Re: [openstack-dev] [Glance] Call for alternate session leader for Signed Images

2014-05-08 Thread Flavio Percoco
On 07/05/14 22:45 -0700, Mark Washenberger wrote: Hi folks, Unfortunately, the leader for one of our proposed sessions is now unable to attend the summit. The topic in question is Signed Images [1] and was allocated a half-session slot. This is a call out to see if there are any other folks who

Re: [openstack-dev] How-to and best practices for developing new OpenStack service

2014-05-08 Thread Ruslan Kamaldinov
On Thu, May 8, 2014 at 11:16 AM, Ruslan Kiianchuk ruslan.kiianc...@gmail.com wrote: Short tutorial for developers not familiar with OpenStack infrastructure still would be useful. My task is to help Python developers that haven't worked with OpenStack before start an OpenStack service

Re: [openstack-dev] [Neutron][LBaaS] API proposal review thoughts

2014-05-08 Thread Adam Harwell
Just a couple of quick comments since it is super late here and I don't want to reply to the entire email just yet... Firstly, I think most of us at Rackspace like the way your proposal handles L7 (hopefully my team actually agrees and I am not speaking out of turn, but I definitely like it),

Re: [openstack-dev] [Barbican][Neutron] Cred management for ssl-vpn

2014-05-08 Thread Serg Melikyan
corrected subject On Thu, May 8, 2014 at 2:44 AM, Nachi Ueno na...@ntti3.com wrote: Hi Barbican folks I'm trying to rewrite existing ssl-vpn bp with integration with barbican. so I'm really appliciate if I can get your input. In original proposal, we have vpn credential resource who has

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

2014-05-08 Thread Daniel P. Berrange
On Mon, May 05, 2014 at 01:40:43PM -0400, 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

[openstack-dev] [Neutron][QA] Partial fix for unittest memory consumption

2014-05-08 Thread Maru Newby
Memory usage due to plugin+mock leakage is addressed by the following patch: https://review.openstack.org/#/c/92793/ I'm seeing residual (post-test) memory usage decrease from ~4.5gb to ~1.3gb with 12 concurrent test runners. Of the 1.3gb, sqlalchemy is taking the lion share at ~500mb, so

Re: [openstack-dev] [Neutron] [LBaaS][VPN][Barbican] SSL cert implementation for LBaaS and VPN

2014-05-08 Thread Clark, Robert Graham
The certificate management that LBaaS requires might be slightly different to the normal flow of things in OpenStack services, after all you are talking about externally provided certificates and private keys. There's already a standard for a nice way to bundle those two elements together,

Re: [openstack-dev] [Glance] Call for alternate session leader for Signed Images

2014-05-08 Thread Alexander Tivelkov
This is an interesting topic indeed: we though about the very same idea in Murano (checking the origin of app definitions is a good thing for an application catalog). If there are similar ideas in other projects, then this definitely should belong to Glance catalog. -- Regards, Alexander Tivelkov

Re: [openstack-dev] [Neutron] [LBaaS][VPN][Barbican] SSL cert implementation for LBaaS and VPN

2014-05-08 Thread Samuel Bercovici
Hi, Please note as commented also by other XaaS services that managing SSL certificates is not a sole LBaaS challenge. This calls for either an OpenStack wide service or at least a Neutron wide service to implement such use cases. So it here are the options as far as I have seen so far. 1.

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

2014-05-08 Thread Daniel P. Berrange
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 ³Resources²

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

2014-05-08 Thread Daniel P. Berrange
On Thu, May 08, 2014 at 11:22:38AM +0100, Daniel P. Berrange wrote: 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

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

2014-05-08 Thread Derek Higgins
On 07/05/14 00:07, Clint Byrum wrote: +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. Thanks, didn't hear any

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

2014-05-08 Thread Bogdan Dobrelya
On 05/06/2014 10:42 PM, Roman Sokolkov wrote: 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

Re: [openstack-dev] [Neutron] [LBaaS][VPN][Barbican] SSL cert implementation for LBaaS and VPN

2014-05-08 Thread Clark, Robert Graham
My understanding is that option 1. Is already moving at pace it might just need a little finessing to ensure that it meets everyone's requirements. -Rob From: Samuel Bercovici [mailto:samu...@radware.com] Sent: 08 May 2014 11:20 To: OpenStack Development Mailing List (not for usage

Re: [openstack-dev] [Neutron][IPv6] Neutron Routers and LLAs

2014-05-08 Thread Robert Li (baoli)
Hi Xuhan, I agree that such subnet shouldn’t be allowed to be added in a neutron router. However, I have some reservations in creating a subnet with an external LLA gateway address. First of all, it seems that the sole purpose of providing the gateway IP is to install an RA rule to permit RAs

Re: [openstack-dev] [Neutron][LBaaS] API proposal review thoughts

2014-05-08 Thread Eugene Nikanorov
Hi Stephen, A couple of inline comments: - BBG proposal just has attributes for both and IPv4 address and an IPv6 address in its VIP object. (Meaning it's slightly different than a VIP as people are likely to assume what that term means.) This is a correct approach.

Re: [openstack-dev] [Neutron][LBaaS] API proposal review thoughts

2014-05-08 Thread Eugene Nikanorov
Hi Adam, My comments inline: 1. We shouldn't be looking at the current model and deciding which object is the root object, or what object to rename as a loadbalancer... That's totally backwards! *We don't define which object is named the loadbalancer by looking for the root object -- we

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

2014-05-08 Thread Vijay Venkatachalam
Excellent documentation. Thanks once again! I see the VIP creation is documented as a POST to the following URL http://client.url.com/v2.0/neutron/lbaas/vips I think the VIP should be outside the purview of LBaaS and remain in general neutron. Today an IP gets reserved as part of creation of a

[openstack-dev] Forbidden: It is not allowed to create an interface on external network

2014-05-08 Thread Taurus H
Hi,all! I encountered the following error when creating an instance of this time: *Forbidden: It is not allowed to create an interface on external network(HTTP 403)* In normal use this afternoon, I just re-create the external network admin, and demo-related networks. I really can not find

Re: [openstack-dev] Web of Trust Juno Summit Key Signing Participants List

2014-05-08 Thread Jeremy Stanley
I've had a few questions since the end of the sign-up period as to whether people who missed adding themselves to the list can still participate. While you can't get your key added to the list (the checksums have already been calculated and published) you can still feel free to print a copy and

Re: [openstack-dev] [Neutron][QA] Partial fix for unittest memory consumption

2014-05-08 Thread Salvatore Orlando
Thanks Maru, I've added this patch to my list of patches to review. I've also targeted the bug of J-1 because I love being a pedant bookkeeper. Salvatore On 8 May 2014 11:41, Maru Newby ma...@redhat.com wrote: Memory usage due to plugin+mock leakage is addressed by the following patch:

Re: [openstack-dev] [Neutron] [LBaaS][VPN][Barbican] SSL cert implementation for LBaaS and VPN

2014-05-08 Thread Nathan Kinder
On 05/08/2014 03:19 AM, Samuel Bercovici wrote: Hi, Please note as commented also by other XaaS services that managing SSL certificates is not a sole LBaaS challenge. This calls for either an OpenStack wide service or at least a Neutron wide service to implement such use cases.

Re: [openstack-dev] [qa] Checking for return codes in tempest client calls

2014-05-08 Thread David Kranz
On 05/07/2014 10:48 AM, Ken'ichi Ohmichi wrote: Hi Sean, 2014-05-07 23:28 GMT+09:00 Sean Dague s...@dague.net: On 05/07/2014 10:23 AM, Ken'ichi Ohmichi wrote: Hi David, 2014-05-07 22:53 GMT+09:00 David Kranz dkr...@redhat.com: I just looked at a patch

Re: [openstack-dev] [Heat] Design summit preparation - Next steps for Heat Software Orchestration

2014-05-08 Thread Thomas Spatzier
Hi Steve, I have added something to the design summit etherpad at [1] based on this ML discussion so far. I removed some items from my initial post since they seem to be resolved. I copied more concrete points from this thread into other items. Please have a look and edit as needed. [1]

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

2014-05-08 Thread Solly Ross
The way I was thinking this would work would be to allow flavor bundles if you will, which would allow 2 or more axes in one flavor (essentially preserving the existing functionality). Thus, if you needed NUMA, you could use those. - Original Message - From: Daniel P. Berrange

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

2014-05-08 Thread Solly Ross
P.S. I feel like this is something that should be discussed at the design summit. Perhaps there's an existing session this could be discussed in (the unsession, perhaps?) - Original Message - From: Solly Ross sr...@redhat.com To: Daniel P. Berrange berra...@redhat.com, OpenStack

[openstack-dev] [Ironic] Design session etherpads

2014-05-08 Thread Devananda van der Veen
Hi all! I've linked the etherpads from the wiki and the sched.org entries, but I'm guessing not everyone noticed that, so I'd like to draw attention to our session's etherpads ahead of the summit. Ironic Python Agent -- an effort, led by rackspace, to give Ironic a much more featureful

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

2014-05-08 Thread Alan Kavanagh
+1 would be interested. -Original Message- From: Collins, Sean [mailto:sean_colli...@cable.comcast.com] Sent: May-06-14 12:19 PM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [Neutron][QoS] Interest in a meeting at the Networking pod at the

Re: [openstack-dev] [Neutron] ML2 extensions info propagation

2014-05-08 Thread Mohammad Banikazemi
Hi Mathieu, Yes, the enhancement of the get_device_details method sounds like an interesting and useful option. The option of using drivers in the agent for supporting extensions is to make the agent more modular and allow for selectively supporting extensions as needed by a given agent. If we

[openstack-dev] powervc-driver project in Stackforge

2014-05-08 Thread Xiandong Meng
Hi, Just a heads up that we have upstreamed the powervc-driver project to Stackforge. PowerVC is the strategic product for IBM Power virtualization management. And powervc-driver project contains a set of OpenStack drivers (nova, cinder and neutron) and utilities for the manage-to Power via

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

2014-05-08 Thread Ben Nemec
On 05/06/2014 01:13 PM, Joe Gordon wrote: On Mon, May 5, 2014 at 10:56 AM, Ben Nemec openst...@nemebean.com mailto:openst...@nemebean.com 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

Re: [openstack-dev] powervc-driver project in Stackforge

2014-05-08 Thread Sean Dague
On 05/08/2014 11:14 AM, Xiandong Meng wrote: Hi, Just a heads up that we have upstreamed the powervc-driver project to Stackforge. PowerVC is the strategic product for IBM Power virtualization management. And powervc-driver project contains a set of OpenStack drivers (nova, cinder and

Re: [openstack-dev] [Heat] Special session on heat-translator project at Atlanta summit

2014-05-08 Thread Thomas Spatzier
Hi all, we have put up an etherpad [1] with a draft agenda for the session on Heat Translator next week. It is an outline of things that we want to talk about to give an overview and some background on the project, as well as a collection of things that came to our minds. It is important to say

Re: [openstack-dev] powervc-driver project in Stackforge

2014-05-08 Thread Sean Dague
Copyright is fine and appropriate: (C) Copyright IBM Corp. 2013 All Rights Reserved However the OCO declaration is not compatible with Open Source. And it also should do the copyright like is done in other projects, a comment header not in a variable. -Sean On 05/08/2014 11:55 AM,

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

2014-05-08 Thread Collins, Sean
On Tue, May 06, 2014 at 07:17:26PM EDT, Mohammad Banikazemi wrote: 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. How does 2:30PM on Thursday sound to everyone? --

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

2014-05-08 Thread Kevin Benton
+1 On Thu, May 8, 2014 at 9:22 AM, Collins, Sean sean_colli...@cable.comcast.com wrote: On Tue, May 06, 2014 at 07:17:26PM EDT, Mohammad Banikazemi wrote: There are networking talks in the general session in the afternoon on Thursday including the talk on Network Policies from 1:30 to

Re: [openstack-dev] [Openstack-docs] [Doc] [ceilometer] [cinder] [glance] [heat] [horizon] [keystone] [neutron] [nova] [swift] [trove] Atlanta Summit – Discuss docs process and tool improvements

2014-05-08 Thread Anne Gentle
On Wed, May 7, 2014 at 1:43 PM, Roger Luethi r...@patchworkscience.orgwrote: On Wed, 07 May 2014 09:16:48 -0700, Anne Gentle wrote: Why not? The responses to my recent survey about doc contributions indicate that the top barriers to docs’ contributions are: - Tools: DocBook and WADL are

[openstack-dev] [Nova] Team meeting this week

2014-05-08 Thread Michael Still
Hi, so we should have a meeting today week at 21:00 UTC. The agenda is at https://wiki.openstack.org/wiki/Meetings/Nova#Agenda_for_next_meeting Cheers, Michael -- Rackspace Australia ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

Re: [openstack-dev] [Neutron] [LBaaS][VPN][Barbican] SSL cert implementation for LBaaS and VPN

2014-05-08 Thread Carlos Garza
On May 8, 2014, at 5:19 AM, Samuel Bercovici samu...@radware.commailto:samu...@radware.com wrote: Hi, Please note as commented also by other XaaS services that managing SSL certificates is not a sole LBaaS challenge. This calls for either an OpenStack wide service or at least a Neutron wide

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

2014-05-08 Thread Roman Sokolkov
Bogdan, thank you. On Thu, May 8, 2014 at 6:22 AM, Bogdan Dobrelya bdobre...@mirantis.comwrote: On 05/06/2014 10:42 PM, Roman Sokolkov wrote: Hello, fuelers. I'm using Fuel 4.1A + Havana in HA mode. I permanently observe (on other deployments also) issue with stuck nova-compute

Re: [openstack-dev] [Neutron][LBaaS] API proposal review thoughts

2014-05-08 Thread Carlos Garza
On May 8, 2014, at 8:01 AM, Eugene Nikanorov enikano...@mirantis.commailto:enikano...@mirantis.com wrote: Hi Adam, My comments inline: 1. We shouldn't be looking at the current model and deciding which object is the root object, or what object to rename as a loadbalancer... That's totally

[openstack-dev] [Murano] Release 0.5

2014-05-08 Thread Ruslan Kamaldinov
I'd like to announce release of Murano 0.5 - Application Catalog for OpenStack. This release includes 28 implemented blueprints and 76 bug fixes. Release notes and tarballs can be found here: https://launchpad.net/murano/0.x/0.5 https://wiki.openstack.org/wiki/Murano/ReleaseNotes_v0.5 Here is

Re: [openstack-dev] [Neutron][FYI] Bookmarklet for neutron gerrit review

2014-05-08 Thread Henry Gessau
Have any of you javascript gurus respun this for the new gerrit version? Or can this now be done on the backend somehow? On Tue, Mar 04, at 4:00 pm, Carl Baldwin wrote: Nachi, Great! I'd been meaning to do something like this. I took yours and tweaked it a bit to highlight failed Jenkins

Re: [openstack-dev] [trove] gpd: a git-push-based dev workflow for OpenStack projects

2014-05-08 Thread Craig Vyvial
Matt, Thanks for sharing this. Pretty cool! -Craig On Wed, May 7, 2014 at 11:13 AM, Lowery, Mathew mlow...@ebay.com wrote: I just wanted to share a project that I've been working on. It's a development workflow for OpenStack projects. I like to code in PyCharm and push my changes to a

Re: [openstack-dev] [Neutron] [LBaaS][VPN][Barbican] SSL cert implementation for LBaaS and VPN

2014-05-08 Thread Eichberger, German
Hi, Some of our users are not that organized and certificate expirations seem to sneak up on them. So they are looking for a single place where they can manage their certificates. I am not sure if splitting storage between Barbican and Neutron will allow that. I am also wondering if Barbican

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

2014-05-08 Thread Stephen Wong
Hi Sean, Perfect (I assume it is local time, i.e. 2:30pm EDT). And I also assume this will be at the Neutron pod? - Stephen On Thu, May 8, 2014 at 9:22 AM, Collins, Sean sean_colli...@cable.comcast.com wrote: On Tue, May 06, 2014 at 07:17:26PM EDT, Mohammad Banikazemi wrote:

[openstack-dev] [Ceilometer] [MONaaS] Monitoring as a Service

2014-05-08 Thread Alexandre Viau
Hello everyone! I have participated to today's Ceilometer meeting. You can read it here (2014-05-08): http://eavesdrop.openstack.org/meetings/ceilometer/2014/ As proposed by eglynn, MONaaS will become a recurring topic in Ceilometer's meetings. It was proposed to start adding MONaaS as a

Re: [openstack-dev] [TripleO] Alternating meeting time for more TZ friendliness

2014-05-08 Thread Adrian Otto
James, On May 5, 2014, at 5:49 PM, James Polley j...@jamezpolley.commailto:j...@jamezpolley.com wrote: To revive this thread... I'd really like to see us trying out alternate meeting times for a while. Tuesdays at 14:00 UTC on #openstack-meeting-alt is available. Looking at the iCal feed it

Re: [openstack-dev] [Neutron][LBaaS] API proposal review thoughts

2014-05-08 Thread Eugene Nikanorov
Hi Carlos, Are you saying that we should only have a loadbalancer resource only in the case where we want it to span multiple L2 networks as if it were a router? I don't see how you arrived at that conclusion. Can you explain further. No, I mean that loadbalancer instance is needed if we

[openstack-dev] [Neutron] Database migrations meeting at summit

2014-05-08 Thread Henry Gessau
Several developers are working on different aspects of Neutron DB migration. I thought it would be good to have a meeting at the summit where we can discuss the issues and come closer to converging on a solution. I was thinking maybe a time on Tuesday or Thursday afternoon would work. I have

Re: [openstack-dev] [Neutron] [LBaaS][VPN][Barbican] SSL cert implementation for LBaaS and VPN

2014-05-08 Thread Eichberger, German
Carlos, +1 My impression of barbican is that they indeed see themselves as sending updates to the LBs/VPN/X - but I am not too excited about that. Any marginally sophisticated user wants to control when we burst out new certificates so they can tie that to their maintenance window (in case

[openstack-dev] Informal meeting before SR-IOV summit presentation

2014-05-08 Thread Sandhya Dasu (sadasu)
Hi, It would be nice to have an informal discussion / unconference session before the actual summit session on SR-IOV. During the previous IRC meeting, we were really close to identifying the different use cases. There was a dangling discussion on introducing another level of indirection between

Re: [openstack-dev] Informal meeting before SR-IOV summit presentation

2014-05-08 Thread Dan Smith
It would be nice to have an informal discussion / unconference session before the actual summit session on SR-IOV. During the previous IRC meeting, we were really close to identifying the different use cases. There was a dangling discussion on introducing another level of indirection between

Re: [openstack-dev] Informal meeting before SR-IOV summit presentation

2014-05-08 Thread Steve Gordon
- Original Message - It would be nice to have an informal discussion / unconference session before the actual summit session on SR-IOV. During the previous IRC meeting, we were really close to identifying the different use cases. There was a dangling discussion on introducing

[openstack-dev] [neutron] Mid-Cycle Meeting Location

2014-05-08 Thread Kyle Mestery
Hi everyone: I've settled on a date, location, and agenda for the Neutron mid-cycle Meeting. The logistical information is at the etherpad referenced below [1]. The tl;dr for those curious: Date: July 9-11 Location: Cisco office in Bloomington, MN Agenda: nova-network parity sprint and

Re: [openstack-dev] [Neutron][QA] Partial fix for unittest memory consumption

2014-05-08 Thread Joe Gordon
On Thu, May 8, 2014 at 7:30 AM, Salvatore Orlando sorla...@nicira.comwrote: Thanks Maru, I've added this patch to my list of patches to review. I've also targeted the bug of J-1 because I love being a pedant bookkeeper. Salvatore On 8 May 2014 11:41, Maru Newby ma...@redhat.com wrote:

[openstack-dev] [neutron] Summit etherpads

2014-05-08 Thread Kyle Mestery
Hi everyone: I've noticed that not all Neutron sessions [1] have etherpad's linked to them yet. If you're running a session, please make sure you get your etherpad setup this week yet. You'll only have 40 minutes for your session (or less if you're in a combined session), so organizing your

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

2014-05-08 Thread Joe Gordon
On Wed, May 7, 2014 at 7:54 PM, Jamie Lennox jamielen...@redhat.com wrote: - Original Message - From: Monty Taylor mord...@inaugust.com To: openstack-dev@lists.openstack.org Sent: Thursday, May 8, 2014 8:22:21 AM Subject: Re: [openstack-dev] [nova] Consuming keystoneclient's

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

2014-05-08 Thread Frittoli, Andrea (HP Cloud)
Is there a bp to coordinate work on aligning all clients to the Session object? Having a consistent implementation would make users and developers life so much easier – not to mention QA :) andrea From: Joe Gordon [mailto:joe.gord...@gmail.com] Sent: 08 May 2014 21:55 To: OpenStack

[openstack-dev] [TripleO] headsup: passing additional parameters to heat.

2014-05-08 Thread Robert Collins
This is a small PSA - with the addition of heat environment file support in devtest_overcloud users can now pass any parameter they want in (if its not already being set by devtest_overcloud.sh). So: - there is no need to add corner case parameters to devtest_overcloud.sh unless they require

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

2014-05-08 Thread Melanie Witt
On May 6, 2014, at 15:22, Jamie Lennox jamielen...@redhat.com wrote: If there are concerns with this process please respond here and/or on the review. This sounds like it would be a fix for a bug affecting clients that I was looking at recently:

Re: [openstack-dev] Forbidden: It is not allowed to create an interface on external network

2014-05-08 Thread Ben Nemec
Hi, This is a development list, and your question sounds more usage-related. You'll probably have better luck asking on the users list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Thanks. -Ben On 05/08/2014 09:04 AM, Taurus H wrote: Hi,all! I encountered the

[openstack-dev] TXT/TCP

2014-05-08 Thread Tynan, Dermot
Hi Robert, I work with Tom Norton and Tim Reddin in the new OpenStack Services group. I used to be a member of the Neutron team, and before that the Cinder team. In fact, my office is very close to Stephen Mulcahy. I am working on an Intel PoC, and they want to validate something called

[openstack-dev] [QA] Open topics for summit in Atlanta

2014-05-08 Thread Frittoli, Andrea (HP Cloud)
I started an etherpad for people to put down QA topics we could discuss during the summit at lunch or over a beer https://etherpad.openstack.org/p/juno-summit-open-topics Feel free to add anything that needs some good face to face brainstorming :) andrea -- Andrea Frittoli QA

Re: [openstack-dev] [Neutron][FYI] Bookmarklet for neutron gerrit review

2014-05-08 Thread Carl Baldwin
Henry, I haven't gotten further than noticing that mine no longer works. It'd be great to put this in to gerrit somehow. It was useful. Carl On Thu, May 8, 2014 at 12:29 PM, Henry Gessau ges...@cisco.com wrote: Have any of you javascript gurus respun this for the new gerrit version? Or can

Re: [openstack-dev] Informal meeting before SR-IOV summit presentation

2014-05-08 Thread Brent Eagles
On Thu, May 08, 2014 at 08:40:01PM +, Robert Li (baoli) wrote: On 5/8/14, 4:33 PM, Steve Gordon sgor...@redhat.com wrote: snip FWIW, it is nice to keep the author of a particular indent level in the message /snip Dan Smith d...@danplanet.com wrote: What would be the purpose of doing

[openstack-dev] Changing glances default policy on setting image public to admin only

2014-05-08 Thread Aaron Rosen
Hi, The current default settings that glance ships with allows any tenant to upload an image and mark it as public for other tenants to use. I'd like to change the default (https://review.openstack.org/#/c/92739/) so that only a admin user can make an image public by default. Allowing any tenant

[openstack-dev] Hierarchical administrative boundary [keystone]

2014-05-08 Thread Tiwari, Arvind
Hi All, Below is my proposal to address VPC use case using hierarchical administrative boundary. This topic is scheduled in Hierarchical Multitenancyhttp://junodesignsummit.sched.org/event/20465cd62e9054d4043dda156da5070e#.U2wYXXKLR_9 session of Atlanta design summit.

Re: [openstack-dev] TXT/TCP

2014-05-08 Thread Bhandaru, Malini K
Hello Der! Shane and I work with Gang Wei who leads the Intel open source effort on TXT (tboot and OAT). Would like you to include us in your emails and be happy to help in any way we can. We are working with HP to jointly float a trusted bare metal blueprint for TripleO and would welcome more

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

2014-05-08 Thread Mohammad Banikazemi
Sounds good.  Thanks. Mohammad On May 8, 2014, at 3:02 PM, Stephen Wong s3w...@midokura.com wrote: Hi Sean,     Perfect (I assume it is local time, i.e. 2:30pm EDT).     And I also assume this will be at the Neutron pod? - Stephen On Thu, May 8, 2014 at 9:22 AM, Collins, Sean

Re: [openstack-dev] [neutron] Mid-Cycle Meeting Location

2014-05-08 Thread Mohammad Banikazemi
Kyle Mestery mest...@noironetworks.com wrote on 05/08/2014 04:45:43 PM: From: Kyle Mestery mest...@noironetworks.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org, Date: 05/08/2014 04:46 PM Subject: [openstack-dev] [neutron] Mid-Cycle

Re: [openstack-dev] Hierarchical administrative boundary [keystone]

2014-05-08 Thread Adam Young
On 05/08/2014 07:55 PM, Tiwari, Arvind wrote: Hi All, Below is my proposal to address VPC use case using hierarchical administrative boundary. This topic is scheduled in Hierarchical Multitenancy http://junodesignsummit.sched.org/event/20465cd62e9054d4043dda156da5070e#.U2wYXXKLR_9 session

Re: [openstack-dev] Fuel

2014-05-08 Thread Adam Young
On 05/06/2014 09:01 PM, Roman Sokolkov wrote: 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

[openstack-dev] [qa] Merge Nova v2/v3 API tests in Tempest

2014-05-08 Thread Kenichi Oomichi
Hi, In Tempest, there is a lot of copypaste test code for Nova v2/v3 API tests. In addition, we need to add many checks for API test coverage. As the result, now we should apply the same changes to v2 and v3 tests. To avoid these redundant changes, we started bp/nova-api-test-inheritance[1]

Re: [openstack-dev] [Neutron][LBaaS] API proposal review thoughts

2014-05-08 Thread Carlos Garza
On May 8, 2014, at 2:45 PM, Eugene Nikanorov enikano...@mirantis.commailto:enikano...@mirantis.com wrote: Hi Carlos, Are you saying that we should only have a loadbalancer resource only in the case where we want it to span multiple L2 networks as if it were a router? I don't see how you