Comment 19 for bug 1311223

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

Reviewed: https://review.openstack.org/94625
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=03dd894de4ad905dc170e358fad27d9c8ed62a73
Submitter: Jenkins
Branch: stable/icehouse

commit 03dd894de4ad905dc170e358fad27d9c8ed62a73
Author: Angus Salkeld <email address hidden>
Date: Thu May 1 11:20:55 2014 +1000

    Don't dynamically create provider types in the global env

    Only support this in user environments.
    Note: this is only when you have the following in your template
    resources:
      thingy:
        type: http://example.com/foo.template

    Doing this will avoid tenant-specific provider template URLs being
    shown globally in the resource-type listing.

    Co-Authored-By: Angus Salkeld <email address hidden>
    Closes-Bug: #1311223
    Change-Id: Ifa18108afacbda390b19b46a8f41bc4f018e95d6
    (cherry picked from commit a02ff20509171346d2a1d2a9df7c81aada134c52)