Switch nodepool_launcher.pp to nodepoolv3.yaml

We need nl01.o.o to use nodepoolv3.yaml, while nodepool.o.o still
exists.

Change-Id: Id2b61072d07eae59b36abe69eabb28d892c043ff
Depends-On: Ic04d3f625e4f0b05317ea6348b6d02e730bd61b3
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-02-20 14:13:44 -05:00
parent 1dcd4c950b
commit 3f94250539
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class openstackci::nodepool_launcher (
file { '/etc/nodepool/nodepool.yaml':
ensure => present,
source => $::project_config::nodepool_config_file,
source => $::project_config::nodepool_config_file_zuulv3,
owner => 'nodepool',
group => 'root',
mode => '0400',