1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

fixing two build warnings

This commit is contained in:
Kathryn Alexander
2019-08-13 16:03:22 -04:00
committed by openshift-cherrypick-robot
parent 09449bf00b
commit ae4c58c2ff
2 changed files with 3 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ Use one of these procedures to create a virtual machine:
* Using the CLI
* Importing a VMware virtual machine or template with the virtual machine wizard
include::modules/cnv-creating-vm-wizard-web.adoc[leveloffset=+2]
include::modules/cnv-creating-vm-wizard-web.adoc[leveloffset=+1]
Refer to the virtual machine wizard fields section when running the web console wizard.
@@ -28,4 +28,3 @@ https://kubevirt.io/api-reference/master/definitions.html#_v1_virtualmachinespec
API Reference] for a definitive list of virtual machine settings.
include::modules/cnv-vm-storage-volume-types.adoc[leveloffset=+1]

View File

@@ -109,14 +109,14 @@ fine-grained filtering, use the whitelist / blacklist method.
found, and members whose LDAP entries are not found are ignored. The
default behavior for the sync job is to fail if a member of a group is not
found.
<2> When `true`, the sync job tolerates groups for which some members are outside
<3> When `true`, the sync job tolerates groups for which some members are outside
the user scope given in the `usersQuery` base DN, and members outside the member
query scope are ignored. The default behavior for the sync job is to fail if a
member of a group is out of scope.
.Prerequisites
* Create the configuration file.
* Create the configuration file.
.Procedure
@@ -147,5 +147,3 @@ users: <1>
----
<1> The users that are members of the group, as specified by the sync file.
Members for which lookup encountered tolerated errors are absent.