mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Fix the typo in componentContext.xml.in
HypervisorTemplateAdapter was mispelt causing server to not startup. Reported-by: Dave Cahill <dcahill@midokura.net.jp> Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
88355b9457
commit
b683c34d3f
@ -140,7 +140,7 @@
|
||||
<property name="name" value="Basic"/>
|
||||
</bean>
|
||||
|
||||
<bean id="hyervisorTemplateAdapter" class="com.cloud.template.HyervisorTemplateAdapter">
|
||||
<bean id="HypervisorTemplateAdapter" class="com.cloud.template.HypervisorTemplateAdapter">
|
||||
<property name="name" value="HypervisorAdapter"/>
|
||||
</bean>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user