summaryrefslogtreecommitdiffstats
path: root/auth/docker/aaf.sh
diff options
context:
space:
mode:
authorvarun gudisena <varuneshwar.gudisena@att.com>2018-10-24 18:24:33 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-24 18:24:33 +0000
commiteb1a7439bbbd282fe2ff4f76a82a7f337323996e (patch)
treec2b63d3e899704714feeb1179a696a6db7a6a881 /auth/docker/aaf.sh
parent2c45841ac4e403d896df49d9214d8ec56587003b (diff)
parenteccc9022dce35a561e12a071e45ac808b456e204 (diff)
Merge "remove Cass references"
Diffstat (limited to 'auth/docker/aaf.sh')
-rw-r--r--auth/docker/aaf.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/auth/docker/aaf.sh b/auth/docker/aaf.sh
index f9cf1bc3..71197278 100644
--- a/auth/docker/aaf.sh
+++ b/auth/docker/aaf.sh
@@ -1,8 +1,5 @@
#!/bin/bash
. ./d.props
-if [ -e ./cass.props ]; then
- . ./cass.props
-fi
DOCKER=${DOCKER:=docker}
function run_it() {