Comment 1 for bug 1050367

Revision history for this message
Angus Salkeld (asalkeld) wrote :

We have removed the manager concept, so in nova we implement Manager and the init()
then call it from a class inherited from rpc.Service (in the start())

In other projects they just inherit from Service and do what ever they need in start()
or at least that was the intention of the current code.