diff options
author | Bryan Sullivan <bryan.sullivan@att.com> | 2017-11-21 08:34:02 -0800 |
---|---|---|
committer | Bryan Sullivan <bryan.sullivan@att.com> | 2017-11-21 08:34:02 -0800 |
commit | 8c994b1c3e7579cac772cf95c83da04818bf22cd (patch) | |
tree | dbb7be61db967860f1ab4c80cb35d9996e9712b2 /tools | |
parent | 13338ce6fb31a3432e896bbb5be6ac8780a6e541 (diff) |
Switch from guest to node mode.
JIRA: VES-2
Change-Id: I3e61f7f226fe05c79a0f91cc97b8a8ad685ff4ea
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/demo_deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/demo_deploy.sh b/tools/demo_deploy.sh index b0b76e8..c326375 100644 --- a/tools/demo_deploy.sh +++ b/tools/demo_deploy.sh @@ -47,7 +47,7 @@ if [[ "$1" == "master" ]]; then ssh -x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ubuntu@$node <<EOF ves_host="$master" export ves_host - ves_mode="guest" + ves_mode="node" export ves_mode ves_user="hello" export ves_user |