ovsdbapp(1)

OVSDBAPP(1) ovsdbapp OVSDBAPP(1)

NAME

ovsdbapp - ovsdbapp 2.2.1

A library for creating OVSDB applications

The ovdsbapp library is useful for creating applications that communicate via Open_vSwitch's OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps the Python 'ovs' and adds an event loop and friendly transactions.

  • Free software: Apache license
  • Source: https://opendev.org/openstack/ovsdbapp/
  • Bugs: https://bugs.launchpad.net/ovsdbapp

Features:

  • An thread-based event loop for using ovs.db.Idl
  • Transaction support
  • Native OVSDB communication


----



INSTALLATION

At the command line:

$ pip install ovsdbapp


Or, if you have virtualenvwrapper installed:

$ mkvirtualenv ovsdbapp
$ pip install ovsdbapp


USAGE

To use ovsdbapp in a project:

import ovsdbapp


CONTRIBUTING

If you would like to contribute to the development of OpenStack, you must follow the steps in this page:

https://docs.openstack.org/infra/manual/developers.html


If you already have a good understanding of how the system works and your OpenStack accounts are set up, you can skip to the development workflow section of this documentation to learn how changes to OpenStack should be submitted for review via the Gerrit tool:

https://docs.openstack.org/infra/manual/developers.html#development-workflow


Pull requests submitted through GitHub will be ignored.

Bugs should be filed on Launchpad, not GitHub:

https://bugs.launchpad.net/ovsdbapp


AUTHOR

unknown

COPYRIGHT

2023, OpenStack Foundation

December 29, 2023 2.2.1