policy-type schema not exposed following RESTful API
Bug #1523102 reported by
Qiming Teng
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
senlin |
Fix Released
|
High
|
Qiming Teng |
Bug Description
policy type schema are currently exposed at:
method: GET
uri: /policy-
The returned response contains:
"spec": {
...
}
This is not conforming to the RESTful API principle. Should be revised as:
method: GET
uri: /policy-
The returned response should contain:
"policy_type": {
"name": "name",
"schema": {
...
}
}
Changed in senlin: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/253812
Review: https:/