SudharmaJain commented on a change in pull request #2271: CLOUDSTACK-10087 
Template registration errors out when template URL i?
URL: https://github.com/apache/cloudstack/pull/2271#discussion_r147066676
 
 

 ##########
 File path: systemvm/patches/debian/config/etc/init.d/cloud-early-config
 ##########
 @@ -1302,6 +1303,18 @@ EOF
   cp -f /etc/iptables/rt_tables_init /etc/iproute2/rt_tables
 }
 
+import_jvm_cacerts(){
+ log_it "importing jvm keystore to realhostip keystore"
+ keyStore=/usr/local/cloud/systemvm/certs/realhostip.keystore
+ storepass="vmops.com"
+ java_home=$(readlink -f $(which java) | sed "s:/bin/java::")
 
 Review comment:
   @svenvogel java_home is a local variable that i have defined in 
import_jvm_cacerts.  
   
   @karuturi cloud-agent script contains a code snippet as "export JAVA_HOME", 
but I don't think it initializes JAVA_HOME environment variable.

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