Adds translation jobs to octavia
With the merger of neutron-lbaas into the octavia project, we need to enable translation on the octavia project. This patch updates the octavia project to have the translation jobs and translate option. This patch also updates the octavia project description to reflect it's new role in OpenStack. Change-Id: Iadcdd330e415d9ab32b7437f7b9ef887c4d5c68f
This commit is contained in:
parent
25968cc69a
commit
d38f3211b0
@ -5161,8 +5161,9 @@
|
||||
use-storyboard: true
|
||||
acl-config: /home/gerrit2/acls/openstack/oaktree.config
|
||||
- project: openstack/octavia
|
||||
description: An operator-grade reference implementation for Load Balancing as a
|
||||
Service (LBaaS)
|
||||
description: Load Balancing as a Service (LBaaS) for OpenStack
|
||||
options:
|
||||
- translate
|
||||
- project: openstack/ooi
|
||||
description: OOI is an implementation the Open Cloud Computing Interface (OCCI)
|
||||
for OpenStack.
|
||||
|
@ -8065,6 +8065,7 @@
|
||||
- python-jobs
|
||||
- periodic-python-jobs-with-oslo-master
|
||||
- openstack-releasenotes-jobs
|
||||
- translation-jobs
|
||||
- '{pipeline}-octavia-{octaviaversion}-dsvm-{octaviatest}-{node}{suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-xenial
|
||||
|
@ -12652,6 +12652,7 @@ projects:
|
||||
- name: openstack-server-publish-jobs
|
||||
- name: publish-to-pypi
|
||||
- name: release-notes-jobs
|
||||
- name: translation-jobs
|
||||
check:
|
||||
# legacy trusty gates mitaka - remove after mitaka EOL
|
||||
- gate-neutron-lbaasv2-dsvm-minimal-ubuntu-trusty
|
||||
|
Loading…
Reference in New Issue
Block a user