Comment 9 for bug 1572785

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Related fix merged to puppet-modules/puppet-murano (mos-8.0)

Reviewed: https://review.fuel-infra.org/20559
Submitter: Ivan Berezovskiy <email address hidden>
Branch: mos-8.0

Commit: 4fa78a28259e2fdbdcaacdea38da2cc8279dfea2
Author: Denis Egorenko <email address hidden>
Date: Thu May 12 10:27:42 2016

Fix issue with importing packages with enabled Glare

Current provider is only work with standard storing packages in
murano database (package_service=murano by default) and doesn't
handling parameter package_service in get_murano_credentials function.
In situation when this parameter changed (for example to 'glance')
we can import murano package properly.

Also fix wrong regexp on checking existing packages.

As we have stable/8.0 upstream puppets under our custom tag hence
we need to backport this change too and bump then tag in library.

Also this patch will not be landed for stable/liberty in upstream
puppet-murano, because there is no support for Glare, only in library.

Change-Id: I7c8d207d278bf6ce6cddbb9e1448303bf1f88eb6
Closes-bug: #1572787
Related-bug: #1572785
(cherry picked from commit b36421130e4afcc55ff84c5bcf5d23ba07e2b361)