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.
1 parent 64c2c5b commit 947f6a0Copy full SHA for 947f6a0
ansible/inventory/group_vars/all/source-repositories
@@ -186,7 +186,19 @@ source_repositories:
186
- wallaby
187
- xena
188
- 2023.1
189
- - 2024.1
+ - master
190
+ community_files:
191
+ - codeowners:
192
+ content: "{{ community_files.codeowners.openstack }}"
193
+ dest: ".github/CODEOWNERS"
194
+ glance_store:
195
+ ignored_releases:
196
+ - victoria
197
+ - wallaby
198
+ - xena
199
+ - yoga
200
+ - zed
201
+ - 2023.1
202
- master
203
community_files:
204
- codeowners:
terraform/github/terraform.tfvars.json
@@ -60,6 +60,7 @@
60
"cloudkitty-dashboard",
61
"designate-dashboard",
62
"glance",
63
+ "glance_store",
64
"horizon",
65
"ironic-python-agent",
66
"ironic-ui",
0 commit comments