Hi, sorry I have problem on Openstack tcd3gw': No module named 'etcd3gw': ModuleNotFoundError: No module named 'etcd3gw' Apr 09 20:09:34 infra1-nova-api-container-483c43d7 nova-metadata-wsgi[2912]: 2022-04-09 20:09:34.836 2912 ERROR stevedore.extension [req-089ca62f-02ee-49f9-a305-75f426102ebc - - - - -] Could not load 'oslo_cache.e tcd3gw': No module named 'etcd3gw': ModuleNotFoundError: No module named 'etcd3gw' -- <https://about.me/rbojnordi?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb> reza bojnordi about.me/rbojnordi <https://about.me/rbojnordi?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb>
We are going to need more context - What are you trying to do? - What version of Openstack are you running? I found this which is quite similar : https://bugs.launchpad.net/devstack/+bug/1820892 On Sat, Apr 9, 2022 at 5:45 PM Reza Bojnordi <rezabojnordi2012@gmail.com> wrote:
Hi, sorry I have problem on Openstack
tcd3gw': No module named 'etcd3gw': ModuleNotFoundError: No module named 'etcd3gw'
Apr 09 20:09:34 infra1-nova-api-container-483c43d7 nova-metadata-wsgi[2912]: 2022-04-09 20:09:34.836 2912 ERROR stevedore.extension [req-089ca62f-02ee-49f9-a305-75f426102ebc - - - - -] Could not load 'oslo_cache.e tcd3gw': No module named 'etcd3gw': ModuleNotFoundError: No module named 'etcd3gw'
--
<https://about.me/rbojnordi?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb> reza bojnordi about.me/rbojnordi <https://about.me/rbojnordi?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb>
On 4/10/22 16:00, Laurent Dumont wrote:
We are going to need more context
- What are you trying to do? - What version of Openstack are you running?
I found this which is quite similar : https://bugs.launchpad.net/devstack/+bug/1820892
On Sat, Apr 9, 2022 at 5:45 PM Reza Bojnordi <rezabojnordi2012@gmail.com> wrote:
Hi, sorry I have problem on Openstack
tcd3gw': No module named 'etcd3gw': ModuleNotFoundError: No module named 'etcd3gw'
It is a missin Python dependency pbr futurist requests and six need it
What OS are the controllers/computes running? I have no first hand experience with openstack-ansible but I do believe it runs lxc containers for the control plane. Missing dependencies inside those is a bit strange. What deployment scenario did you use? Source or distribution packages? https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/con... On Sun, Apr 10, 2022 at 12:21 PM tjoen <tjoen@dds.nl> wrote:
On 4/10/22 16:00, Laurent Dumont wrote:
We are going to need more context
- What are you trying to do? - What version of Openstack are you running?
I found this which is quite similar : https://bugs.launchpad.net/devstack/+bug/1820892
On Sat, Apr 9, 2022 at 5:45 PM Reza Bojnordi <rezabojnordi2012@gmail.com
wrote:
Hi, sorry I have problem on Openstack
tcd3gw': No module named 'etcd3gw': ModuleNotFoundError: No module named 'etcd3gw'
It is a missin Python dependency pbr futurist requests and six need it
This really is a bug in oslo. To be clear there is no actual error here just a spurious log message. The code underneath nova tries to speculatively load the etcd driver and produces an error when it is not available. The etcd driver is not needed if etcd is not being used, which in this case it is not. See the dicussion on the comments here https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/765336 Jonathan. On 10/04/2022 21:40, Laurent Dumont wrote:
What OS are the controllers/computes running? I have no first hand experience with openstack-ansible but I do believe it runs lxc containers for the control plane.
Missing dependencies inside those is a bit strange.
What deployment scenario did you use? Source or distribution packages?
https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/con...
On Sun, Apr 10, 2022 at 12:21 PM tjoen <tjoen@dds.nl> wrote:
On 4/10/22 16:00, Laurent Dumont wrote: > We are going to need more context > > - What are you trying to do? > - What version of Openstack are you running? > > I found this which is quite similar : > https://bugs.launchpad.net/devstack/+bug/1820892
> On Sat, Apr 9, 2022 at 5:45 PM Reza Bojnordi <rezabojnordi2012@gmail.com> > wrote: > >> Hi, sorry I have problem on Openstack >> >> tcd3gw': No module named 'etcd3gw': ModuleNotFoundError: No module named >> 'etcd3gw'
It is a missin Python dependency pbr futurist requests and six need it
participants (4)
-
Jonathan Rosser
-
Laurent Dumont
-
Reza Bojnordi
-
tjoen