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:18:23 UTC

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

DaanHoogland 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_r114260306
 
 

 ##########
 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:
   @rhtyd we will address that when we make this into a CA-service. I'll create a ticket. It is really very minor.
 
----------------------------------------------------------------
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