From 20a674e7fb326e634e8632449c9575c5b220e466 Mon Sep 17 00:00:00 2001 From: Denis Egorenko Date: Fri, 1 Jul 2016 16:13:50 +0300 Subject: [PATCH] Fix wrong repo label for pinning Actual repo labes is 'detach-murano' Change-Id: I37dd9200df970e32680f758fb46bc27c7147b1bb --- deployment_scripts/manifests/pin_murano_plugin_repo.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment_scripts/manifests/pin_murano_plugin_repo.pp b/deployment_scripts/manifests/pin_murano_plugin_repo.pp index 24585b0..52542df 100644 --- a/deployment_scripts/manifests/pin_murano_plugin_repo.pp +++ b/deployment_scripts/manifests/pin_murano_plugin_repo.pp @@ -7,7 +7,7 @@ $plugin_version = $detach_murano['metadata']['plugin_version'] $pins = { "detach-murano-${plugin_version}" => { 'priority' => 1200, - 'label' => 'murano-plugin', + 'label' => 'detach-murano', }, }