From ad92772e98b0fe628ed4c235ca652a708a196dd0 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Fri, 24 May 2019 14:12:40 +0200 Subject: [PATCH] Remove deprecate consoleauth Change-Id: Ibe2dc7123643600ad823e7b72fa76f4970f5a6d1 --- manifests/nova.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/nova.pp b/manifests/nova.pp index f3f12379c..cef0fac75 100644 --- a/manifests/nova.pp +++ b/manifests/nova.pp @@ -148,7 +148,6 @@ class openstack_integration::nova ( } class { '::nova::client': } class { '::nova::conductor': } - class { '::nova::consoleauth': } class { '::nova::cron::archive_deleted_rows': } if $volume_encryption { $keymgr_backend = 'castellan.key_manager.barbican_key_manager.BarbicanKeyManager'