Add missing Senlin image build

Skip-Release-Notes
Change-Id: Icd307d9271d82ce0fdd021de603840a6a771e1a4
diff --git a/images/senlin/Dockerfile b/images/senlin/Dockerfile
index b0c9166..4a85717 100644
--- a/images/senlin/Dockerfile
+++ b/images/senlin/Dockerfile
@@ -4,8 +4,7 @@
 
 
 FROM openstack-venv-builder AS build
-ARG SENLIN_GIT_REF=b6ef17b0f787fb7a0609ba36dc13097882a6a3ff
-ADD --keep-git-dir=true https://opendev.org/openstack/senlin.git#${SENLIN_GIT_REF} /src/senlin
+ADD --keep-git-dir=true https://opendev.org/openstack/senlin.git#zed-eol /src/senlin
 RUN git -C /src/senlin fetch --unshallow
 RUN --mount=type=cache,mode=0755,target=/root/.cache/pip,sharing=private <<EOF bash -xe
 pip3 install \