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

2013-11-18 Thread Edgar Magana
it. Any extra input is welcome! Thanks, Edgar On 11/18/13 12:55 PM, "Robert Kukura" wrote: >On 11/18/2013 03:25 PM, Edgar Magana wrote: >> Developers, >> >> This topic has been discussed before but I do not remember if we have a >> good solution or not

[openstack-dev] [Networking] Allocation of IPs

2013-06-20 Thread Edgar Magana
Developers, So far in Networking (formerly Quantum) IPs are pre-allocated when a new port is created by the following def: _allocate_ips_for_port(self, context, network, port): If we are using a real DHCP (not the dnsmasq process) that does not accept static IP allocation because it only allocate

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-20 Thread Edgar Magana
Thursday, June 20, 2013 1:13 PM To: OpenStack List Subject: Re: [openstack-dev] [Networking] Allocation of IPs There's work under way to make IP allocation pluggable. One of the options will include not having an allocator for a subnet. mark On Jun 20, 2013, at 2:36 PM, Edga

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-21 Thread Edgar Magana
option where you can configure the default IP allocator. Additionally, the allocator will be configurable at subnet creation time. mark On Jun 20, 2013, at 4:51 PM, Edgar Magana wrote: > Could it be possible to add a flag to disable the allocation for the IP? > If the "no allocati

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-28 Thread Edgar Magana
at 1:51 PM, Edgar Magana wrote: > Could it be possible to add a flag to disable the allocation for the IP? > If the "no allocation" flag is enabled, all ports will have an empty value for > IPs. > It will increase the config parameters in quantum, should we try it? > > E

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-28 Thread Edgar Magana
un 21, 2013, at 5:34 PM, Edgar Magana wrote: > Mark, > > Can you point me to the BP for this feature? > I want to keep an eye on it. > > Thanks, > > Edgar > > From: Mark McClain > Reply-To: OpenStack List > Date: Friday, June 21, 2013 12:41 PM > To:

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-28 Thread Edgar Magana
t notifies your dhcp server the mac-ip bindings each instance should have. Am i missing something here? Thanks, Aaron On Thu, Jun 27, 2013 at 11:00 PM, Edgar Magana wrote: > Aaron, > > Because the create create_subnet API is the one that enables/disables the > DHCP: > quantum subne

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-28 Thread Edgar Magana
do is implement: _allocate_ips_for_port() in your plugin and then that method will be called instead of the base class one. Aaron On Fri, Jun 28, 2013 at 12:48 PM, Edgar Magana wrote: > Aaron, > > You are totally right, the point is that I don't want to loose the IPAM info > in Neutron be

Re: [openstack-dev] [Networking] Allocation of IPs

2013-06-28 Thread Edgar Magana
lugin-specific override is not the best fit. On Fri, Jun 28, 2013 at 2:42 PM, Edgar Magana wrote: > Got it!!! I knew it could be possible.. > > Thanks, > > Edgar > > From: Aaron Rosen > Reply-To: OpenStack List > Date: Friday, June 28, 2013 2:19 PM > > To: Open

Re: [openstack-dev] [networking] Changes to the OVS agent tunneling

2013-07-02 Thread Edgar Magana
Hi Kyle, It seems that the document is locked, could you provide the access code? Thanks, Edgar On 7/2/13 8:32 AM, "Kyle Mestery (kmestery)" wrote: >I've been spending a fair amount of time working with the OVS agent >recently, and I've written up a small Google Document [1] detailing the >en

[openstack-dev] [Neutron] does delete_network call delete_subnet automatically?

2013-07-02 Thread Edgar Magana
Folks, When I create a network and a subnet associated to that network, I am able to delete the network without deleting the subnet first from both CLI and Horizon. The difference is that in Horizon, both APIs are called: delete_subnet() and delete_network() When I tried by CLI, only delete_networ

Re: [openstack-dev] [Neutron] does delete_network call delete_subnet automatically?

2013-07-02 Thread Edgar Magana
? delete_network() in the db_base class handles deleting the subnets associated with the networks. https://github.com/openstack/quantum/blob/master/quantum/db/db_base_plugin_v 2.py#L1033 On Tue, Jul 2, 2013 at 12:31 PM, Edgar Magana wrote: > Folks, > > When I create a network and

Re: [openstack-dev] [Neutron] does delete_network call delete_subnet automatically?

2013-07-02 Thread Edgar Magana
t > Subject: Re: [openstack-dev] [Neutron] does delete_network call delete_subnet > automatically? > > delete_network() in the db_base class handles deleting the subnets associated > with the networks. > > https://github.com/openstack/quantum/blob/master/quantum/db/db_base_plugin_v2. &

Re: [openstack-dev] [Neutron] does delete_network call delete_subnet automatically?

2013-07-02 Thread Edgar Magana
g the user to delete the subnets first. Aaron On Tue, Jul 2, 2013 at 2:04 PM, Edgar Magana wrote: > Before filing a bug, do we really want this kind of functionality? > Is it "correct" to delete a network without really checking if the owner > really wants to delete a

