tripleoclient: unit tests are failing because of missing glanceclient
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
Critical
|
Unassigned |
Bug Description
Description
===========
Currently unit tests of python-
example:
https:/
https:/
2022-11-08 08:37:22.716387 | ubuntu-focal | Failed to import test module: tripleoclient.
2022-11-08 08:37:22.716403 | ubuntu-focal | Traceback (most recent call last):
2022-11-08 08:37:22.716415 | ubuntu-focal | File "/usr/lib/
2022-11-08 08:37:22.716426 | ubuntu-focal | module = self._get_
2022-11-08 08:37:22.716437 | ubuntu-focal | File "/usr/lib/
2022-11-08 08:37:22.716447 | ubuntu-focal | __import__(name)
2022-11-08 08:37:22.716458 | ubuntu-focal | File "/home/
2022-11-08 08:37:22.716469 | ubuntu-focal | from tripleoclient.v1 import overcloud_image
2022-11-08 08:37:22.716479 | ubuntu-focal | File "/home/
2022-11-08 08:37:22.716490 | ubuntu-focal | from glanceclient.
2022-11-08 08:37:22.716500 | ubuntu-focal | ModuleNotFoundE
2022-11-08 08:37:22.716513 | ubuntu-focal |
The current tripleoclient requires glanceclient and the library was indirectly required by tripleo-common but we removed that dependency a while ago by [1].
Changed in tripleo: | |
importance: | Undecided → High |
importance: | High → Critical |
milestone: | none → antelope-1 |
Fix proposed to branch: master /review. opendev. org/c/openstack /python- tripleoclient/ +/864023
Review: https:/