Skip to content

Commit 0f8c4d0

Browse files
committed
baremetal: Remove old templateadapter in cloud-server, fix spring xmls
The BareMetalTemplateAdapter in cloud-server is old and was introduced by recent branch merges, Frank had separated and moved code to the baremetal plugin so we will use that. Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
1 parent 1f28e64 commit 0f8c4d0

3 files changed

Lines changed: 2 additions & 227 deletions

File tree

client/tomcatconf/componentContext.xml.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,7 @@
107107

108108
<bean id="hypervisorTemplateAdapter" class="com.cloud.template.HypervisorTemplateAdapter">
109109
<property name="name" value="HypervisorAdapter"/>
110-
</bean>
111-
112-
<bean id="bareMetalTemplateAdapter" class="com.cloud.baremetal.BareMetalTemplateAdapter">
113-
<property name="name" value="BareMetalAdapter"/>
114-
</bean>
110+
</bean>
115111

116112
<!--
117113
Storage pool allocators

client/tomcatconf/nonossComponentContext.xml.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,7 @@
113113

114114
<bean id="hypervisorTemplateAdapter" class="com.cloud.template.HypervisorTemplateAdapter">
115115
<property name="name" value="HypervisorAdapter"/>
116-
</bean>
117-
118-
<bean id="bareMetalTemplateAdapter" class="com.cloud.baremetal.BareMetalTemplateAdapter">
119-
<property name="name" value="BareMetalAdapter"/>
120-
</bean>
116+
</bean>
121117

122118
<!--
123119
Storage pool allocators

server/src/com/cloud/baremetal/BareMetalTemplateAdapter.java

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)