<div dir="ltr">Hi,<br>Openstack wallaby | tripleo<br><br>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.<br>But when ever i run stack update with the following config for multistore:<br><br>[stack@hkg2director ~]$ cat workplace/glance.yaml<br>parameter_defaults:<br>  GlanceShowMultipleLocations: true<br>  GlanceBackend: rbd<br>  GlanceEnabledImportMethods: web-download,copy-image<br>  GlanceBackendID: ceph<br>  GlanceMultistoreConfig:<br>    dcn01:<br>      GlanceBackend: rbd<br>      GlanceStoreDescription: 'dcn01 rbd glance store'<br>      CephClusterName: dcn01<br><br>The image service becomes inaccessible. Giving the following error:<br><br>(overcloud) [stack@hkg2director ~]$ openstack image list<br>Failed to contact the endpoint at <a href="https://bolt.bdxworld.com:13292">https://bolt.bdxworld.com:13292</a> for discovery. Fallback to using that endpoint as the base url.<br>Failed to contact the endpoint at <a href="https://bolt.bdxworld.com:13292">https://bolt.bdxworld.com:13292</a> for discovery. Fallback to using that endpoint as the base url.<br>The image service for :regionOne exists but does not have any supported versions.<br><br><br>glance api.log from controller nodes:<br><br>2023-02-13 13:02:19.878 7 INFO glance.async_ [-] Threadpool model set to 'EventletThreadPoolModel'<br>2023-02-13 13:02:19.969 7 INFO keyring.backend [-] Loading KWallet<br>2023-02-13 13:02:19.977 7 INFO keyring.backend [-] Loading SecretService<br>2023-02-13 13:02:19.982 7 INFO keyring.backend [-] Loading Windows<br>2023-02-13 13:02:19.983 7 INFO keyring.backend [-] Loading chainer<br>2023-02-13 13:02:19.983 7 INFO keyring.backend [-] Loading macOS<br>2023-02-13 13:02:20.571 7 WARNING keystonemiddleware.auth_token [-] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True.<br>2023-02-13 13:02:20.711 7 ERROR stevedore.extension [-] Could not load 'glance.store.s3.Store': No module named 'boto3': ModuleNotFoundError: No module named 'boto3'<br>2023-02-13 13:02:20.719 7 ERROR stevedore.extension [-] Could not load 's3': No module named 'boto3': ModuleNotFoundError: No module named 'boto3'<br><br>Is there a patch to fix this issue??<br></div>