Remove deprecate consoleauth

Change-Id: Ibe2dc7123643600ad823e7b72fa76f4970f5a6d1
This commit is contained in:
Tobias Urdin 2019-05-24 14:12:40 +02:00
parent d185a7cf47
commit ad92772e98
1 changed files with 0 additions and 1 deletions

View File

@ -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'