Comment 4 for bug 1452942

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (stable/kilo)

Reviewed: https://review.openstack.org/181344
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=48267e63ca587876b47faf1877156d1cf65d4808
Submitter: Jenkins
Branch: stable/kilo

commit 48267e63ca587876b47faf1877156d1cf65d4808
Author: Kirill Zaitsev <email address hidden>
Date: Fri May 8 03:57:43 2015 +0300

    Use catalog=True for package_loader queries

    Package loader attempts to load packages during deployment, therefore it
    needs to see all the packages it can deploy, therefore it needs
    catalog=True context for that.
    This is related to api behaviour change, that allows packages api to
    distinct between packages one can deploy and packages one can edit.

    Change-Id: I5ffdc2728202f212408b9a5b4b6b267084c5723d
    Closes-Bug: #1452942