rabbah commented on a change in pull request #3182: Fixes to Vagrantfile
URL:
https://github.com/apache/incubator-openwhisk/pull/3182#discussion_r161274119
##########
File path: tools/vagrant/Vagrantfile
##########
@@ -159,7 +159,7 @@ $script_end = <<SCRIPT
touch $HOME/.wskprops
chown -R vagrant:vagrant $HOME
# This allows user to see how to configure the wsk cli outside the VM
- wsk property set --apihost ${WHISK_IP} --namespace guest --auth `cat
${ANSIBLE_HOME}/files/auth.guest`
+ wsk property set --apihost http://${WHISK_IP}:10001 --namespace guest --auth
`cat ${ANSIBLE_HOME}/files/auth.guest`
Review comment:
this is bypassing the edge for the controller - why do this (certificate
signing perhaps ???)
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services