Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Replace deprecated nova::compute::ironic::max_concurrent_builds"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Sep 14, 2020
2 parents 785c9ca + 884be20 commit 003effe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/nova/nova-ironic-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ outputs:
- nova::compute::force_config_drive: true
nova::compute::reserved_host_memory: '0'
nova::compute::vnc_enabled: false
nova::compute::ironic::max_concurrent_builds: {get_param: IronicMaxConcurrentBuilds}
nova::compute::max_concurrent_builds: {get_param: IronicMaxConcurrentBuilds}
nova::ironic::common::password: {get_param: IronicPassword}
nova::ironic::common::project_name: 'service'
nova::ironic::common::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
Expand Down

0 comments on commit 003effe

Please sign in to comment.