| Summary: | Manifest parser does not support empty object properties | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Maciej Bendkowski <maciej.bendkowski> |
| Component: | Deployment | Assignee: | Project Inbox <orion.server-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mamacdon |
| Version: | 6.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
Just tried this, and I see a warning:
> Empty property "env" in application "appName".
Seems like the empty property is indeed supported. Please reopen if I've missed anything.
|
Consider the following manifest: applications: - name: appName memory: 512M host: appHost domain: mybluemix.net env: { } services: MySQL: label: mysql version: '5.5' plan: '100' provider: core Note that the empty env property should be supported.