Skip to content

Commit

Permalink
Make ovs optional
Browse files Browse the repository at this point in the history
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 <yamamoto@ovn.org>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
  • Loading branch information
yamt authored and fujita committed May 26, 2016
1 parent a6c3d38 commit 9e3aaaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ Some functionalities of ryu requires extra packages:
- OF-Config requires lxml
- NETCONF requires paramiko
- BGP speaker (ssh console) requires paramiko
- OVSDB support requires ovs (Note: python 3.4 requires ovs>=2.6.0.dev0)

If you want to use the functionalities, please install requirements::

% pip install lxml
% pip install paramiko
% pip install ovs


Support
Expand Down
1 change: 0 additions & 1 deletion tools/pip-requires
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ oslo.config>=1.15.0
routes # wsgi
six>=1.4.0
webob>=1.2 # wsgi
ovs >=2.6.0.dev0

0 comments on commit 9e3aaaf

Please sign in to comment.