Update barbicanclient

The changes in version 5.5 barbicanclient cause breaking changes.
Changing which barbicanclient is used fixes this issue.

Story: 2010629
Task: 47581
Change-Id: I1b6b0a4c1960fb5cb6ce04ea755074944fe4bb6f
This commit is contained in:
scrungus 2023-03-03 09:55:18 +00:00 committed by Jake Yip
parent 6169eb26ed
commit 33ab4e9cb4
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from barbicanclient.v1 import client as barbicanclient
from barbicanclient import client as barbicanclient
from cinderclient.v3 import client as cinder_client
from glanceclient import client as glanceclient
from heatclient import client as heatclient

View File

@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from barbicanclient.v1 import client as barbicanclient
from barbicanclient import client as barbicanclient
from glanceclient import client as glanceclient
from heatclient import client as heatclient
from neutronclient.v2_0 import client as neutronclient