Unfortunately this commit moving Kombu to 4.6.4 a day ago has broken the devstack setup scripts.
It breaks because (I believe) Eventlet is monkey patching and kombu 4.6.4 interacts badly. See these two bug reports for more details.
Kombu 4.6.4 now results in this error when running
/usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync
I'm open to any recommendation of a workaround. Downgrading to kombu 4.6.3 apparently works fine but I'm not sure how to do that within an automated devstack run.
Thanks