Set package_service as glare

Option package_service now should be set to 'glare' because 'glance'
is deprecated and will not be used in future.

Change-Id: Ie5854608b9de37e21b2d260477c71b1d095f2837
Closes-bug: #1630209
This commit is contained in:
Denis Egorenko 2016-10-04 15:26:02 +03:00
parent 3baa7a973b
commit 02e93767ab
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'
}