Skip to content

Commit 947f6a0

Browse files
committed
add glance and glance_store to fix bug [1]
[1] https://bugs.launchpad.net/glance/+bug/2086675
1 parent 64c2c5b commit 947f6a0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

ansible/inventory/group_vars/all/source-repositories

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,19 @@ source_repositories:
186186
- wallaby
187187
- xena
188188
- 2023.1
189-
- 2024.1
189+
- 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
190202
- master
191203
community_files:
192204
- codeowners:

terraform/github/terraform.tfvars.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"cloudkitty-dashboard",
6161
"designate-dashboard",
6262
"glance",
63+
"glance_store",
6364
"horizon",
6465
"ironic-python-agent",
6566
"ironic-ui",

0 commit comments

Comments
 (0)