<div dir="ltr"><div>We are seeing this error inĀ <span style="color:rgb(29,28,29);font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;font-variant-ligatures:none;white-space:pre-wrap">/Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]</span></div><div><span style="color:rgb(29,28,29);font-family:Slack-Lato,appleLogo,sans-serif;font-size:15px;font-variant-ligatures:common-ligatures;background-color:rgb(248,248,248)">from eventlet import greenpool</span><br style="color:rgb(29,28,29);font-family:Slack-Lato,appleLogo,sans-serif;font-size:15px;font-variant-ligatures:common-ligatures;box-sizing:inherit"><span style="color:rgb(29,28,29);font-family:Slack-Lato,appleLogo,sans-serif;font-size:15px;font-variant-ligatures:common-ligatures;background-color:rgb(248,248,248)">ImportError: cannot import name greenpool</span><span style="color:rgb(29,28,29);font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;font-variant-ligatures:none;white-space:pre-wrap"><br></span></div><div><span style="color:rgb(29,28,29);font-family:Slack-Lato,appleLogo,sans-serif;font-size:15px;font-variant-ligatures:common-ligatures;background-color:rgb(248,248,248)"><br></span></div><b>glance/greenlet version</b><div><pre class="gmail-c-mrkdwn__pre" style="box-sizing:inherit;margin-top:4px;margin-bottom:4px;padding:8px;font-size:12px;line-height:1.50001;font-variant-ligatures:none;white-space:pre-wrap;word-break:normal;border-radius:4px;color:rgb(29,28,29);font-family:Monaco,Menlo,Consolas,"Courier New",monospace">sh-4.2# yum list installed | grep -i "eventlet\|glance"<br style="box-sizing:inherit">openstack-glance.noarch           1:19.0.4-1.el7           @local_openstack-tnrp<br style="box-sizing:inherit">python2-eventlet.noarch           0.25.1-1.el7             @local_openstack-tnrp<br style="box-sizing:inherit">python2-glance.noarch             1:19.0.4-1.el7           @local_openstack-tnrp<br style="box-sizing:inherit">python2-glance-store.noarch       1.0.1-1.el7              @local_openstack-tnrp<br style="box-sizing:inherit">python2-glanceclient.noarch       1:2.17.1-1.el7           @local_openstack-tnrp<br></pre><pre class="gmail-c-mrkdwn__pre" style="box-sizing:inherit;margin-top:4px;margin-bottom:4px;padding:8px;font-size:12px;line-height:1.50001;font-variant-ligatures:none;white-space:pre-wrap;word-break:normal;border-radius:4px;color:rgb(29,28,29);font-family:Monaco,Menlo,Consolas,"Courier New",monospace"><b>Log</b></pre><div><pre class="gmail-c-mrkdwn__pre" style="box-sizing:inherit;margin-top:4px;margin-bottom:4px;padding:8px;font-size:12px;line-height:1.50001;font-variant-ligatures:none;white-space:pre-wrap;word-break:normal;border-radius:4px;color:rgb(29,28,29);font-family:Monaco,Menlo,Consolas,"Courier New",monospace">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns: Traceback (most recent call last):<br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns:   File "/usr/bin/glance-manage", line 6, in <module><br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns:     from glance.cmd.manage import main<br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns:   File "/usr/lib/python2.7/site-packages/glance/cmd/manage.py", line 54, in <module><br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns:     from glance.db.sqlalchemy import alembic_migrations<br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns:   File "/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/alembic_migrations/__init__.py", line 28, in <module><br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns:     from glance.db.sqlalchemy import api as db_api<br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns:   File "/usr/lib/python2.7/site-packages/glance/db/sqlalchemy/api.py", line 46, in <module><br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns:     from glance.common import utils<br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns:   File "/usr/lib/python2.7/site-packages/glance/common/utils.py", line 29, in <module><br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns:     from eventlet.green import socket<br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns:   File "/usr/lib/python2.7/site-packages/eventlet/__init__.py", line 10, in <module><br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns:     from eventlet import convenience<br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns:   File "/usr/lib/python2.7/site-packages/eventlet/convenience.py", line 4, in <module><br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns:     from eventlet import greenpool<br style="box-sizing:inherit">Notice: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]/returns: ImportError: cannot import name greenpool<br style="box-sizing:inherit">Error: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]: Failed to call refresh: 'glance-manage  db_sync' returned 1 instead of one of [0]<br style="box-sizing:inherit">Error: /Stage[main]/Glance::Db::Sync/Exec[glance-manage db_sync]: 'glance-manage  db_sync' returned 1 instead of one of [0]</pre></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><br><a href="https://smart.salesforce.com/sig/peiyong.zhang//us_mb/default/link.html" target="_blank"><img border="0" src="https://smart.salesforce.com/sig/peiyong.zhang//us_mb/default/logo.png"></a></div></div></div>