diff options
author | 2017-02-15 19:23:33 +0000 | |
---|---|---|
committer | 2017-02-15 19:23:33 +0000 | |
commit | 0f1c1d66eb32630ed9fee936b233ed1ce68b5412 (patch) | |
tree | 7508b2cce3a711e9b369dc9b03c57623a0d80eef /puppet/upgrade_config.yaml | |
parent | b06e49302d510d0e5f28c585c41c52ef5bc8ad13 (diff) | |
parent | 5353f1c7c9cd4408d10745206165aa4950ad76c6 (diff) |
Merge "Add nova service support for composable upgrades"
Diffstat (limited to 'puppet/upgrade_config.yaml')
-rw-r--r-- | puppet/upgrade_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/upgrade_config.yaml b/puppet/upgrade_config.yaml index c37cc033..2cfd43f4 100644 --- a/puppet/upgrade_config.yaml +++ b/puppet/upgrade_config.yaml @@ -41,7 +41,7 @@ resources: - {get_param: SkipUpgradeConfigTags} tags: str_replace: - template: "stepSTEP" + template: "common,stepSTEP" params: STEP: {get_param: step} modulepath: /usr/share/ansible-modules |