Bug 1511847
Summary: | Shouldn't remove servicebinding when deprovision serviceinstance from UI | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | XiuJuan Wang <xiuwang> |
Component: | Service Broker | Assignee: | Jessica Forrester <jforrest> |
Status: | CLOSED NOTABUG | QA Contact: | Zhang Cheng <chezhang> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.7.0 | CC: | aos-bugs, jmatthew, spadgett |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-10 13:41:14 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: |
Description
XiuJuan Wang
2017-11-10 09:54:26 UTC
This is intended behavior. We remove the service binding first since you cannot delete the instance fully without removing the binding. This is why we say in the dialog it will delete all data. I understand the CLI works differently. Improved CLI support for service catalog is coming in a later release. Here is the PR that specifically enabled this behavior with some background discussion. https://github.com/openshift/origin-web-console/pull/2150 |