----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16973/#review79001 -----------------------------------------------------------
Thank you for submitting your CloudStack contribution through review board. After discussion on the dev@cloudstack.apache.org the community decided to close down review board and start accepting contributiong through GitHub pull requests. We have been using GH PR for several months now and the process is better than review board. We will keep Review Board open for another week to give you time to migrate your patch to a github PR if you wish. After that time, your patch will no longer be viewable (even though it will not be deleted). Please consider submitting a pull request. Great instructions are available at: https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md Thank you very much for your time and your contribution to Apache CloudStack, we hope that using this new process will encourage you to do more. - Sebastien Goasguen On Jan. 21, 2014, 7:55 p.m., Suresh Balineni wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/16973/ > ----------------------------------------------------------- > > (Updated Jan. 21, 2014, 7:55 p.m.) > > > Review request for cloudstack. > > > Repository: cloudstack-git > > > Description > ------- > > 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. > > > Diffs > ----- > > > plugins/network-elements/juniper-contrail/resources/META-INF/cloudstack/system/spring-contrail-system-context-inheritable.xml > PRE-CREATION > > plugins/network-elements/juniper-contrail/src/org/apache/cloudstack/network/contrail/management/EventUtils.java > dd18ca6 > > Diff: https://reviews.apache.org/r/16973/diff/ > > > Testing > ------- > > > Thanks, > > Suresh Balineni > >