| Summary: | Missing services should not fail the deployment by default | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Maciej Bendkowski <maciej.bendkowski> |
| Component: | Deployment | Assignee: | Project Inbox <orion.server-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P4 | CC: | arthorne.eclipse, mamacdon, Szymon.Brandys |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Maciej Bendkowski
Couldn't reproduce this problem. I tried this: 1. deploy myapp, bound to service "cloudant" 2. cf unbind-service myapp cloudant 3. cf delete-service cloudant 4. Deploy the app again from the web IDE. The deploy succceeded, even though the app's manifest still references the deleted service. |