This is an automated email from the ASF dual-hosted git repository.

dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 96e5e7c  remove invoker.instances from whisk.properties template 
(#3046)
96e5e7c is described below

commit 96e5e7cabf880d18d3bff62ef0328dd038256392
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Fri Jan 5 15:57:52 2018 -0500

    remove invoker.instances from whisk.properties template (#3046)
    
    The number of invoker instances may be a dynamic property of
    the deployment; we shouldn't be exposing it in whisk.properties.
---
 ansible/templates/whisk.properties.j2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ansible/templates/whisk.properties.j2 
b/ansible/templates/whisk.properties.j2
index 24dc70e..9096b9e 100644
--- a/ansible/templates/whisk.properties.j2
+++ b/ansible/templates/whisk.properties.j2
@@ -64,7 +64,6 @@ invoker.container.dns={{ 
invoker_container_network_dns_servers | default()}}
 invoker.numcore={{ invoker.numcore }}
 invoker.coreshare={{ invoker.coreshare }}
 invoker.useRunc={{ invoker.useRunc }}
-invoker.instances={{ invoker.instances }}
 
 main.docker.endpoint={{ hostvars[groups["controllers"]|first].ansible_host 
}}:{{ docker.port }}
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].

Reply via email to