Re: [openstack-dev] [Neutron] does delete_network call delete_subnet automatically?

2013-07-02 Thread Edgar Magana
should be in the db_base class. If you call self.delete_subnet() from the db_base class then it will call the delete_subnet() method from the plugin if implement. Inheritance. On Tue, Jul 2, 2013 at 3:15 PM, Edgar Magana wrote: > It makes sense totally. Then, instead of making the db_base cl

Re: [openstack-dev] Bug #1194026

2013-07-15 Thread Edgar Magana
This is ready to be merged, already has two core reviews but Salvatore ask for some changes in the commit message. Thanks, Edgar On 7/15/13 1:47 AM, "Thierry Carrez" wrote: >Nachi Ueno wrote: >> Since this is critical bug which stops gating, I hope this is merged >>soon. >> I'll fix this code

Re: [openstack-dev] () Errors in Quantum/Neutron Grizzly (2013.1.2)

2013-07-15 Thread Edgar Magana
Craig, It will help if you can add more information about your set-up: release version? devstack configuration (if you are using it) configuration files recently, if you are using master branch this error is really weird because we renamed all quantum references to neutron. Thanks, Edgar On M

Re: [openstack-dev] [Neutron] Proposal to add new neutron-core members

2013-07-23 Thread Edgar Magana
+1 Absolutely for both! BTW. I also would like to propose to Eugene Nikanorov Thanks, Edgar On 7/23/13 12:15 PM, "Mark McClain" wrote: >All- > >I'd like to propose that Kyle Mestery and Armando Migliaccio be added to >the Neutron core team. Both have been very active with valuable reviews >a

[openstack-dev] [Horizon][Neutron] Security groups call to Neutron instead of Nova

2013-07-29 Thread Edgar Magana
Using devstack with security-groups in Neutron disabled and instead of that using nova. Horizon is calling neutron client for security-groups API instead of Nova client, is this expected? If security-groups are not implemented, this behaviors will be broken for many plugins. Thanks, Edgar __

Re: [openstack-dev] [Horizon][Neutron] Security groups call to Neutron instead of Nova

2013-07-29 Thread Edgar Magana
;(Or edit local/local_settings.py.example before stack.sh and then run >stack.sh) > >I am planning to add a mechanism to determine which security group >should be used >through Neutron extension list in H3. > >Thanks, >Akihiro > > > >On Tue, Jul 30, 2013 at 5:17 AM, Edg

Re: [openstack-dev] [Horizon][Neutron] Security groups call to Neutron instead of Nova

2013-07-29 Thread Edgar Magana
()? > >if is_service_enabled quantum; then > _horizon_config_set $local_settings OPENSTACK_NEUTRON_NETWORK >enable_security_group $Q_USE_SECGROUP >fi > >On Tue, Jul 30, 2013 at 6:02 AM, Edgar Magana >wrote: >> You just confirmed what I found! >> I was wondering i

Re: [openstack-dev] [Horizon][Neutron] Security groups call to Neutron instead of Nova

2013-07-29 Thread Edgar Magana
> _horizon_config_set $local_settings OPENSTACK_NEUTRON_NETWORK >enable_security_group $Q_USE_SECGROUP >fi > >On Tue, Jul 30, 2013 at 6:02 AM, Edgar Magana >wrote: >> You just confirmed what I found! >> I was wondering if I could add update that variable in

[openstack-dev] [Nova] nova-api won't start in devstack

2013-08-06 Thread Edgar Magana
I just downloaded devstack and I am getting this error: 2013-08-06 11:28:28.938 TRACE nova Traceback (most recent call last): 2013-08-06 11:28:28.938 TRACE nova File "/usr/local/bin/nova-api", line 10, in 2013-08-06 11:28:28.938 TRACE nova sys.exit(main()) 2013-08-06 11:28:28.938 TRACE nova

Re: [openstack-dev] [Nova] nova-api won't start in devstack

2013-08-06 Thread Edgar Magana
I found the problem: python-boto and python-cmd2 had the wrong version. I have already installed those libraries. Cheers, Edgar From: Edgar Magana Date: Tuesday, August 6, 2013 11:33 AM To: OpenStack List Subject: [Nova] nova-api won't start in devstack I just downloaded devstack

Re: [openstack-dev] [Nova] nova-api won't start in devstack

2013-08-06 Thread Edgar Magana
nvironment where an old version of a pip is causing you to > not function correctly, now is the time to bring that up, so we can fix > global requirements and get everything working again. > > -Sean > > On 08/06/2013 09:35 PM, Noorul Islam K M wrote: > >> Edgar M

[openstack-dev] [Horizon] Devstack fails to deploy it

