Skip to content

Commit

Permalink
Remove wrong operations
Browse files Browse the repository at this point in the history
  • Loading branch information
miwurster committed Jan 26, 2021
1 parent a7dd071 commit cc9da4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Definitions xmlns="http://docs.oasis-open.org/tosca/ns/2011/12" xmlns:winery="http://www.opentosca.org/winery/extensions/tosca/2013/02/12" xmlns:selfservice="http://www.eclipse.org/winery/model/selfservice" xmlns:testwineryopentoscaorg="http://test.winery.opentosca.org" targetNamespace="https://edmm.uni-stuttgart.de/nodetypes" id="winery-defs-for_ntyIgeneral2-Compute">
<NodeType name="Compute" targetNamespace="https://edmm.uni-stuttgart.de/nodetypes">
<NodeType name="Compute" abstract="no" final="no" targetNamespace="https://edmm.uni-stuttgart.de/nodetypes">
<winery:PropertiesDefinition elementname="properties" namespace="https://edmm.uni-stuttgart.de/nodetypes/propertiesdefinition/winery">
<winery:properties>
<winery:key>os_family</winery:key>
Expand All @@ -23,10 +23,6 @@
<winery:type>xsd:string</winery:type>
</winery:properties>
</winery:PropertiesDefinition>
<Interfaces>
<Interface name="http://opentosca.org/interfaces/lifecycle">
<Operation name="configure"/>
</Interface>
</Interfaces>
<Interfaces/>
</NodeType>
</Definitions>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<Interfaces>
<Interface name="http://opentosca.org/interfaces/lifecycle">
<Operation name="configure"/>
<Operation name="start"/>
</Interface>
</Interfaces>
</NodeType>
Expand Down

0 comments on commit cc9da4c

Please sign in to comment.