You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/16 14:11:02 UTC

[GitHub] rabbah commented on a change in pull request #2623: WhiskProperties helper method to access whisk.api.localhost.name

rabbah commented on a change in pull request #2623: WhiskProperties helper method to access whisk.api.localhost.name
URL: https://github.com/apache/incubator-openwhisk/pull/2623#discussion_r133460521
 
 

 ##########
 File path: tests/src/test/scala/common/WhiskProperties.java
 ##########
 @@ -200,6 +200,8 @@ public static String getRouterHost() {
         return whiskProperties.getProperty("router.host");
     }
 
+    public static String getApiLocalHostName() { return whiskProperties.getProperty("whisk.api.localhost.name"); }
 
 Review comment:
   if this is not used in open, note that you can always get a named property like this: `WhiskProperties.getProperty(name)`.
 
----------------------------------------------------------------
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