diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-09-19 02:29:04 -0700 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-09-19 03:05:08 -0700 |
commit | 64f33328e4fd3fca22382c29a26fb42be01593fe (patch) | |
tree | 6602ae07303244b3e1079cb46282ea1c6f682948 /ocata/vagrant/test/extsys.py | |
parent | 2d2d9bed8b1990da7e0e763578684b0c1084c036 (diff) |
add proxy test cases
Change-Id: Icc3595eb960c377479fd8f567cd371f013565778
Issue-Id: MULTICLOUD-95
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'ocata/vagrant/test/extsys.py')
-rw-r--r-- | ocata/vagrant/test/extsys.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |