We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c0485 commit e8623a9Copy full SHA for e8623a9
2 files changed
ansible/inventory/group_vars/all/source-repositories
@@ -235,6 +235,17 @@ source_repositories:
235
- codeowners:
236
content: "{{ community_files.codeowners.openstack }}"
237
dest: ".github/CODEOWNERS"
238
+ ironic:
239
+ ignored_releases:
240
+ - zed
241
+ - 2023.1
242
+ - 2024.1
243
+ - 2026.1
244
+ - master
245
+ community_files:
246
+ - codeowners:
247
+ content: "{{ community_files.codeowners.openstack }}"
248
+ dest: ".github/CODEOWNERS"
249
keystone:
250
ignored_releases:
251
- yoga
terraform/github/terraform.tfvars.json
@@ -67,6 +67,7 @@
67
"glance",
68
"glance_store",
69
"horizon",
70
+ "ironic",
71
"ironic-python-agent",
72
"ironic-ui",
73
"keystone",
0 commit comments