Add ovsdbapp project

The ovsdb api code in Neutron is used by at least 4 other projects,
so it makes sense to split the code out to its own project. The
neutron_lib project is not a good fit since this code relies on
the Python code from the OVS project and users of neutron_lib
should not be forced to install OVS.

Needed-By: Idf3dcca7e94fad49725fa427fbf874c674fdfd6a
Change-Id: Icd9be59f8c4e41801e30734d332c572e08680087
This commit is contained in:
Terry Wilson 2017-02-24 16:17:36 -05:00
parent 2b47d4a70d
commit 87739c7e82
5 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[access "refs/heads/*"]
abandon = group ovsdbapp-core
label-Code-Review = -2..+2 group ovsdbapp-core
label-Workflow = -1..+1 group ovsdbapp-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -5699,6 +5699,9 @@
description: Cleanup OpenStack project resources.
- project: openstack/ossa
description: OpenStack Security Advisories
- project: openstack/ovsdbapp
description: OVSDB application library
upstream: https://github.com/otherwiseguy/ovsdbapp.git
- project: openstack/packetary
description: Library and eponymous utility to manage the entire lifecycle of repositories
- project: openstack/packetary-specs

View File

@ -1487,6 +1487,7 @@ openstack-neutron:
- openstack/neutron-lib
- openstack/neutron-specs
- openstack/os-vif
- openstack/ovsdbapp
- openstack/python-neutronclient
branches:
- master

View File

@ -9699,6 +9699,12 @@
node: ubuntu-xenial
- 'static-{name}-publish'
- project:
name: ovsdbapp
jobs:
- python-jobs
- pypi-jobs
- project:
name: packetary
jobs:

View File

@ -14596,6 +14596,14 @@ projects:
post:
- static-ossa-publish
- name: openstack/ovsdbapp
template:
- name: merge-check
- name: python-jobs
- name: python35-jobs
- name: check-requirements
- name: publish-to-pypi
- name: openstack/packetary
template:
- name: merge-check