From 4cc5c1b7d01eb2e0c785d904f715bab1a5437c30 Mon Sep 17 00:00:00 2001 From: blsaws Date: Sun, 22 May 2016 21:55:53 -0700 Subject: Restore openstack clients to CLI test environment (needed for Centos) JIRA: COPPER-4 Change-Id: If85ed266c2d8ff21172260f08e016173c16df2f4 Signed-off-by: blsaws --- tests/dmz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/dmz.sh b/tests/dmz.sh index 4e0d350..3cff177 100644 --- a/tests/dmz.sh +++ b/tests/dmz.sh @@ -142,7 +142,7 @@ if [ -z $test_cirros1_ID ]; then fail fi -echo "Boot cirros2 with non-dmz image" +echo "Boot cirros2 with dmz image" nova boot --flavor m1.tiny --image cirros-0.3.3-x86_64-dmz --nic net-id=$test_internal_NET --security-groups dmz cirros2 test_cirros2_ID=$(nova list | awk "/ cirros2 / { print \$2 }") if [ -z $test_cirros1_ID ]; then -- cgit