2013-08-22 Thread Edgar Magana
Hi, I just pulled devstack in a clean environment and I am seeing this error on Horizon: emagana@os-cont-pod-2:~/devstack$ cd /opt/stack/horizon && sudo tail -f /var/log/apache2/horizon_error.log || echo "horizon failed to start" | tee "/opt/stack/status/stack/horizon.failure" [Thu Aug 22 18:46:0

Re: [openstack-dev] About multihost patch review

2013-08-26 Thread Edgar Magana
tension. I could be totally wrong and crazy, so please provide some feedback. Thanks, Edgar From: Yongsheng Gong Date: Monday, August 26, 2013 2:58 PM To: "Kyle Mestery (kmestery)" , Aaron Rosen , Armando Migliaccio , Akihiro MOTOKI , Edgar Magana , Maru Newby , Nachi Ueno , Salva

Re: [openstack-dev] [Neutron] HenryG addition to the Neutron Drivers team

2015-10-21 Thread Edgar Magana
Well deserved Henry! Edgar From: "Armando M." mailto:arma...@gmail.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Date: Tuesday, October 20, 2015 at 8:14 PM To: "OpenStack Development Mailing List (not for usage questions

[openstack-dev] [neutron] Stepping Down from Neutron Core Responsibilities

2015-11-04 Thread Edgar Magana
Dear Colleagues, I have been part of this community from the very beginning when in Santa Clara, CA back in 2011 a bunch of we crazy people decided to work on this networking project. Neutron has become is a very unique piece of code and it requires an approval team that will always be on the t

Re: [openstack-dev] [Neutron] Reminder: Team meeting on Monday at 2100 UTC

2015-11-10 Thread Edgar Magana
Dear Vikram, Our deepest condolences for you and your family. Do not even think about work these days. Edgar From: Vikram Choudhary mailto:viks...@gmail.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Date: Monday, Novem

Re: [openstack-dev] [neutron][vpnaas] VPNaaS project status

2015-11-12 Thread Edgar Magana
Great Work Done Paul! Thanks a lot! Edgar On 11/12/15, 9:35 AM, "Eichberger, German" wrote: >Thanks for your hard work. Really appreciated!! > >Looking forward what you tackle next :-) > >All the best. >German > >From: "Sridar Kandaswamy (skandasw)" >Reply-To: "OpenStack Development Mailing

Re: [openstack-dev] [Openstack-operators] [keystone] RBAC usage at production

2015-12-09 Thread Edgar Magana
We use RBAC in production but basically modify networking operations and some compute ones. In our case we don’t need to restart the services if we modify the policy.json file. I am surprise that keystone is not following the same process. Edgar On 12/9/15, 9:06 AM, "Kris G. Lindgren" wro

Re: [openstack-dev] Neutron upgrade from Kilo to Mitaka

2016-05-19 Thread Edgar Magana
I will recommend you to move your question to the ops mailing list. openstack-operat...@lists.openstack.org Thanks, Edgar From: Akshik dbk Reply-To: "OpenStack Development Mailing List (not for usage questions)" Date: Thursday, May 19, 2016 at 7:33 AM To: "openstack-dev@lists.openstack.org"

Re: [openstack-dev] [networking-guide] First IRC meeting tomorrow

2016-06-01 Thread Edgar Magana
Folks, This is a kind reminder that we are having our IRC meeting tomorrow at 1600 UTC in #openstack-meeting Agenda: https://etherpad.openstack.org/p/docnetworkingteam-agenda Thanks, Edgar __ OpenStack Development Mailing L

Re: [openstack-dev] [networking guide meeting] Meeting Tomorrow!

2016-03-31 Thread Edgar Magana
Hello Folks, Friendly reminder email that we have our networking guide team meeting in few minutes #openstack-meeting Matt will be chairing the meeting. Thanks, Edgar __ OpenStack Development Mailing List (not for usage q

Re: [openstack-dev] [neutron]: Neutron naming legal issues

2016-04-01 Thread Edgar Magana
Let’s keep the name and wait for the movie where we all become the bad guys! Edgar On 3/31/16, 10:46 PM, "Jimmy Akin" wrote: > >Dear Neutrinos, > >We've been following the project for quite some time. >To our satisfaction the project seems to have done well; the base line of >features that

Re: [openstack-dev] [neutron]: Neutron naming legal issues

2016-04-01 Thread Edgar Magana
BTW. This is my proposal design for this summit t-shirts: Yes, I run overcomplicated virtual networking in my Cloud nova-network quantum neutron nova-network ... neutron quantum of course, after a few changes! From: "Armando M." mailto:arma...@gmail.com>> Reply-To: "OpenStack Development Mailin

Re: [openstack-dev] [Neutron] Adding amuller to the neutron-drivers team

2016-04-01 Thread Edgar Magana
Congratulations Assaf! From: "Armando M." mailto:arma...@gmail.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Date: Thursday, March 31, 2016 at 5:48 PM To: "OpenStack Development Mailing List (not for usage questions)" ma

Re: [openstack-dev] [devstack][neutron] Eliminating the DevStack layer

2016-04-08 Thread Edgar Magana
This is a very solid plan. Maybe to fair on the current state of the devstack with neutron functionality, what will be the disadvantage(s) of this change from your perspective? Edgar On 4/8/16, 8:07 AM, "Sean M. Collins" wrote: >Prior to the introduction of local.conf, the only way to confi

