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/09/19 08:55:40 UTC

[GitHub] daisy-ycguo opened a new issue #514: Rules and triggers are not created under default package

daisy-ycguo opened a new issue #514: Rules and triggers are not created under default package
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/514
 
 
   I noticed that rules and triggers are not created under default package. For example, after deploying the cloudant use case, following items will be created. Actions are in package `cloudant-sample`, but rules and triggers are in default package. I think it is a bug and it should be fixed.
   
   ```
   Entities in namespace: guoyingc@cn.ibm.com_dev
   packages
   /guoyingc@cn.ibm.com_dev/openwhisk-cloudant                            private
   /guoyingc@cn.ibm.com_dev/cloudant-sample                               private
   actions
   /guoyingc@cn.ibm.com_dev/cloudant-sample/process-change-cloudant-sequence private sequence
   /guoyingc@cn.ibm.com_dev/cloudant-sample/process-change                private nodejs:6
   triggers
   /guoyingc@cn.ibm.com_dev/data-inserted-trigger                         private
   rules
   /guoyingc@cn.ibm.com_dev/log-change-rule                               private
   ```
 
----------------------------------------------------------------
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