Skip to content

Commit fd44934

Browse files
PaulAngussureshanaparti
authored andcommitted
remove blacklist and whitelist phrases
1 parent d152293 commit fd44934

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

source/adminguide/networking/virtual_private_cloud_config.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -648,16 +648,16 @@ to be routed back to the gateway.
648648
Wait for few seconds until the new route is created.
649649

650650

651-
Blacklisting Routes
651+
Deny Listing Routes
652652
^^^^^^^^^^^^^^^^^^^
653653

654654
CloudStack enables you to block a list of routes so that they are not
655655
assigned to any of the VPC private gateways. Specify the list of routes
656-
that you want to blacklist in the ``blacklisted.routes`` global
656+
that you want to deny in the ``denylisted.routes`` global
657657
parameter. Note that the parameter update affects only new static route
658658
creations. If you block an existing static route, it remains intact and
659659
continue functioning. You cannot add a static route if the route is
660-
blacklisted for the zone.
660+
denied for the zone.
661661

662662

663663
Deploying VMs to the Tier

source/adminguide/virtual_machines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ VM Instance Settings
13561356
Each user VM has a set of "details" associated with it (as visible via listVirtualMachine API call) - those "details" are shown on the "Settings" tab of the VM in the GUI (words "setting(s)" and "detail(s)" are here used interchangeably).
13571357

13581358
The Settings tab is always present/visible, but settings can be changed only when the VM is in a Stopped state.
1359-
Some VM details/settings can be hidden via "user.vm.blacklisted.details" global setting (you can find below the list of those hidden by default).
1359+
Some VM details/settings can be hidden via "user.vm.denylisted.details" global setting (you can find below the list of those hidden by default).
13601360

13611361
When adding a new setting or modifying the existing ones, setting names are shown/offered in a drop-down list, as well as their possible values (with the exception of boolean or numerical values).
13621362

source/installguide/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,7 @@ zone router.template.kvm Name of the
16231623
zone router.template.vmware Name of the default router template on VMware.
16241624
zone enable.dynamic.scale.vm Enable or diable dynamically scaling of a VM.
16251625
zone use.external.dns Bypass internal DNS, and use the external DNS1 and DNS2
1626-
zone blacklisted.routes Routes that are blacklisted cannot be used for creating static routes for a VPC Private Gateway.
1626+
zone denylisted.routes Routes that are deny-listed cannot be used for creating static routes for a VPC Private Gateway.
16271627
======== ========================================================= ======================================================================================================================================
16281628

16291629

source/installguide/hypervisor/kvm.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -827,10 +827,10 @@ Preparing
827827
^^^^^^^^^
828828

829829
To make sure that the native bridge module will not interfere with
830-
openvswitch the bridge module should be added to the blacklist. See the
831-
modprobe documentation for your distribution on where to find the
832-
blacklist. Make sure the module is not loaded either by rebooting or
833-
executing rmmod bridge before executing next steps.
830+
openvswitch the bridge module should be added to the deny list (likely named
831+
'blacklist') see the modprobe documentation for your distribution on
832+
where to find the deny list. Make sure the module is not loaded either
833+
by rebooting or executing rmmod bridge before executing next steps.
834834

835835
The network configurations below depend on the ifup-ovs and ifdown-ovs
836836
scripts which are part of the openvswitch installation. They should be

source/plugins/ovs-plugin.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ KVM hypervisor:
8383
- CentOS 6.4 is recommended.
8484

8585
- To make sure that the native bridge module will not interfere with
86-
openvSwitch the bridge module should be added to the blacklist. See the
87-
modprobe documentation for your distribution on where to find the blacklist.
86+
openvSwitch the bridge module should be added to the deny list. See the
87+
modprobe documentation for your distribution on where to find the deny list
88+
(likely named 'blacklist').
8889
Make sure the module is not loaded either by rebooting or executing rmmod
8990
bridge before executing next steps.
9091

0 commit comments

Comments
 (0)