New toolset tags and minor updates

 Related-PROD: PROD-36845

Change-Id: Id6e53898b4485c575c4c8c76aeeda1bfa89334e6
diff --git a/k8s/docker-mos-toolset-min b/k8s/docker-mos-toolset-min
index 4df71b4..0c6cff8 100644
--- a/k8s/docker-mos-toolset-min
+++ b/k8s/docker-mos-toolset-min
@@ -19,7 +19,7 @@
     apt autoremove --yes && \
     rm -rf /var/lib/apt/lists/*
 
-RUN pip3 install --no-cache-dir python-openstackclient python-neutronclient python-heatclient pyghmi python-octaviaclient tempestparser python-ironicclient aodhclient gnocchiclient
+RUN pip3 install --no-cache-dir python-openstackclient python-neutronclient python-heatclient pyghmi python-octaviaclient tempestparser python-ironicclient aodhclient gnocchiclient python-barbicanclient python-glanceclient
 
 RUN mkdir /opt/packages/ && \
     cd /opt/packages && \