Skip to content

Commit 169a461

Browse files
committed
fixing multiple typos
1 parent 624a414 commit 169a461

4 files changed

Lines changed: 7 additions & 10 deletions

docs_user/modules/proc_adopting-compute-services-to-the-data-plane.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,11 @@ kind: OpenStackDataPlaneNodeSet
403403
metadata:
404404
name: openstack-$CELL
405405
spec:
406-
tlsEnabled: false
406+
tlsEnabled: false
407407
networkAttachments:
408408
- ctlplane
409409
preProvisioned: true
410-
services:
410+
services:
411411
ifeval::["{build}" == "downstream"]
412412
- redhat
413413
endif::[]
@@ -432,7 +432,7 @@ endif::[]
432432
- name: ANSIBLE_FORCE_COLOR
433433
value: "True"
434434
- name: ANSIBLE_VERBOSITY
435-
value: '3'
435+
value: "3"
436436
nodeTemplate:
437437
ansibleSSHPrivateKeySecret: dataplane-adoption-secret
438438
ansible:
@@ -502,15 +502,15 @@ endif::[]
502502
#
503503
# These vars are for the network config templates themselves and are
504504
# considered EDPM network defaults.
505-
neutron_physical_bridge_name: br-ctlplane
505+
neutron_physical_bridge_name: br-ctlplane
506506
neutron_public_interface_name: eth0
507507
508508
# edpm_nodes_validation
509509
edpm_nodes_validation_validate_controllers_icmp: false
510510
edpm_nodes_validation_validate_gateway_icmp: false
511511
512512
# edpm ovn-controller configuration
513-
edpm_ovn_bridge_mappings: <bridge_mappings>
513+
edpm_ovn_bridge_mappings: <bridge_mappings>
514514
edpm_ovn_bridge: br-int
515515
edpm_ovn_encap_type: geneve
516516
ovn_monitor_all: true

docs_user/modules/proc_adopting-the-block-storage-service.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To adopt a {OpenStackPreviousInstaller}-deployed {block_storage_first_ref}, crea
1919
* The contents of `cinder.conf` file. Download the file so that you can access it locally:
2020
+
2121
----
22-
$CONTROLLER1_SSH cat /var/lib/config-data/puppet-generated/cinder/etc/cinder/cinder.conf > cinder.conf
22+
$CONTROLLER1_SSH sudo cat /var/lib/config-data/puppet-generated/cinder/etc/cinder/cinder.conf > cinder.conf
2323
----
2424

2525
.Procedure

docs_user/modules/proc_deploying-backend-services.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@ spec:
246246
template:
247247
ovnController:
248248
networkAttachment: tenant
249-
nodeSelector:
250-
node: non-existing-node-name
251249
ovnNorthd:
252250
replicas: 0
253251
ovnDBCluster:
@@ -488,8 +486,6 @@ spec:
488486
template:
489487
ovnController:
490488
networkAttachment: tenant
491-
nodeSelector:
492-
node: non-existing-node-name
493489
ovnNorthd:
494490
replicas: 0
495491
ovnDBCluster:

docs_user/modules/proc_migrating-ovn-data.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ spec:
289289
ovnController:
290290
nicMappings:
291291
physNet: NIC
292+
'
292293
----
293294
+
294295
* `physNet` defines the name of your physical network. `NIC` is the name of the physical interface that is connected to your physical network.

0 commit comments

Comments
 (0)