commit | 1825cefecbed92573c352bab0cc319f9a942bdf8 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Wed Jan 31 17:20:26 2024 -0500 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Jan 31 17:20:26 2024 -0500 |
tree | 68846000bade6296cba599a2ce144fe8f3558338 | |
parent | b258fa1d9f97c6e1ef3e5552d773a965f2782994 [diff] [blame] |
fix(magnum): improve ovn stability
diff --git a/images/magnum/Earthfile b/images/magnum/Earthfile index c309459..b3d386c 100644 --- a/images/magnum/Earthfile +++ b/images/magnum/Earthfile
@@ -9,7 +9,7 @@ DO ../openstack-service+BUILD_VENV \ --PROJECT=${PROJECT} \ --PROJECT_REF=${PROJECT_REF} \ - --PIP_PACKAGES="magnum-cluster-api==0.13.3" + --PIP_PACKAGES="magnum-cluster-api==0.13.4" image: FROM ../openstack-service+image --RELEASE ${RELEASE} --PROJECT ${PROJECT}