Comment 12 for bug 967832

Revision history for this message
Adam Young (ayoung) wrote : Re: Instances are still running when a tenant are deleted

The RPC mechanism assumes eventlet. Many people are running with Keystone in HTTPD and without eventlet. Is it possible that we can do the notification mechanism using straight AMQP and punt on 0Mq for a first implementation? We just need to be able to publish notifications, not accept them, so Keystone does not need the full RPC.