mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1070: Don't create HyervisorTemplateAdapter bean, it's already a @Component
The issue was completely different than a spring injection issue Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
fcb4b7a6a7
commit
7401b06cb1
|
|
@ -119,10 +119,6 @@
|
|||
<property name="name" value="Basic"/>
|
||||
</bean>
|
||||
|
||||
<bean id="hyervisorTemplateAdapter" class="com.cloud.template.HyervisorTemplateAdapter">
|
||||
<property name="name" value="HypervisorAdapter"/>
|
||||
</bean>
|
||||
|
||||
<!--
|
||||
Authenticators
|
||||
-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue