From 5e832f8446f35045257f225c91b22cdafd9e3a3a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 12 Apr 2023 10:49:47 +0900 Subject: [PATCH] Revert "Ubuntu: Add nova to kvm group" This reverts commit f1d729fc6172e7d8b3c2896ad8abebaf5a51ba14. Reason for revert: The issue has been fixed in the latest nova package in UCA. Related-Bug: #2011535 Change-Id: Ie1fd92cb9f0cdfbd04b805f959f83b6628363ae8 --- manifests/nova.pp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/manifests/nova.pp b/manifests/nova.pp index 55fcae742..b8a26b8fa 100644 --- a/manifests/nova.pp +++ b/manifests/nova.pp @@ -250,17 +250,6 @@ class openstack_integration::nova ( } } - # Remove this once fix for bug 2011535 is released - if $facts['os']['name'] == 'Ubuntu' { - user { 'nova': - ensure => present, - name => 'nova', - groups => ['nova', 'kvm', 'libvirt-qemu'], - require => Anchor['nova::install::end'], - before => Anchor['nova::service::begin'], - } - } - Keystone_endpoint <||> -> Service['nova-compute'] Keystone_service <||> -> Service['nova-compute']