rhtyd commented on a change in pull request #2309: CLOUDSTACK-10132: Multiple 
Management Servers Support for agents
URL: https://github.com/apache/cloudstack/pull/2309#discussion_r149403640
 
 

 ##########
 File path: utils/src/main/java/com/cloud/utils/PropertiesUtil.java
 ##########
 @@ -193,4 +195,19 @@ public static Properties loadFromFile(final File file)
         return properties;
     }
 
+    public static void persist(Properties properties, File file, String key, 
String value) throws IOException {
 
 Review comment:
   This can be removed as well. See how the keystore passphrase is persisted, 
follow that pattern. Hope this helps @nvazquez 

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