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':
|
class { 'nova::api':
|
||||||
ensure_package => 'absent',
|
ensure_package => 'absent',
|
||||||
enabled => false,
|
enabled => false,
|
||||||
|
admin_password => 'not important as removed'
|
||||||
}
|
}
|
||||||
|
|
||||||
include nova::params
|
include nova::params
|
||||||
|
|
||||||
|
exec { 'post-nova_config':
|
||||||
|
command => '/bin/echo "Nova config has changed"',
|
||||||
|
refreshonly => true,
|
||||||
|
}
|
||||||
|
|
||||||
package { 'nova-common':
|
package { 'nova-common':
|
||||||
name => $nova::params::common_package_name,
|
name => $nova::params::common_package_name,
|
||||||
ensure => 'absent',
|
ensure => 'absent',
|
||||||
|
Loading…
Reference in New Issue
Block a user