Skip to content

Commit 11ef641

Browse files
committed
Add octavia entry
1 parent 98414aa commit 11ef641

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ansible/inventory/group_vars/all/source-repositories

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,18 @@ 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+
community_files:
280+
- codeowners:
281+
content: "{{ community_files.codeowners.openstack }}"
282+
dest: ".github/CODEOWNERS"
271283
octavia-dashboard:
272284
ignored_releases:
273285
- victoria

0 commit comments

Comments
 (0)