Re: [openstack-dev] [neutron][heat] LBaaS of Neutron

2015-11-15 Thread Samuel Bercovici
Another option is to implement health monitor that will fail on P nodes and will succeed on A nodes. From: Sergey Kraynev [mailto:skray...@mirantis.com] Sent: Monday, November 16, 2015 9:15 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [neutron][

Re: [openstack-dev] [neutron][heat][magnum] LBaaS of Neutron

2015-11-15 Thread Qiao,Liyong
Hi Sergey Thanks for your information, it's really help. Actually I am from Magnum team and we are using heat to do orchestration on docker swarm bay. Swarm master only support A-P mode (active-passive), I wonder if there any workaround to implement my requirement : /VIP : 1

Re: [openstack-dev] [oslo] Graduate cliutils.py into oslo.utils

2015-11-15 Thread Kekane, Abhishek
Hi, As apiclient is now removed from oslo-incubator, to proceed with request-id spec [1] I have two options in mind, 1. Use keystoneauth1 + cliff in all python-clients (add request-id support in cliff library) 2. apiclient code is available in all python-*clients, modify this code

Re: [openstack-dev] [neutron][heat] LBaaS of Neutron

2015-11-15 Thread Sergey Kraynev
On 16 November 2015 at 09:46, Qiao,Liyong wrote: > hi, I have some questions about neutorn LBaas. > > seen from the wiki, the load balancer only support: > > *Table 4.6. Load Balancing Algorithms* > *Name* LEAST_CONNECTIONS ROUND_ROBIN > https://wiki.openstack.org/wiki/Neutron/LBaaS/API > > think

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

2015-11-15 Thread Numan Siddique
Hi Vikram, Sorry to hear the sad news. My prayers are with you. May you and your family have the patience to cope with this event. Thanks Numan On 11/10/2015 08:48 AM, Vikram Choudhary wrote: > Hi Team, > > I won't be able to work for couple of weeks as my mother passed away > yesterday. > > Ho

[openstack-dev] [neutron][heat] LBaaS of Neutron

2015-11-15 Thread Qiao,Liyong
hi, I have some questions about neutorn LBaas. seen from the wiki, the load balancer only support: *Table 4.6. Load Balancing Algorithms* *Name* LEAST_CONNECTIONS ROUND_ROBIN https://wiki.openstack.org/wiki/Neutron/LBaaS/API think about if I have a A-P mode HA VIP : 192.168.0.10 master-1 1

Re: [openstack-dev] [networking-ovs-dpdk]

2015-11-15 Thread Prathyusha Guduri
Hi all, I have a similar problem as Samta. Am also stuck at the same place. The following command $sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex hangs forever. As Sean said, it might be because of ovs-vswitchd proces. > The vswitchd process may exit if it failed to allocate memory (d

Re: [openstack-dev] [tacker] Proposing Sripriya Seetharam to Tacker core

2015-11-15 Thread Sridhar Ramaswamy
Thanks everyone. Sripriya - welcome to the tacker-core! - Sridhar On Wed, Nov 11, 2015 at 1:09 AM, Bharath Thiruveedula < bharath.thiruveed...@imaginea.com> wrote: > +1 > > On Tue, Nov 10, 2015 at 10:42 PM, Stephen Wong > wrote: > >> +1 >> >> On Mon, Nov 9, 2015 at 6:22 PM, Sridhar Ramaswamy

Re: [openstack-dev] [All] Use of self signed certs in endpoints

2015-11-15 Thread Jamie Lennox
On 14 November 2015 at 19:09, Xav Paice wrote: > Hi, > > I'm sure I'm not the only one that likes to use SSL everywhere possible, > and doesn't like to pay for 'real' ssl certs for dev environments. > Figuring out how to get requests to allow connection to the self signed > cert would have paid f

Re: [openstack-dev] [oslo][testing-cabal] Help needed getting oslo.versionedobjects to install in tox venv

2015-11-15 Thread Robert Collins
On 16 November 2015 at 15:29, Jay Pipes wrote: > Hi all, > > Really getting frustrated with a particular problem. I'm trying to build > oslo.versionedobjects locally (this problem occurs on both my lappie and my > desktop, running Ubuntu 15.04 and 15.10 respectively. > > When running tox -epy34, I

Re: [openstack-dev] [oslo][testing-cabal] Help needed getting oslo.versionedobjects to install in tox venv

2015-11-15 Thread Jay Pipes
Sure, but I can't even get that far :( I don't understand why pip isn't installing anything at all. The cryptic "no such package .[fixtures]" error is hard to tell what precisely is going on. Any other ideas? Surprising that nobody else has run into this issue, frankly. Best, -jay On 11/15/

Re: [openstack-dev] [oslo][testing-cabal] Help needed getting oslo.versionedobjects to install in tox venv

2015-11-15 Thread Davanum Srinivas
Sorry, wrong url. http://paste.openstack.org/show/478935/ -- dims On Sun, Nov 15, 2015 at 10:32 PM, Jay Pipes wrote: > Isn't that showing your site-packages pip freeze? In other words, your > non-virtualenv's pip-installed packages? > > -jay > > > On 11/15/2015 10:16 PM, Davanum Srinivas wrote:

Re: [openstack-dev] [oslo][testing-cabal] Help needed getting oslo.versionedobjects to install in tox venv

2015-11-15 Thread Jay Pipes
Isn't that showing your site-packages pip freeze? In other words, your non-virtualenv's pip-installed packages? -jay On 11/15/2015 10:16 PM, Davanum Srinivas wrote: ah right, it failed before it installed anything in the venv. Here's what i have on my box: http://paste.openstack.org/show/47893

Re: [openstack-dev] [oslo][testing-cabal] Help needed getting oslo.versionedobjects to install in tox venv

2015-11-15 Thread Davanum Srinivas
ah right, it failed before it installed anything in the venv. Here's what i have on my box: http://paste.openstack.org/show/478934/ On Sun, Nov 15, 2015 at 9:46 PM, Jay Pipes wrote: > I get nothing at all from pip freeze: > > jaypipes@minty:~/repos/oslo.versionedobjects$ source .tox/py34/bin/acti

Re: [openstack-dev] [oslo][testing-cabal] Help needed getting oslo.versionedobjects to install in tox venv

2015-11-15 Thread Jay Pipes
I get nothing at all from pip freeze: jaypipes@minty:~/repos/oslo.versionedobjects$ source .tox/py34/bin/activate (py34)jaypipes@minty:~/repos/oslo.versionedobjects$ pip freeze (py34)jaypipes@minty:~/repos/oslo.versionedobjects$ -jay On 11/15/2015 09:40 PM, Davanum Srinivas wrote: jay, can yo

Re: [openstack-dev] [oslo][testing-cabal] Help needed getting oslo.versionedobjects to install in tox venv

2015-11-15 Thread Davanum Srinivas
jay, can you please activate the venv and paste the "pip freeze" output? Thanks, dims On Sun, Nov 15, 2015 at 9:29 PM, Jay Pipes wrote: > Hi all, > > Really getting frustrated with a particular problem. I'm trying to build > oslo.versionedobjects locally (this problem occurs on both my lappie a

[openstack-dev] [oslo][testing-cabal] Help needed getting oslo.versionedobjects to install in tox venv

2015-11-15 Thread Jay Pipes
Hi all, Really getting frustrated with a particular problem. I'm trying to build oslo.versionedobjects locally (this problem occurs on both my lappie and my desktop, running Ubuntu 15.04 and 15.10 respectively. When running tox -epy34, I'm getting an error about not being able to install a d

Re: [openstack-dev] Regarding OVN project and integration with SFC

2015-11-15 Thread Russell Bryant
On 11/13/2015 07:30 PM, Cathy Zhang wrote: > Has the OVN code been released in Liberty? If not when is it planned for > release? No. OVN itself is still under heavy development within the OVS project. It's being developed in OVS master, but is not yet in any released version of OVS. You can try

Re: [openstack-dev] [HA][RabbitMQ][messaging][Pacemaker][operators] Improved OCF resource agent for dynamic active-active mirrored clustering

2015-11-15 Thread Andrew Beekhof
> On 13 Nov 2015, at 7:31 AM, Vladimir Kuklin wrote: > > Hi, Andrew > > Thanks for a quick turnaround. > > > The one I linked to in my original reply does: > > > > https://github.com/ClusterLabs/resource-agents/blob/master/heartbeat/rabbitmq-cluster > > I do not have logs of testing of thi

[openstack-dev] [neutron][ironic] Ironic-Neutron meeting cancellation notice

2015-11-15 Thread Sukhdev Kapur
Folks, We are canceling this week's Ironic-neutron integration meeting. I have a family obligation to take care of and I have not been able to find a replacement person who can chair this meeting. Therefore, we will cancel this week's meeting. Next meeting will take place on Monday, January 23 at

Re: [openstack-dev] [All] Use of self signed certs in endpoints

2015-11-15 Thread Monty Taylor
On 11/15/2015 03:13 PM, Clint Byrum wrote: Excerpts from Xav Paice's message of 2015-11-15 11:45:55 -0800: After having a brief discussion this morning (NZ time) on the #python-requests irc, it seems that using the system CA bundle is a "Not a chance" situation. They've tried, and found it unma

Re: [openstack-dev] [All] Use of self signed certs in endpoints

2015-11-15 Thread Clint Byrum
Excerpts from Xav Paice's message of 2015-11-15 11:45:55 -0800: > After having a brief discussion this morning (NZ time) on the > #python-requests irc, it seems that using the system CA bundle is a "Not a > chance" situation. They've tried, and found it unmaintainable due to the > vast variations

Re: [openstack-dev] [Zaqar] OpenStack Tokyo Summit Summary

2015-11-15 Thread Fei Long Wang
On 11/11/15 04:32, Ryan Brown wrote: > On 11/06/2015 01:36 PM, Doug Hellmann wrote: >> Excerpts from Fei Long Wang's message of 2015-11-07 01:31:09 +1300: >>> Greetings, >>> >>> Firstly, thank you for everyone joined Zaqar sessions at Tokyo summit. >>> We definitely made some great progress for t

Re: [openstack-dev] [All] Use of self signed certs in endpoints

2015-11-15 Thread Xav Paice
After having a brief discussion this morning (NZ time) on the #python-requests irc, it seems that using the system CA bundle is a "Not a chance" situation. They've tried, and found it unmaintainable due to the vast variations between system layouts (multiple OS, not just multiple distro). I can s

Re: [openstack-dev] [stable][neutron] upper constraints for stable/liberty

2015-11-15 Thread Robert Collins
On 14 November 2015 at 02:53, Ihar Hrachyshka wrote: > Hi Sachi and all, > > I was recently looking into how stable/liberty branches are set for neutron > in terms of requirements caps, and I realized that we don’t have neither > version caps nor upper constraints applied to unit test jobs in > st

Re: [openstack-dev] [All] Use of self signed certs in endpoints

2015-11-15 Thread Xav Paice
Yeah, using the system CAs would be my preference but I do understand that in some cases, things in a virtual environment should stay in that virtual environment. Maybe the requests developers would prefer to see the whole thing isolated, but it does make things rather difficult when requests is a

Re: [openstack-dev] [All] Use of self signed certs in endpoints

2015-11-15 Thread Monty Taylor
On 11/15/2015 10:26 AM, Adam Young wrote: On 11/14/2015 03:09 AM, Xav Paice wrote: Hi, I'm sure I'm not the only one that likes to use SSL everywhere possible, and doesn't like to pay for 'real' ssl certs for dev environments. Figuring out how to get requests to allow connection to the self si

Re: [openstack-dev] [All] Use of self signed certs in endpoints

2015-11-15 Thread Adam Young
On 11/14/2015 03:09 AM, Xav Paice wrote: Hi, I'm sure I'm not the only one that likes to use SSL everywhere possible, and doesn't like to pay for 'real' ssl certs for dev environments. Figuring out how to get requests to allow connection to the self signed cert would have paid for a real cer

Re: [openstack-dev] Last sync from oslo-incubator

2015-11-15 Thread Gary Kotton
On 11/13/15, 8:04 PM, "Doug Hellmann" wrote: >Excerpts from Davanum Srinivas (dims)'s message of 2015-11-13 07:44:26 -0500: >> Hear Hear! Thierry. Many many thanks to everyone who made this possible. >> >> -- Dims > >Indeed, as Thierry said, it has truly been a group effort, spanning >many