Deprecate nova::cert

Nova Cert has been removed from Nova:
d6d5c6be0c

Let's deprecate it in puppet-nova.

Change-Id: If1bb581c6fa2aeba1d29464221e541e35aa46d74
This commit is contained in:
Emilien Macchi 2017-05-01 16:37:12 -04:00
parent 73f4c66154
commit 2125355d28
3 changed files with 6 additions and 1 deletions

View File

@ -25,6 +25,8 @@ class nova::cert(
include ::nova::deps
include ::nova::params
warning('nova::cert class is deprecated and will be removed in Queens.')
nova::generic_service { 'cert':
enabled => $enabled,
manage_service => $manage_service,

View File

@ -0,0 +1,4 @@
---
deprecations:
- nova::cert is deprecated and will be removed in Queens.
Nova removed the cert daemon during Pike cycle.

View File

@ -69,7 +69,6 @@ describe 'basic nova' do
class { '::nova::placement':
password => 'a_big_secret',
}
class { '::nova::cert': }
class { '::nova::client': }
class { '::nova::conductor': }
class { '::nova::consoleauth': }