You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/05/02 07:06:58 UTC

[GitHub] rhtyd commented on a change in pull request #2071: CLOUDSTACK-9815 move CertService to more generic location

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:
users@infra.apache.org


With regards,
Apache Git Services