Fix shallow_since for rabbitmq_server on 2023.1

It appears that the requirements update in
https://review.opendev.org/c/openstack/openstack-ansible/+/904303
might have set shallow_since incorrectly. As far as I can see this
is generally set to the day before the referenced commit. In this
case it was set to the day after.

This is causing upgrade job CI failures now that the referenced
commit isn't at the top of stable/2023.1

Change-Id: I0da61d324a09d8304a7e3371df5f21dc4774ab1a
Needed-By: https://review.opendev.org/c/openstack/openstack-ansible-os_magnum/+/904508
This commit is contained in:
Andrew Bonney 2024-01-04 15:21:06 +00:00
parent 2903bfc4a3
commit 6567efc355
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@
src: https://opendev.org/openstack/openstack-ansible-rabbitmq_server
version: bddd2f12044e6cda84f5b4571b1d9f983325c1fe
trackbranch: stable/2023.1
shallow_since: '2023-12-22'
shallow_since: '2023-12-20'
- name: repo_server
scm: git
src: https://opendev.org/openstack/openstack-ansible-repo_server