Code Review
/
sample_vnf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2179ea0
)
updated move script and default network
84/184/1
author
davidplunkett
<dp7642@att.com>
Wed, 1 Aug 2018 22:58:42 +0000
(18:58 -0400)
committer
davidplunkett
<dp7642@att.com>
Wed, 1 Aug 2018 22:58:42 +0000
(18:58 -0400)
Change-Id: I9fe9483305c207c9fe564029e900b23c0aa2ecfa
Signed-off-by: davidplunkett <dp7642@att.com>
ats-demo/run_ats-demo.sh
patch
|
blob
|
history
mv.sh
patch
|
blob
|
history
diff --git
a/ats-demo/run_ats-demo.sh
b/ats-demo/run_ats-demo.sh
index
e3aa870
..
719618a
100755
(executable)
--- a/
ats-demo/run_ats-demo.sh
+++ b/
ats-demo/run_ats-demo.sh
@@
-36,7
+36,7
@@
export OS_REGION_NAME=${OS_REGION_NAME:-RegionOne}
export NAMESPACE="${NAMESPACE:-openstack}"
STACK_NAME="${STACK_NAME:-ats-demo}"
-NETWORK_NAME="${NETWORK_NAME:-
external
}"
+NETWORK_NAME="${NETWORK_NAME:-
public
}"
ZONE="${ZONE:-nova}"
TIMEOUT="${TIMEOUT:-300}"
diff --git
a/mv.sh
b/mv.sh
index
1912dbb
..
abcda62
100755
(executable)
--- a/
mv.sh
+++ b/
mv.sh
@@
-14,6
+14,6
@@
# See the License for the specific language governing permissions and
# limitations under the License.
-scp -r ats-demo root@$1:/opt
+scp -r ats-demo
/*
root@$1:/opt
echo $?
exit 0