diff options
author | Yang Xu <yang.xu3@huawei.com> | 2018-12-31 17:48:02 +0000 |
---|---|---|
committer | Yang Xu <yang.xu3@huawei.com> | 2018-12-31 17:56:21 +0000 |
commit | 65b84a4aa2b3973cb7aa65d8a1c58e036f6c99c9 (patch) | |
tree | f43c9184b0148da5fe4b27b1f402077ca9a31d03 /test/vcpe/vcpe.py | |
parent | 64339a8e5386bad2a871fa082889df1c4e649857 (diff) |
Use Openstack novaclient API in vCPE
Change-Id: Ia9a8a704b239d7372cc864732193072cf5fecfa1
Issue-ID: INT-791
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'test/vcpe/vcpe.py')
-rwxr-xr-x | test/vcpe/vcpe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vcpe/vcpe.py b/test/vcpe/vcpe.py index 8a46e359f..8f888c6d5 100755 --- a/test/vcpe/vcpe.py +++ b/test/vcpe/vcpe.py @@ -194,7 +194,7 @@ def tmp_sniro(): def test(): vcpecommon = VcpeCommon() - print("sdnc_oam_ip: %s" % (vcpecommon.sdnc_oam_ip)) + print("oom-k8s-04 public ip: %s" % (vcpecommon.get_vm_public_ip_by_nova('oom-k8s-04'))) if __name__ == '__main__': logging.basicConfig(level=logging.DEBUG, format='%(message)s') |