Skip to content

Commit 638f8de

Browse files
committed
Deprecate xen from SDKs and Tools
1 parent 6dc0564 commit 638f8de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

linode_api4/objects/linode.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def resize(self, new_size):
217217
class Kernel(Base):
218218
"""
219219
The primary component of every Linux system. The kernel interfaces
220-
with the system’s hardware and it controls the operating system’s core functionality.
220+
with the system’s hardware, and it controls the operating system’s core functionality.
221221
222222
Your Compute Instance is capable of running one of three kinds of kernels:
223223
@@ -251,7 +251,7 @@ class Kernel(Base):
251251
"updates": Property(),
252252
"version": Property(),
253253
"architecture": Property(),
254-
"xen": Property(),
254+
"xen": Property(), # deprecated and not returned by the API anymore, but left here for backward compatibility
255255
"built": Property(),
256256
"pvops": Property(),
257257
}

0 commit comments

Comments
 (0)