Glance multistore config makes image service inaccessible
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
Openstack wallaby | tripleo
I am trying to setup DCN where i want to setup a glance multistore config in both central and edge sites as per the documentation.
But when ever i run stack update with the following config for multistore:
[stack@hkg2director ~]$ cat workplace/
parameter_defaults:
GlanceShowMul
GlanceBackend: rbd
GlanceEnabled
GlanceBackendID: ceph
GlanceMultist
dcn01:
GlanceBac
GlanceSto
CephClust
The image service becomes inaccessible. Giving the following error:
(overcloud) [stack@hkg2director ~]$ openstack image list
Failed to contact the endpoint at https:/
Failed to contact the endpoint at https:/
The image service for :regionOne exists but does not have any supported versions.
glance api.log from controller nodes:
2023-02-13 13:02:19.878 7 INFO glance.async_ [-] Threadpool model set to 'EventletThread
2023-02-13 13:02:19.969 7 INFO keyring.backend [-] Loading KWallet
2023-02-13 13:02:19.977 7 INFO keyring.backend [-] Loading SecretService
2023-02-13 13:02:19.982 7 INFO keyring.backend [-] Loading Windows
2023-02-13 13:02:19.983 7 INFO keyring.backend [-] Loading chainer
2023-02-13 13:02:19.983 7 INFO keyring.backend [-] Loading macOS
2023-02-13 13:02:20.571 7 WARNING keystonemiddlew
2023-02-13 13:02:20.711 7 ERROR stevedore.extension [-] Could not load 'glance.
2023-02-13 13:02:20.719 7 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundE
Is there a patch to fix this issue??
The container glance_api is in unhealthy state and keeps on rebooting