Re: [openstack-dev] [Neutron] L3 HA testing on scale

2016-04-19 Thread Edgar Magana
Is there any session presenting these results during the Summit? It will be awesome to have a session on this. I could extend the invite to the Ops Meet-up. We have a section on lighting talks where the team will be very intesreted in learning from your testing. Edgar From: Anna Kamyshnikova

Re: [openstack-dev] [Neutron] L3 HA testing on scale

2016-04-20 Thread Edgar Magana
ummit in Austin, that is why I decided to present these results in the mailing list instead. On Tue, Apr 19, 2016 at 7:29 PM, Edgar Magana mailto:edgar.mag...@workday.com>> wrote: Is there any session presenting these results during the Summit? It will be awesome to have a session on this

Re: [openstack-dev] [neutron] Social at the summit

2016-04-25 Thread Edgar Magana
Would you extend it to ex-cores? Edgar On 4/25/16, 10:55 AM, "Kyle Mestery" wrote: >Ihar, Henry and I were talking and we thought Thursday night makes sense for a >Neutron social in Austin. If others agree, reply on this thread and we'll find >a place. > >Thanks! >Kyle > >_

Re: [openstack-dev] [neutron] Social at the summit

2016-04-25 Thread Edgar Magana
I know! Just having fun and teasing Kyle. ;-) Sent from my iPhone > On Apr 25, 2016, at 12:08 PM, Ihar Hrachyshka wrote: > > WAT??? > > It was never supposed to be core only. Everyone is welcome! > > Sent from my iPhone > >> On 25 Apr 2016, at 11:56, Edgar M

Re: [openstack-dev] [neutron][devstack] State of the refactor

2016-05-05 Thread Edgar Magana
Terrific decision! Thank a lot for all this great work. Edgar On 5/5/16, 9:12 AM, "Monty Taylor" wrote: >On 05/05/2016 10:57 AM, Sean M. Collins wrote: >> During the Austin summit, there was a discussion in the QA meetings >> about the future of Neutron's support in DevStack. It's been an on

[openstack-dev] [networking guide meeting] Meeting Tomorrow!

2015-12-16 Thread Edgar Magana
Hello All, Friendly reminder email that we have our networking guide team meeting tomorrow Thursday at 16:00 UTC in #openstack-meeting Agenda: https://wiki.openstack.org/wiki/Documentation/NetworkingGuide/Meetings Thanks, Edgar ___

Re: [openstack-dev] [Neutron] Team meeting on Tuesday 1400UTC

2016-01-11 Thread Edgar Magana
Same here! If we have it today, I will excuse myself from the meeting. Edgar From: Kyle Mestery mailto:mest...@mestery.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Date: Monday, January 11, 2016 at 10:57 AM To: "OpenSta

[openstack-dev] [networking guide meeting] Meeting Tomorrow!

2016-01-13 Thread Edgar Magana
Hi, Kind reminder email that we have our networking guide team meeting tomorrow Thursday at 16:00 UTC in #openstack-meeting Agenda: https://wiki.openstack.org/wiki/Documentation/NetworkingGuide/Meetings Cheers, Edgar __ O

Re: [openstack-dev] changing in neutron code

2016-01-18 Thread Edgar Magana
I don’t foget to help us to improve the neutron documentation in the networking guide: http://docs.openstack.org/liberty/networking-guide/ Edgar From: Atif Saeed mailto:i_at...@hotmail.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.open

Re: [openstack-dev] [networking guide meeting] Meeting Tomorrow!

2016-01-19 Thread Edgar Magana
Folks, After the new year meetings madness, we all have to reload our ICS files for the networking-guide meetings: http://eavesdrop.openstack.org/#Networking_Guide_Team_Meeting So, after doing that you will notice that our next meeting will be this Thursday January 21st at 16:00 UTC. Please, p

Re: [openstack-dev] [Neutron] Team meeting on Tuesday 1400UTC

2016-01-20 Thread Edgar Magana
Just providing support for Kyle’s proposal! It is working very well for other teams such as nova, docs between others. Edgar On 1/20/16, 3:55 AM, "Rossella Sblendido" wrote: > > >On 01/19/2016 05:14 PM, Ihar Hrachyshka wrote: >> Rossella Sblendido wrote: >> >>> >>> >>> On 01/19/2016 04:36 P

Re: [openstack-dev] [Neutron] Proposing Cedric Brandily to Neutron Core Reviewer Team

2015-07-15 Thread Edgar Magana
+1 Excellent addition to the team. Edgar On 7/15/15, 11:47 AM, "Carl Baldwin" wrote: >As the Neutron L3 Lieutenant along with Kevin Benton for control >plane, and Assaf Muller for testing, I would like to propose Cedric >Brandily as a member of the Neutron core reviewer team under these >are

Re: [openstack-dev] [Neutron] Concern about networking-sfc and community process

