Bug 1115274
| Summary: | [origin_broker_241] RESTAPI can not show which region is the default | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Jianwei Hou <jhou> |
| Component: | Pod | Assignee: | Ravi Sankar <rpenta> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | jokerman, mmccomas, rpenta |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-10 00:48:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1116124, 1116836 | ||
|
Description
Jianwei Hou
2014-07-02 06:10:33 UTC
Commit pushed to master at https://github.com/openshift/li https://github.com/openshift/li/commit/6f3b7f26ecfaaf31a8d48733847ea4d9d5c2eb0f Bug 1115274 - Fix 'default' field in /regions REST api Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/0598d3648d0e33052970a83a229296f9cb6396ab Bug 1115274 - Fix 'default' field in /regions REST api Verified on devenv_4940, the default region can be shown properly
{
"api_version": 1.7,
"data": [
{
"default": true,
"id": "53ba3d321b5cd03c51000001",
"name": "region_1",
"zones": [
]
},
{
"default": false,
"id": "53ba3d49e3afb83cfc000001",
"name": "region_2",
"zones": [
]
}
],
"messages": [
{
"exit_code": 0,
"field": null,
"index": null,
"severity": "info",
"text": "Listing 2 region(s)"
}
],
"status": "ok",
"supported_api_versions": [
1.0,
1.1,
1.2,
1.3,
1.4,
1.5,
1.6,
1.7
],
"type": "regions",
"version": "1.7"
}
|