Merge pull request #2036 from rafaelweingartner/midoneDisablingForRetirement

[CLOUDSTACK-9858] Retirement of midonet plugin (build disabling)

(This is also a test for me to see if Github merges work properly)
This commit is contained in:
Wido den Hollander 2017-04-17 10:51:55 +02:00 committed by GitHub
commit b8dd08c362

View File

@ -79,7 +79,6 @@
<module>network-elements/nuage-vsp</module>
<module>network-elements/bigswitch</module>
<module>network-elements/brocade-vcs</module>
<module>network-elements/midonet</module>
<module>network-elements/stratosphere-ssp</module>
<module>network-elements/opendaylight</module>
<module>outofbandmanagement-drivers/ipmitool</module>
@ -206,5 +205,11 @@
<module>hypervisors/simulator</module>
</modules>
</profile>
<profile>
<id>midonet</id>
<modules>
<module>network-elements/midonet</module>
</modules>
</profile>
</profiles>
</project>