2015-07-17 Thread Edgar Magana
On the top of that the co-authors should NOT be voting +2 on their own patch! Edgar From: Kyle Mestery Reply-To: "OpenStack Development Mailing List (not for usage questions)" Date: Friday, July 17, 2015 at 8:13 AM To: "OpenStack Development Mailing List (not for usage questions)" Subject: Re: [o

Re: [openstack-dev] [Neutron] Proposing Cedric Brandily to Neutron Core Reviewer Team

2015-07-22 Thread Edgar Magana
Congratulations Cedric!! Edgar On 7/22/15, 8:37 AM, "Carl Baldwin" wrote: >It has been a week since this nomination. I'm pleased to confirm >Cedric as a core reviewer for these areas of focus. We look forward >to your continued contribution to the project! > >Carl > >On Wed, Jul 15, 2015 a

Re: [openstack-dev] [neutron] I am pleased to propose two new Neutron API/DB/RPC core reviewers!

2015-08-12 Thread Edgar Magana
+1 and +1 Great addition to the team! Edgar From: Kyle Mestery Reply-To: "OpenStack Development Mailing List (not for usage questions)" Date: Wednesday, August 12, 2015 at 6:45 AM To: "OpenStack Development Mailing List (not for usage questions)" Subject: [openstack-dev] [neutron] I am pleased t

[openstack-dev] [Neutron] Etherpad from the Ops Meetup

2015-08-19 Thread Edgar Magana
Folks, I just want to share with you the feedback collected today during the networking session on Ops Meet-up: https://etherpad.openstack.org/p/PAO-ops-network-model Special thanks to Ryan and Doug for helping on some questions. Cheers, Edgar __

Re: [openstack-dev] [Neutron] Etherpad from the Ops Meetup

2015-08-19 Thread Edgar Magana
t for usage questions)" Date: Wednesday, August 19, 2015 at 1:34 PM To: "OpenStack Development Mailing List (not for usage questions)" Subject: Re: [openstack-dev] [Neutron] Etherpad from the Ops Meetup On Wed, Aug 19, 2015 at 2:52 PM, Edgar Magana mailto:edgar.mag...@workday.com>

Re: [openstack-dev] [neutron] I am pleased to propose two new Neutron API/DB/RPC core reviewers!

2015-08-22 Thread Edgar Magana
Welcome to the team! Cheers, Edgar On Aug 22, 2015, at 1:10 PM, Kyle Mestery mailto:mest...@mestery.com>> wrote: It's been over a week, so I'd like to welcome Brandon and Russell to the API/DB/RPC team in Neutron! Kyle On Wed, Aug 12, 2015 at 6:45 AM, Kyle Mestery mailto:mest...@mestery.c

Re: [openstack-dev] [neutron][gate] please stop approving patches until netaddr issue is solved

2015-08-31 Thread Edgar Magana
Yeah!! From: "Armando M." Reply-To: "OpenStack Development Mailing List (not for usage questions)" Date: Monday, August 31, 2015 at 10:26 AM To: "OpenStack Development Mailing List (not for usage questions)" Subject: Re: [openstack-dev] [neutron][gate] please stop approving patches until netaddr

Re: [openstack-dev] [OpenStack-Infra] [infra] PTL non-candidacy

2015-09-10 Thread Edgar Magana
Thanks James for the great work done on the team! I am sure we are going to hear a lot more from you in the community ;-) Edgar On 9/10/15, 1:27 PM, "James E. Blair" wrote: >Hi, > >I've been the Infrastructure PTL for some time now and I've been >fortunate to serve during a time when we ha

Re: [openstack-dev] [neutron] PTL Non-Candidacy

2015-09-13 Thread Edgar Magana
Let me join the rest of the Neutron team in thanking you for the great effort leading this amazing group of contributors. I do believe it is great to have a rotational leadership and I do encourage the next Neutron PTL to do the same. Cheers! Edgar From: Kyle Mestery Reply-To: "OpenStack Deve

Re: [openstack-dev] [Neutron] Effective Neutron

2015-09-17 Thread Edgar Magana
Actually, I am wondering if replacing the Wiki with this great information will be better??? For sure, docs are well structured and they have a great team behind them but the wikis are not the same, gerrit review provide a better way to distribute and update this knowledge… Great initiative Arm

Re: [openstack-dev] [all][elections] PTL nomination period is now over

2015-09-17 Thread Edgar Magana
Folks, Last year I found myself in the same position when I missed a deadline because my wrong planning and time zones nightmare! However, the rules were very clear and I assumed my mistake. So, we should assume that we do not have candidates and follow the already described process. However, t

Re: [openstack-dev] [neutron][lbaas] Proposing Michael Johnson for neutron-lbaas core team

2015-09-17 Thread Edgar Magana
Not a core but I would like to share my +1 about Michael. Cheers, Edgar On 9/16/15, 3:33 PM, "Doug Wiegley" wrote: >Hi all, > >As the Lieutenant of the advanced services, I nominate Michael Johnson to be a >member of the neutron-lbaas core reviewer team. > >Review stats are in line with ot

