Remove Nova Cert service

Nova Cert was removed in Nova:
d6d5c6be0c

We need to stop using it.

Change-Id: I0fb1dbc43d1d9e65362e0c1357c3de895ef7cc5c
This commit is contained in:
Emilien Macchi 2017-05-01 16:39:46 -04:00
parent 96f09de818
commit 1db893aec1
2 changed files with 4 additions and 1 deletions

View File

@ -378,7 +378,6 @@ class { '::nova::api':
include ::nova::cell_v2::simple_setup
include ::nova::placement
include ::nova::wsgi::apache_placement
include ::nova::cert
include ::nova::cron::archive_deleted_rows
include ::nova::conductor
include ::nova::scheduler

View File

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