Skip to content

Commit

Permalink
Remove Nova Cert service
Browse files Browse the repository at this point in the history
Nova Cert was removed in Pike:
openstack/nova@d6d5c6b

Let's stop deploying it.

Change-Id: Icfa16fd2fe2323ee11083f4d6b8f4850fbf2b1c5
  • Loading branch information
EmilienM committed May 1, 2017
1 parent 473e31e commit 412d03d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 0 additions & 6 deletions packstack/puppet/modules/packstack/manifests/nova/cert.pp

This file was deleted.

1 change: 0 additions & 1 deletion packstack/puppet/templates/controller.pp
Expand Up @@ -73,7 +73,6 @@
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'
Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/nova-cert-86fb2f0ddc53b032.yaml
@@ -0,0 +1,4 @@
---
other:
- Removing Nova cert service, which has been removed in Nova
during Pike cycle.

0 comments on commit 412d03d

Please sign in to comment.