Sync from SUSE:SLFO:Main cloud-regionsrv-client revision 0cacbab9ea5f7f9becd27f2a2ce59562

This commit is contained in:
2024-05-03 11:37:19 +02:00
commit 4854d59991
5 changed files with 1057 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- lib/cloudregister/smt.py.orig
+++ lib/cloudregister/smt.py
@@ -109,6 +109,7 @@ class SMT:
# --------------------------------------------------------------------
def get_ipv6(self):
"""Return the IP address"""
+ return None
# Before handling ipv6 the IP address was stored in the _ip
# member. When the SMT object is restored from an old pickeled
# file the _ipv6 member does not exist. Handle this transition