From 906b3b2f7e85f1269d009684b1a557a6c19e96bc Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Tue, 2 Feb 2016 10:34:06 +0100 Subject: Use openstack client to avoid keystone deprecation warnings Change-Id: Ib82b3f20d0c23fc67201c7159e3b3a6de5c201cf Signed-off-by: jose.lausuch --- testcases/Controllers/ONOS/Teston/CI/onosfunctest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testcases/Controllers/ONOS') diff --git a/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py b/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py index 4b377941..bf031cb4 100644 --- a/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py +++ b/testcases/Controllers/ONOS/Teston/CI/onosfunctest.py @@ -142,7 +142,7 @@ def GetResult(): return payload def SetOnosIp(): - cmd = "keystone catalog --service network | grep publicURL" + cmd = "openstack catalog show network | grep publicURL" cmd_output = os.popen(cmd).read() OC1=re.search(r"\d+\.\d+\.\d+\.\d+",cmd_output).group() os.environ['OC1'] = OC1 -- cgit 1.2.3-korg