Skip to content

Commit bb57715

Browse files
committed
Cleanup block storage encryption LA notice
1 parent 42ca199 commit bb57715

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

linode_api4/groups/linode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ def instance_create(
322322
:param firewall: The firewall to attach this Linode to.
323323
:type firewall: int or Firewall
324324
:param disk_encryption: The disk encryption policy for this Linode.
325-
NOTE: Disk encryption may not currently be available to all users.
326325
:type disk_encryption: InstanceDiskEncryptionType or str
327326
:param interfaces: An array of Network Interfaces to add to this Linode’s Configuration Profile.
328327
At least one and up to three Interface objects can exist in this array.

linode_api4/groups/volume.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def create(self, label, region=None, linode=None, size=20, **kwargs):
4848
:type tags: list[str]
4949
:param encryption: Whether the new Volume should opt in or out of disk encryption.
5050
:type encryption: str
51-
Note: Block Storage Disk Encryption is not currently available to all users.
5251
:returns: The new Volume.
5352
:rtype: Volume
5453
"""

linode_api4/objects/linode.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,6 @@ def disk_create(
13931393
should already be set up, see :any:`ProfileGroup.ssh_keys`
13941394
for details.
13951395
:param disk_encryption: The disk encryption policy for this Linode.
1396-
NOTE: Disk encryption may not currently be available to all users.
13971396
:type disk_encryption: InstanceDiskEncryptionType or str
13981397
:param stackscript: A StackScript object, or the ID of one, to deploy to this
13991398
disk. Requires deploying a compatible image.
@@ -1587,7 +1586,6 @@ def rebuild(
15871586
the key.
15881587
:type authorized_keys: list or str
15891588
:param disk_encryption: The disk encryption policy for this Linode.
1590-
NOTE: Disk encryption may not currently be available to all users.
15911589
:type disk_encryption: InstanceDiskEncryptionType or str
15921590
15931591
:returns: The newly generated password, if one was not provided

0 commit comments

Comments
 (0)