Delete MidoNet deprecated classes and their tests
authorAlejandro Andreu <alejandroandreu@openmailbox.org>
Mon, 21 Nov 2016 15:11:49 +0000 (16:11 +0100)
committerAlejandro Andreu <alejandroandreu@openmailbox.org>
Wed, 7 Dec 2016 08:43:39 +0000 (09:43 +0100)
commit6b081ab4d1f3eebfded2fee8aa5fafec06c34b4e
tree9ea6983e9519674e4668a17b2f18198f1f78b0a6
parent2ca3cb03ad5f05469e5ae181981e559ccc77371f
Delete MidoNet deprecated classes and their tests

MidoNet no longer uses the API component. It has been renamed/refactored
to "cluster" as it can be seen on the docs at
https://blog.midonet.org/introducing-midonet-cluster-services/

Also there is no need to have a Cassandra and Zookeeper dedicated
classes, as we leverage this through the use of the midonet_openstack
puppet module.

Change-Id: I2f17aeeac2d1b121be0d445ff555320d5af5d270
Partial-Bug: #1647302
manifests/network/midonet/api.pp [deleted file]
spec/classes/tripleo_cluster_cassandra_spec.rb [deleted file]
spec/classes/tripleo_cluster_zookeeper_spec.rb [deleted file]
spec/classes/tripleo_midonet_api_spec.rb [deleted file]