Remove Nova Cert service

Nova Cert was removed in Pike:
d6d5c6be0c

Let's stop deploying it.

Change-Id: Icfa16fd2fe2323ee11083f4d6b8f4850fbf2b1c5
This commit is contained in:
Emilien Macchi 2017-05-01 16:41:30 -04:00
parent 473e31e8e6
commit 412d03dca6
3 changed files with 4 additions and 7 deletions

View File

@ -1,6 +0,0 @@
class packstack::nova::cert ()
{
class { '::nova::cert':
enabled => true,
}
}

View File

@ -73,7 +73,6 @@ if hiera('CONFIG_NOVA_INSTALL') == 'y' {
include '::packstack::nova'
include '::packstack::nova::common'
include '::packstack::nova::api'
include '::packstack::nova::cert'
include '::packstack::nova::conductor'
if hiera('CONFIG_IRONIC_INSTALL') == 'y' {
include '::packstack::nova::sched::ironic'

View File

@ -0,0 +1,4 @@
---
other:
- Removing Nova cert service, which has been removed in Nova
during Pike cycle.