Comment 6 for bug 1540709

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

Reviewed: https://review.openstack.org/277079
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=72cc7bf68edc900df50c06549e1206ef715e0cd0
Submitter: Jenkins
Branch: master

commit 72cc7bf68edc900df50c06549e1206ef715e0cd0
Author: Lin Yang <email address hidden>
Date: Sat Feb 6 21:14:30 2016 +0800

    Fix incorrect result of listing templates

    - When user executes 'murano env-template-list', it only returns all
      templates belong this tenant, and doesn't include public templates
      from other tenants.
    - It returns all templates belong to tenant when only requests
      private templates.

    Change-Id: I50f70f28827c851139f74cff3923843c3d48170b
    Closes-Bug: #1542626
    Closes-Bug: #1540709