use the new puppet-nova parameter for sync_power_state_interval

Use the new sync_power_state_interval parameter from puppet-nova to
avoid any breakage in the future, like Puppet resource duplication
error.

Depends-On: Ie82d88f16b42d4405853153460e20f38ba42714a
Change-Id: Ia2cff1c5f4bee28ff1d2b513f2d0b061ab0bbe83
This commit is contained in:
Emilien Macchi 2018-09-04 08:22:21 -04:00
parent ea030bb0fa
commit 8dcb08a4ec
2 changed files with 1 additions and 5 deletions

View File

@ -509,10 +509,6 @@ include ::heat::cors
include ::keystone::roles::admin
nova_config {
'DEFAULT/sync_power_state_interval': value => hiera('nova_sync_power_state_interval');
}
include ::nova::compute::ironic
include ::nova::network::neutron
include ::nova::cors

View File

@ -437,7 +437,7 @@ nova::compute::instance_usage_audit: true
nova::compute::instance_usage_audit_period: 'hour'
nova::compute::consecutive_build_service_disable_threshold: 0
nova::cron::archive_deleted_rows::destination: '/dev/null'
nova_sync_power_state_interval: -1
nova::compute::sync_power_state_interval: -1
nova::ironic::common::username: 'ironic'
nova::ironic::common::password: {{UNDERCLOUD_IRONIC_PASSWORD}}