Add python-don
python-don is a Horizon dashboard to diagnose openstack networking. Change-Id: I94f2bf3ce65c5301f95acaf35e822a4a5f2e6ba9
This commit is contained in:
parent
da458d0f2f
commit
b6eb9ce401
15
gerrit/acls/openstack/python-don.config
Normal file
15
gerrit/acls/openstack/python-don.config
Normal file
@ -0,0 +1,15 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group python-don-core
|
||||
create = group python-don-release
|
||||
label-Code-Review = -2..+2 group python-don-core
|
||||
label-Workflow = -1..+1 group python-don-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group python-don-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -3605,6 +3605,8 @@
|
||||
- project: openstack/python-distilclient
|
||||
description: Python client library for Distil API
|
||||
acl-config: /home/gerrit2/acls/openstack/distil.config
|
||||
- project: openstack/python-don
|
||||
description: Horizon dashboard to diagnose OpenStack networking issues.
|
||||
- project: openstack/python-dracclient
|
||||
description: Library for managing machines with Dell iDRAC cards
|
||||
- project: openstack/python-evoqueclient
|
||||
|
@ -8700,6 +8700,14 @@
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: python-don
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: python-dracclient
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -11188,6 +11188,12 @@ projects:
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/python-don
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/python-dracclient
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user