Skip to content

Commit 206a792

Browse files
Cleanup block storage encryption LA notice (#655)
1 parent ecb5c3c commit 206a792

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
@@ -1448,7 +1448,6 @@ def disk_create(
14481448
should already be set up, see :any:`ProfileGroup.ssh_keys`
14491449
for details.
14501450
:param disk_encryption: The disk encryption policy for this Linode.
1451-
NOTE: Disk encryption may not currently be available to all users.
14521451
:type disk_encryption: InstanceDiskEncryptionType or str
14531452
:param stackscript: A StackScript object, or the ID of one, to deploy to this
14541453
disk. Requires deploying a compatible image.
@@ -1642,7 +1641,6 @@ def rebuild(
16421641
the key.
16431642
:type authorized_keys: list or str
16441643
:param disk_encryption: The disk encryption policy for this Linode.
1645-
NOTE: Disk encryption may not currently be available to all users.
16461644
:type disk_encryption: InstanceDiskEncryptionType or str
16471645
16481646
:returns: The newly generated password, if one was not provided

0 commit comments

Comments
 (0)