[env-templates] Public/private filters for environment templates doesn't work correctly
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Fix Released
|
Medium
|
Lin Yang |
Bug Description
1. Create Public and Private templates in primary tenant
2. Create Private template in alt tenant
3. Make request to /v1/templates?
4. Make sure, that all ok
5. Make request to /v1/templates?
Expected: Only private templates returned
Actual: All templates, belongs to tenant is listed
Example:
{u'updated': u'2016-
Changed in murano: | |
assignee: | nobody → Lin Yang (lin-a-yang) |
Hey, Lin! It's very cool, that you assigned bug to yourself! Thank you! /github. com/openstack/ murano/ blob/master/ murano/ api/v1/ templates. py#L52
Some fruitful information about it:
Code. that you need, located here: https:/