From 64f33328e4fd3fca22382c29a26fb42be01593fe Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Tue, 19 Sep 2017 02:29:04 -0700 Subject: add proxy test cases Change-Id: Icc3595eb960c377479fd8f567cd371f013565778 Issue-Id: MULTICLOUD-95 Signed-off-by: Guo Ruijing --- ocata/vagrant/test/extsys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ocata/vagrant/test/extsys.py') diff --git a/ocata/vagrant/test/extsys.py b/ocata/vagrant/test/extsys.py index ba988311..59cf7a7b 100644 --- a/ocata/vagrant/test/extsys.py +++ b/ocata/vagrant/test/extsys.py @@ -27,7 +27,7 @@ tisr4 = { "password": "admin", "tenant": "admin", "type": "openstack", - "url": "http://192.168.0.10:5000/v3", + "url": "http://192.168.1.10:5000/v3", "userName": "admin", "vendor": "OpenStack", "version": "ocata", -- cgit 1.2.3-korg