Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/rpc-based-servicegroup-driver. Description: Once the ServiceGroup API has landed, we will first have a db based backend, which implements service discovery using the database just as before. There is also work being done to allow zookeeper as a backend (https://blueprints.launchpad.net/nova/+spec/zk-service-heartbeat). This project is to investigate and implement an rpc based driver that is somewhat of a middle ground between these two options. It would provide better performance than the db backend, but without the added zookeeper dependency. Specification URL (additional information): None