File tree Expand file tree Collapse file tree
ansible/inventory/group_vars/all Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -303,6 +303,19 @@ source_repositories:
303303 - codeowners:
304304 content: "{{ community_files.codeowners.openstack }}"
305305 dest: ".github/CODEOWNERS"
306+ manila:
307+ ignored_releases:
308+ - victoria
309+ - wallaby
310+ - xena
311+ - zed
312+ - 2023.1
313+ - 2024.1
314+ - master
315+ community_files:
316+ - codeowners:
317+ content: "{{ community_files.codeowners.openstack }}"
318+ dest: ".github/CODEOWNERS"
306319 networking-generic-switch:
307320 ignored_releases:
308321 - victoria
Original file line number Diff line number Diff line change 6868 " ironic-ui" ,
6969 " magnum" ,
7070 " magnum-ui" ,
71+ " manila" ,
7172 " networking-generic-switch" ,
7273 " neutron" ,
7374 " nova" ,
324325 "magnum-ui" : {
325326 "default" : []
326327 },
328+ "manila" : {
329+ "default" : []
330+ },
327331 "neutron" : {
328332 "default" : []
329333 },
You can’t perform that action at this time.
0 commit comments