From 669a243f81e11b1fb4e74ac58f8c6f426f1c7751 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 5 Aug 2016 19:09:05 -0500 Subject: corrected the files as per review comment. Change-Id: Ib7ad9bdb54b29db25d37d80ad9c1259734032ef2 Signed-off-by: Narinder Gupta --- ci/02-deploybundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/02-deploybundle.sh') diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh index ffacef9f..12c58fc5 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -78,7 +78,7 @@ done #update source if trusty is target distribution var=os-$opnfvsdn-$fea-$opnfvtype"-"$opnfvdistro"_"$openstack -if [ "$osdomname" != "''" ]; then +if [ "$osdomname" != "None" ]; then var=$var"_"publicapi fi -- cgit 1.2.3-korg