Skip to content

Commit 868ab1b

Browse files
committed
Add Keystone upstream sync
Until [1] and [2] are merged, we need to be able to build keystone from downstream source with [1] and [2] applied. [1] https://review.opendev.org/c/openstack/keystone/+/957547 [2] https://review.opendev.org/c/openstack/keystone/+/956549
1 parent 6f41f9e commit 868ab1b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ansible/inventory/group_vars/all/source-repositories

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,18 @@ source_repositories:
256256
- codeowners:
257257
content: "{{ community_files.codeowners.openstack }}"
258258
dest: ".github/CODEOWNERS"
259+
keystone:
260+
ignored_releases:
261+
- victoria
262+
- wallaby
263+
- xena
264+
- zed
265+
- 2023.1
266+
- 2024.1
267+
community_files:
268+
- codeowners:
269+
content: "{{ community_files.codeowners.openstack }}"
270+
dest: ".github/CODEOWNERS"
259271
magnum:
260272
ignored_releases:
261273
- victoria

0 commit comments

Comments
 (0)