We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5598e9a + 0203e1a commit 62c7c2fCopy full SHA for 62c7c2f
ansible/inventory/group_vars/all/source-repositories
@@ -284,6 +284,22 @@ source_repositories:
284
- codeowners:
285
content: "{{ community_files.codeowners.openstack }}"
286
dest: ".github/CODEOWNERS"
287
+ ovn-octavia-provider:
288
+ ignored_releases:
289
+ - victoria
290
+ - wallaby
291
+ - xena
292
+ - yoga
293
+ - zed
294
+ - 2024.1
295
+ workflows:
296
+ ignored_workflows:
297
+ elsewhere:
298
+ - tox
299
+ community_files:
300
+ - codeowners:
301
+ content: "{{ community_files.codeowners.openstack }}"
302
+ dest: ".github/CODEOWNERS"
303
sahara-dashboard:
304
ignored_releases:
305
- victoria
0 commit comments