rhtyd commented on a change in pull request #2071: CLOUDSTACK-9815 move 
CertService to more generic location
URL: https://github.com/apache/cloudstack/pull/2071#discussion_r114259061
 
 

 ##########
 File path: 
server/resources/META-INF/cloudstack/core/spring-server-core-managers-context.xml
 ##########
 @@ -271,6 +271,6 @@
         
class="org.apache.cloudstack.region.gslb.GlobalLoadBalancingRulesServiceImpl" >
         <property name="gslbServiceProviders" 
value="#{gslbServiceProvidersRegistry.registered}" />
     </bean>
-    <bean id="certServiceImpl" 
class="org.apache.cloudstack.network.lb.CertServiceImpl" />
+    <bean id="certServiceImpl" 
class="org.apache.cloudstack.network.ssl.CertServiceImpl" />
 
 Review comment:
   @karuturi the interfaces are in 'tls' sub-package, but the impl are still in 
'ssl'?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to