Add a description to README.rst
Change-Id: I9723d076a776e3a9f70d47f8faea1aa6f9d51642
This commit is contained in:
parent
8022fa939c
commit
558f088501
10
README.rst
10
README.rst
@ -4,9 +4,9 @@ ovsdbapp
|
|||||||
|
|
||||||
A library for creating OVSDB applications
|
A library for creating OVSDB applications
|
||||||
|
|
||||||
Please fill here a long description which must be at least 3 lines wrapped on
|
The ovdsbapp library is useful for creating applications that communicate
|
||||||
80 cols, so that distribution package maintainers can use it in their packages.
|
via Open_vSwitch's OVSDB protocol (https://tools.ietf.org/html/rfc7047). It
|
||||||
Note that this is a hard requirement.
|
wraps the Python 'ovs' and adds an event loop and friendly transactions.
|
||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: http://docs.openstack.org/developer/ovsdbapp
|
* Documentation: http://docs.openstack.org/developer/ovsdbapp
|
||||||
@ -16,4 +16,6 @@ Note that this is a hard requirement.
|
|||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
* TODO
|
* An thread-based event loop for using ovs.db.Idl
|
||||||
|
* Transaction support
|
||||||
|
* Native OVSDB communication
|
||||||
|
Loading…
Reference in New Issue
Block a user