From 65b84a4aa2b3973cb7aa65d8a1c58e036f6c99c9 Mon Sep 17 00:00:00 2001 From: Yang Xu Date: Mon, 31 Dec 2018 17:48:02 +0000 Subject: Use Openstack novaclient API in vCPE Change-Id: Ia9a8a704b239d7372cc864732193072cf5fecfa1 Issue-ID: INT-791 Signed-off-by: Yang Xu --- test/vcpe/vcpe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/vcpe/vcpe.py') 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') -- cgit 1.2.3-korg