Comment 3 for bug 1452942

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

Reviewed: https://review.openstack.org/181264
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=2ef7fbf021eada89b80a060903fd62ba8ea8529c
Submitter: Jenkins
Branch: master

commit 2ef7fbf021eada89b80a060903fd62ba8ea8529c
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