You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/02/14 15:34:00 UTC

[incubator-openwhisk] branch master updated: removing unused param since we now use env var for this purpose (#3214)

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

csantanapr 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 450b1db  removing unused param since we now use env var for this purpose (#3214)
450b1db is described below

commit 450b1db1aeafea6cd47df6b0951cd33611418ca0
Author: Belinda Vennam <be...@gmail.com>
AuthorDate: Wed Feb 14 09:33:56 2018 -0600

    removing unused param since we now use env var for this purpose (#3214)
---
 ansible/tasks/installOpenwhiskCatalog.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ansible/tasks/installOpenwhiskCatalog.yml b/ansible/tasks/installOpenwhiskCatalog.yml
index 4b5eac5..810de99 100644
--- a/ansible/tasks/installOpenwhiskCatalog.yml
+++ b/ansible/tasks/installOpenwhiskCatalog.yml
@@ -18,7 +18,6 @@
 
 - set_fact:
     skip_catalog_install="{{ item.value.skip | default(false) }}"
-    optional_package_skip="{{ item.value.optional_package_skip | default(true) }}"
 
 - set_fact:
     environment_catalog:

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.