Update the endpoint admin capability definition

The endpoint admin capability definition is not correct. Also only add parent
properties which are not overriden by children.

Change-Id: Ie7b050d092936eea9137bb86f21923290cf08c2e
Closes-Bug: #1511436
This commit is contained in:
spzala
2015-11-05 23:47:23 -08:00
parent ecf5a439ad
commit 56e369267c
3 changed files with 17 additions and 2 deletions

View File

@@ -468,7 +468,11 @@ tosca.capabilities.Endpoint:
tosca.capabilities.Endpoint.Admin:
derived_from: tosca.capabilities.Endpoint
properties:
secure: true
secure:
type: boolean
default: true
constraints:
- equal: true
tosca.capabilities.Scalable:
derived_from: tosca.capabilities.Root