Re: [openstack-dev] [puppet] should puppet-neutron manage third party software?

2015-09-25 Thread Edgar Magana
Hi There, I just added my comment on the review. I do agree with Emilien. There should be specific repos for plugins and drivers. BTW. I love the sdnmagic name ;-) Edgar On 9/25/15, 9:02 AM, "Emilien Macchi" wrote: >In our last meeting [1], we were discussing about whether managing or >n

Re: [openstack-dev] [all][elections] PTL Election Conclusion and Results

2015-09-25 Thread Edgar Magana
Congratulations to our PTLs! Let's make Mitaka a great release. As Neutron core I want to congratulate to Rosella, Ryan and Armando for volunteering. It is a huge responsibility and we all going to help. Armando, Next round of beers on you! Cheers, Edgar Sent from my iPhone > On Sep 25

[openstack-dev] [election] [TC] TC Candidacy

2015-09-30 Thread Edgar Magana
louds. Thank you so much for reading and considering my humble aspiration to the TC! -- Edgar Magana IRC: emagana __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...

Re: [openstack-dev] [OpenStack-docs] Networking guide team disintegration

2015-10-03 Thread Edgar Magana
I volunteer to lead this effort. From the very beginning was an idea between Nick and myself and I do have the bandwidth to work on this guide. There are still a lot of work to do and I will move the meetings to IRC and also to formalize better the team by following all the Foundation policies,

Re: [openstack-dev] [neutron] New cycle started. What are you up to, folks?

2015-10-07 Thread Edgar Magana
Hello All, Probably quite late answering this email but I want to add our contributions. We will be testing Neutron at scale, so we will be contributing to bugs opened based on the outcome of our tests. We will be also testing concurrency, we are leveraging rally for this goal and also expectin

[openstack-dev] [OpenStack-docs][Neutron] Networking Guide - Call for contributors

2015-10-07 Thread Edgar Magana
forward to increase the contributors in this guide. Thanks in advance! Edgar Magana __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http

Re: [openstack-dev] [OpenStack-docs][Neutron] Networking Guide - Call for contributors

2015-10-08 Thread Edgar Magana
t; Subject: Re: [openstack-dev] [OpenStack-docs][Neutron] Networking Guide - Call for contributors I can definitely help. —N. On Oct 7, 2015, at 8:11 PM, Edgar Magana mailto:edgar.mag...@workday.com>> wrote: Hello, I would like to invite everybody to become an active contributor for t

Re: [openstack-dev] [OpenStack-docs][Neutron] Networking Guide - Call for contributors

2015-10-08 Thread Edgar Magana
ists.openstack.org>" Subject: Re: [openstack-dev] [OpenStack-docs][Neutron] Networking Guide - Call for contributors I could try to allocate some time for this, I think it's deff worth the effort! El 08/10/15 a las 02:11, Edgar Magana escribió: Hello, I would like to invite everybody

Re: [openstack-dev] [OpenStack-docs][Neutron] Networking Guide - Call for contributors

2015-10-13 Thread Edgar Magana
-dev] [OpenStack-docs][Neutron] Networking Guide - Call for contributors Hi Edgar, Happy to continue contributing here. Currently in GMT timezone, but probably PST by the end of the year. Looking forward to the first meeting! Cheers, John Davidge From: Edgar Magana mailto:edgar.mag...@work

Re: [openstack-dev] [neutron][stable] proactive backporting

2015-10-16 Thread Edgar Magana
+ 2 and total support for it. Looking forward to reviewing the first set of them. Edgar On 10/16/15, 5:33 AM, "Ihar Hrachyshka" wrote: >Hi all, > >I’d like to introduce a new initiative around stable branches for neutron >official projects (neutron, neutron-*aas, python-neutronclient) that

Re: [openstack-dev] [Neutron] - Neutron social Monday night

2015-05-18 Thread Edgar Magana
I'm walking away :-) let Mirantis pay! Lol Sent from my iPhone On May 18, 2015, at 8:26 PM, Kevin Benton mailto:blak...@gmail.com>> wrote: Don't forget to pay your tab. This event isn't sponsored! :) Cheers, Kevin Benton On May 17, 2015 1:19 PM, "Kevin Benton" mailto:blak...@gmail.com>> wro

Re: [openstack-dev] [Neutron] Stepping down from Neutron core team

2015-05-21 Thread Edgar Magana
Not even sure why I am even sending this email when I am behind you right now :-) Probably to make sure that the rest of the folks know that your pedant remarks where so important to keep going the Quantum/Neutron project and even more important to have the right code in place. Best Wishes!

Re: [openstack-dev] [neutron] Proposing Assaf Muller for the Neutron Core Reviewer Team

2015-05-28 Thread Edgar Magana
+1 Great addition to the team! Yeah! Edgar From: Kyle Mestery mailto:mest...@mestery.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Date: Thursday, May 28, 2015 at 6:42 AM To: "OpenStack Development Mailing List (not f

Re: [openstack-dev] [Neutron] Metaplugin deprecation in Liberty

