Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/configurable-rpc-dispatcher-callbacks. Description: Currently, the rpc dispatcher callbacks include two class: 1. every components' manager class 2. baserpc.BaseRPCAPI I think It would be better to allow people able to add additional callbacks . The additional callbacks with different namespace can used to handle specific scene they needed instead of through change the manager class or inherit manager class. Specification URL (additional information): None