From da4350bfd63f428edeb80e4f159c4435ca28d178 Mon Sep 17 00:00:00 2001 From: gryf Date: Tue, 2 Feb 2021 12:38:51 +0100 Subject: [PATCH] Remove barbican from local.conf. --- .bash_prompt | 4 ++-- kuryr.conf | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.bash_prompt b/.bash_prompt index 84bc2e3..ab03a88 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -37,8 +37,8 @@ LIGHT_GREEN="\[\033[1;32m\]" THRESHOLD=3 # various symbols, depending on used font in urxvt -GIT_PICT="" -HG_PICT="" +GIT_PICT="" +HG_PICT="" PY_PICT="" JS_PICT="" diff --git a/kuryr.conf b/kuryr.conf index 508cd83..1068057 100644 --- a/kuryr.conf +++ b/kuryr.conf @@ -111,10 +111,9 @@ SERVICE_PASSWORD="secretservice" SERVICE_TOKEN="password" USE_PYTHON3=True -LIBS_FROM_GIT=barbican,cinder,devstack,devstack-gate,devstack-plugin-container,glance,keystone,kuryr-kubernetes,kuryr-tempest-plugin,neutron,nova,octavia,placement,python-barbicanclient,python-octaviaclient,requirements,swift,tempest +LIBS_FROM_GIT=cinder,devstack,devstack-gate,devstack-plugin-container,glance,keystone,kuryr-kubernetes,kuryr-tempest-plugin,neutron,nova,octavia,placement,python-octaviaclient,requirements,swift,tempest # enabled plugins -enable_plugin barbican https://opendev.org/openstack/barbican #enable_plugin devstack-plugin-container https://opendev.org/openstack/devstack-plugin-container enable_plugin kuryr-kubernetes https://opendev.org/openstack/kuryr-kubernetes enable_plugin kuryr-tempest-plugin https://opendev.org/openstack/kuryr-tempest-plugin