2015-06-10 Thread Edgar Magana
+1 Edgar From: Hirofumi Ichihara Reply-To: "OpenStack Development Mailing List (not for usage questions)" Date: Wednesday, June 10, 2015 at 7:20 PM To: "OpenStack Development Mailing List (not for usage questions)" Subject: Re: [openstack-dev] [Neutron] Metaplugin deprecation in Liberty On 2015

Re: [openstack-dev] Proposing Brian Haley to Neutron L3 Core Reviewer Team

2015-06-10 Thread Edgar Magana
Excellent addition to the team! I am not part of the L3 focus team but I wanted to share my opinion. Edgar On 6/10/15, 12:11 PM, "Carl Baldwin" wrote: >Folks, > >As the Neutron L3 Lieutenant [1] under the PTL, Kyle, I'd like to >propose Brian Haley as a member of the Neutron L3 core review

Re: [openstack-dev] [Neutron] Proposing Rossella Sblendido for the Control Plane core team

2015-06-12 Thread Edgar Magana
Excellent news! +1 Cheers, Edgar On Jun 12, 2015, at 12:50 PM, Kevin Benton mailto:blak...@gmail.com>> wrote: Hello! As the Lieutenant of the built-in control plane[1], I would like Rossella Sblendido to be a member of the control plane core reviewer team. Her review stats are in line with

Re: [openstack-dev] [Neutron] Proposing YAMAMOTO Takashi for the Control Plane core team

2015-06-12 Thread Edgar Magana
I second Henry! Great addition to the team! Edgar On 6/12/15, 2:39 PM, "Henry Gessau" wrote: >Although I am not on your list I would like to add my +1! Yamamoto shows great >attention to detail in code reviews and frequently finds real issues that were >not spotted by others. > >On Thu, Jun

Re: [openstack-dev] Proposing Brian Haley to Neutron L3 Core Reviewer Team

2015-06-17 Thread Edgar Magana
Congratulations Brian! Welcome to the team! Edgar On 6/17/15, 3:59 PM, "Carl Baldwin" wrote: >It has been a week and feedback has been positive and supportive of >Brian's nomination. Welcome to the L3 core reviewer team, Brian. > >Carl > >On Wed, Jun 10, 2015 at 1:11 PM, Carl Baldwin wrot

Re: [openstack-dev] [Neutron] Proposing Ann Kamyshnikova for the API & DB core reviewer team

2015-06-18 Thread Edgar Magana
Congratulations Ann and welcome to the team! Edgar On 6/18/15, 8:56 AM, "Henry Gessau" wrote: >It has been a week and feedback has been positive and supportive of >Ann's nomination. Welcome to the Neutron DB core reviewer team, Ann. > >-- >Henry > >On Thu, Jun 11, 2015, Henry Gessau wrote

Re: [openstack-dev] [Neutron] Proposing YAMAMOTO Takashi for the Control Plane core team

2015-06-19 Thread Edgar Magana
Congratulations and welcome to the team! Edgar From: Kevin Benton Reply-To: "OpenStack Development Mailing List (not for usage questions)" Date: Thursday, June 18, 2015 at 3:22 PM To: "OpenStack Development Mailing List (not for usage questions)" Subject: Re: [openstack-dev] [Neutron] Proposing Y

Re: [openstack-dev] [neutron][stable] Kevin Benton added to neutron-stable-maint

2015-06-23 Thread Edgar Magana
Nice! +2 On 6/23/15, 3:37 AM, "Ihar Hrachyshka" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Hi all, > >Just a heads-up that Kevin Benton is added to neutron-stable-maint >team so now he has all the powers to +2/+A (and -2) backports. > >Kevin is very active at voting for neutr

Re: [openstack-dev] [openstack-infra] [neutron] Third Party CI Voting

2015-06-25 Thread Edgar Magana
I think this make sense. I have lost any faith on third party CIs after the Vancouver decision of not police them (I was doing that for a while and I was fine doing it). So, why to keep them with voting rights? I will say, let’s remove voting rights for all of them. Edgar From: "John Davidge (

Re: [openstack-dev] [openstack-infra] [neutron] Third Party CI Voting

2015-06-25 Thread Edgar Magana
Thank for your response Salvatore. I am not sure what is your position in this topic? Are you fine removing voting rights to all Cis? Edgar From: Salvatore Orlando Reply-To: "OpenStack Development Mailing List (not for usage questions)" Date: Thursday, June 25, 2015 at 7:59 AM To: "OpenStack Dev

Re: [openstack-dev] [openstack-infra] [neutron] Third Party CI Voting

2015-06-26 Thread Edgar Magana
Neutron purposes. Salvatore [1] http://git.openstack.org/cgit/openstack/neutron/tree/doc/source/policies/thirdparty-ci.rst On 25 June 2015 at 17:08, Edgar Magana mailto:edgar.mag...@workday.com>> wrote: Thank for your response Salvatore. I am not sure what is your position in this topic?

Re: [openstack-dev] [neutron] - Proposing Miguel Angel Ajo for the Control Plane core team

