Bug 1042207

Summary: [RFE][heat]: Filter resource-types by support status
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: openstack-heatAssignee: RHOS Maint <rhos-maint>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: unspecifiedCC: markmc, mlopes, sbaker, sdake, shardy, yeylon
Target Milestone: gaKeywords: FutureFeature
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/heat/+spec/filter-resources-by-support
Whiteboard: upstream_milestone_icehouse-2 upstream_status_implemented upstream_definition_approved
Fixed In Version: Doc Type: Enhancement
Doc Text:
This enhancement allows resources to be filtered by support and maturity status. This was added to enable users to view a resource plugin's support status. As a result, only a filtered subset of resources would be returned by the 'resource-types' API.
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-22 19:08:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 21:22:22 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/filter-resources-by-support.

Description:

When querying the api for resource types, the user should be able to filter the results by support status

So, the workflow would be:

1. Add the ability to querying for all existing resource types to python-heatclient and to filtering it by status.
2. In heat api 'list_resource_types' function is already implemented. We want this function to return dictionary like {'resource_type' : 'support_status'}

Specification URL (additional information):

None

Comment 2 Stephen Gordon 2014-01-23 20:51:19 UTC
Moving to POST based on upstream status (Implemented).