You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/13 22:49:55 UTC

[GitHub] pritidesai commented on issue #734: Enable query of dynamic runtimes from deployment host

pritidesai commented on issue #734: Enable query of dynamic runtimes from deployment host
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/734#issuecomment-365432288
 
 
   @mrutkows We do have support for reading runtimes dynamically from openwhisk endpoint, PR #737 is adding info messages saying where the runtimes are coming from.
   
   With PR #737, wskdeploy produces info when the openwhisk endpoint is not reachable:
   ```
   Info: Unmarshal OpenWhisk runtimes from local values.
   ```
   
   and when its reading runtimes dynamically:
   
   ```
   Info: Unmarshal OpenWhisk runtimes from internet at https://openwhisk.ng.bluemix.net.
   ```

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