mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
When project/domains are created, our plugin code won't get invoked. Our contrail plugin uses Event infrastructure provided by cloudstack to receive these events and handle them accordingly. It is must to create domains/projects before creating a virtual network/vm object in contrail implementation. Hence our plugin must need a way to get notified about project/domain events.