diff --git a/.zuul.yaml b/.zuul.yaml index 4cc6a93c0..1b6adeb76 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -47,9 +47,7 @@ - openstack/blazar - openstack/blazar-nova - openstack/horizon - # Temporarily remove because of Ubuntu Focal Migration issue - # https://storyboard.openstack.org/#!/story/2007732 - # - openstack/barbican + - openstack/barbican # Temporarily remove because of Ubuntu Focal Migration issue # https://storyboard.openstack.org/#!/story/2008121 # https://review.opendev.org/#/c/752294/ @@ -58,9 +56,7 @@ - openstack/mistral - openstack/mistral-dashboard - openstack/networking-sfc - # Temporarily remove because of Ubuntu Focal Migration issue - # https://storyboard.openstack.org/#!/story/2007732 - # - openstack/python-barbicanclient + - openstack/python-barbicanclient - openstack/python-blazarclient - openstack/python-mistralclient - openstack/python-tackerclient @@ -92,9 +88,7 @@ # https://storyboard.openstack.org/#!/story/2008121 # https://review.opendev.org/#/c/752294/ # ceilometer: https://opendev.org/openstack/ceilometer - # Temporarily remove because of Ubuntu Focal Migration issue - # https://storyboard.openstack.org/#!/story/2007732 - # barbican: https://opendev.org/openstack/barbican + barbican: https://opendev.org/openstack/barbican mistral: https://opendev.org/openstack/mistral tacker: https://opendev.org/openstack/tacker blazar: https://opendev.org/openstack/blazar diff --git a/devstack/settings b/devstack/settings index 1f4a4c3dd..e7564676b 100644 --- a/devstack/settings +++ b/devstack/settings @@ -1,7 +1,5 @@ TACKER_MODE=${TACKER_MODE:-all} -# Temporarily change because of Ubuntu Focal Migration issue -# https://storyboard.openstack.org/#!/story/2007732 -USE_BARBICAN=False +USE_BARBICAN=True KUBERNETES_VIM=${KUBERNETES_VIM:-False} if [ "${TACKER_MODE}" == "all" ]; then