Fix remove nova api resource
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
parent
f4bb568aee
commit
43843b6f61
@ -1,10 +1,16 @@
|
||||
class { 'nova::api':
|
||||
ensure_package => 'absent',
|
||||
enabled => false,
|
||||
admin_password => 'not important as removed'
|
||||
}
|
||||
|
||||
include nova::params
|
||||
|
||||
exec { 'post-nova_config':
|
||||
command => '/bin/echo "Nova config has changed"',
|
||||
refreshonly => true,
|
||||
}
|
||||
|
||||
package { 'nova-common':
|
||||
name => $nova::params::common_package_name,
|
||||
ensure => 'absent',
|
||||
|
Loading…
Reference in New Issue
Block a user