Skip to content

Commit 7abec4f

Browse files
committed
Add octavia entry
1 parent 98414aa commit 7abec4f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ansible/inventory/group_vars/all/source-repositories

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,22 @@ source_repositories:
268268
- codeowners:
269269
content: "{{ community_files.codeowners.openstack }}"
270270
dest: ".github/CODEOWNERS"
271+
octavia:
272+
ignored_releases:
273+
- victoria
274+
- wallaby
275+
- xena
276+
- yoga
277+
- zed
278+
- 2023.1
279+
workflows:
280+
ignored_workflows:
281+
elsewhere:
282+
- tox
283+
community_files:
284+
- codeowners:
285+
content: "{{ community_files.codeowners.openstack }}"
286+
dest: ".github/CODEOWNERS"
271287
octavia-dashboard:
272288
ignored_releases:
273289
- victoria

0 commit comments

Comments
 (0)