nova: drop nova::cert

nova::cert was deploying Nova Cert service for X509 certificates,
required when running Nova EC2 API that does not exist anymore in
Mitaka [1].

Let's drop this class, since we don't run EC2 API anymore.

http://docs.openstack.org/developer/nova/man/nova-cert.html

Change-Id: I5b37b5b3871196bdc93495efd94221cd1ac632d4
This commit is contained in:
Emilien Macchi 2016-03-07 10:58:12 -05:00
parent 300718bea5
commit cde1db6f2d

@ -58,7 +58,6 @@ class openstack_integration::nova (
default_floating_pool => 'public',
sync_db_api => true,
}
class { '::nova::cert': }
class { '::nova::client': }
class { '::nova::conductor': }
class { '::nova::consoleauth': }