Re: [Ryu-devel] [PATCH] Make ovs optional

2016-05-27 Thread Takashi YAMAMOTO
On Fri, May 27, 2016 at 2:55 PM, FUJITA Tomonori wrote: > On Fri, 27 May 2016 14:09:22 +0900 > Takashi YAMAMOTO wrote: > > > any chance to make 4.2.2 for this? > > it's blocking XenServer Neutron CI. > > https://pypi.python.org/pypi/ryu/4.2.2 > > Done. > thank you! -

Re: [Ryu-devel] [PATCH] Make ovs optional

2016-05-26 Thread FUJITA Tomonori
On Fri, 27 May 2016 14:09:22 +0900 Takashi YAMAMOTO wrote: > any chance to make 4.2.2 for this? > it's blocking XenServer Neutron CI. https://pypi.python.org/pypi/ryu/4.2.2 Done. -- What NetFlow Analyzer can do for you

Re: [Ryu-devel] [PATCH] Make ovs optional

2016-05-26 Thread Takashi YAMAMOTO
any chance to make 4.2.2 for this? it's blocking XenServer Neutron CI. On Fri, May 27, 2016 at 7:11 AM, FUJITA Tomonori wrote: > On Wed, 25 May 2016 16:03:45 +0900 > YAMAMOTO Takashi wrote: > > > Requiring a dev version of ovs here causes version conflict issues > > for projects which don't wan

Re: [Ryu-devel] [PATCH] Make ovs optional

2016-05-26 Thread FUJITA Tomonori
On Wed, 25 May 2016 16:03:45 +0900 YAMAMOTO Takashi wrote: > Requiring a dev version of ovs here causes version conflict issues > for projects which don't want to use dev versions of libraries. [1] > > Make it optional and document it in README instead. > > [1] https://bugs.launchpad.net/neutro

[Ryu-devel] [PATCH] Make ovs optional

2016-05-25 Thread YAMAMOTO Takashi
Requiring a dev version of ovs here causes version conflict issues for projects which don't want to use dev versions of libraries. [1] Make it optional and document it in README instead. [1] https://bugs.launchpad.net/neutron/+bug/1584858 Signed-off-by: YAMAMOTO Takashi --- README.rst