2015-07-06 Thread Edgar Magana
Absolutely +1 Edgar From: Kevin Benton Reply-To: "OpenStack Development Mailing List (not for usage questions)" Date: Monday, July 6, 2015 at 3:02 AM To: "openstack-dev@lists.openstack.org" Subject: [openstack-dev] [neutron] - Proposing Miguel Angel Ajo

[openstack-dev] [networking guide] - Meeting reminder

2016-03-03 Thread Edgar Magana
Folks, Just a kind reminder that our IRC meeting will start in 20 minutes. https://wiki.openstack.org/wiki/Documentation/NetworkingGuide/Meetings Channel: #openstack-meeting Thanks, Edgar __ OpenStack Development Mailing Li

Re: [openstack-dev] [neutron] New version of python-neutronclient release: 2.3.11

2015-02-19 Thread Edgar Magana
Kudos! Edgar From: Kyle Mestery mailto:mest...@mestery.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Date: Thursday, February 19, 2015 at 1:35 PM To: "OpenStack Development Mailing List (not for usage questions)" mailto

Re: [openstack-dev] [neutron] Proposal to add Ihar Hrachyshka as a Neutron Core Reviewer

2015-03-05 Thread Edgar Magana
No doubt about it! +1 Cheers for a new extremely good core member! Thanks, Edgar From: Kyle Mestery mailto:mest...@mestery.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Date: Wednesday, March 4, 2015 at 11:42 AM To: "

Re: [openstack-dev] [neutron] Proposal to add Ihar Hrachyshka as a Neutron Core Reviewer

2015-03-11 Thread Edgar Magana
Congratulations Ihar! Edgar From: Kyle Mestery mailto:mest...@mestery.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Date: Wednesday, March 11, 2015 at 1:54 PM To: "OpenStack Development Mailing List (not for usage questi

Re: [openstack-dev] [neutron] Liberty mid-cycle coding sprint

2015-04-07 Thread Edgar Magana
Kyle and Neutron Team, Having the mid-cyle just one month after the Liberty summit does not really fit into the definition of "mid-cycle". It feels like we are just getting up to speed on Liberty BPs when we need to get ready for three days of sprint coding. Would you consider to move this at le

Re: [openstack-dev] [neutron] Liberty mid-cycle coding sprint

2015-04-08 Thread Edgar Magana
enStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Subject: Re: [openstack-dev] [neutron] Liberty mid-cycle coding sprint On Wed, Apr 8, 2015 at 1:22 AM, Edgar Magana mailto:edgar.mag...@workday.com>> wrote: Kyle and Neutron Team,

Re: [openstack-dev] [neutron] Liberty mid-cycle coding sprint

2015-04-08 Thread Edgar Magana
ev] [neutron] Liberty mid-cycle coding sprint On Wed, Apr 8, 2015 at 10:14 AM, Edgar Magana mailto:edgar.mag...@workday.com>> wrote: Kyle, Thank you for your answers and also for organizing this coding sprint. I would like to rephrase my question as follows. If you are elected as Neutron PTL

Re: [openstack-dev] [chef] Naming the Project

2015-04-17 Thread Edgar Magana
Nice! Yes, let get Chef as formal OpenStack project. Edgar From: JJ Asghar mailto:jasg...@chef.io>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Date: Friday, April 17, 2015 at 8:41 AM To: OpenStack Development Mailing List

[openstack-dev] [neutron] [docs] Networking Guide Doc Day - April 23rd

2015-04-17 Thread Edgar Magana
f you are familiar with the information * Be available on IRC to answer some questions about configuration details or functionality * Cheering at the contributors! Do not hesitate in contacting me for any questions. Cheers! Edgar Magana IRC: emagana emag...@gmail.com edgar.mag...@workda

Re: [openstack-dev] [chef] A new Core member!

2015-04-20 Thread Edgar Magana
Congratulations!! The same for you JJ! Edgar From: Jay Lau mailto:jay.lau@gmail.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Date: Sunday, April 19, 2015 at 10:52 PM To: "OpenStack Development Mailing List (not for

Re: [openstack-dev] [neutron] [docs] Networking Guide Doc Day - April 23rd

2015-04-20 Thread Edgar Magana
pr 17, 2015 at 3:17 PM, Andreas Jaeger mailto:a...@suse.com>> wrote: On 04/17/2015 08:25 PM, Edgar Magana wrote: Hello Folks, I would like to invite all available contributors to help us to complete the OpenStack Networking Guide. We are having a Networking Doc Day on April 23rd in order to review

Re: [openstack-dev] [neutron] [docs] Networking Guide Doc Day - April 23rd

2015-04-21 Thread Edgar Magana
3rd Hi, Edgar Some docs are still in private branch. Can we move to public branch for reviewing & submitting patches? Thanks, -Ruijing From: Edgar Magana [mailto:edgar.mag...@workday.com] Sent: Saturday, April 18, 2015 2:25 AM To: OpenStack Development Mailing List (not for usage questions

<    1   2   3   >