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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user