Merge "Set package_service as glare"

This commit is contained in:
Jenkins 2016-10-10 11:47:16 +00:00 committed by Gerrit Code Review
commit bd04806ae8
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ firewall { $firewall_rule :
}
if $murano_plugins and has_key($murano_plugins, 'glance_artifacts_plugin') and $murano_plugins['glance_artifacts_plugin']['enabled'] {
$packages_service = 'glance'
$packages_service = 'glare'
} else {
$packages_service = 'murano'
}