GabrielBrascher commented on a change in pull request #4205:
URL: https://github.com/apache/cloudstack/pull/4205#discussion_r654738862
##########
File path:
engine/schema/src/main/resources/META-INF/cloudstack/core/spring-engine-schema-core-daos-context.xml
##########
@@ -148,6 +148,7 @@
<bean id="nicIpAliasDaoImpl" class="com.cloud.vm.dao.NicIpAliasDaoImpl" />
<bean id="objectInDataStoreDaoImpl"
class="org.apache.cloudstack.storage.db.ObjectInDataStoreDaoImpl" />
<bean id="ovsProviderDaoImpl"
class="com.cloud.network.dao.OvsProviderDaoImpl" />
+ <bean id="TungstenControllerDaoImpl"
class="com.cloud.network.dao.TungstenProviderDaoImpl"/>
Review comment:
`<bean id="TungstenControllerDaoImpl" class...` -> `<bean
id="tungstenControllerDaoImpl" class...`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]