Skip to content

Commit 911c716

Browse files
Merge pull request #1360 from klgill/multiple-bug-fixes
fixing multiple typos
2 parents 2ba7aa2 + 169a461 commit 911c716

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
@@ -404,11 +404,11 @@ kind: OpenStackDataPlaneNodeSet
404404
metadata:
405405
name: openstack-$CELL
406406
spec:
407-
tlsEnabled: false
407+
tlsEnabled: false
408408
networkAttachments:
409409
- ctlplane
410410
preProvisioned: true
411-
services:
411+
services:
412412
ifeval::["{build}" == "downstream"]
413413
- redhat
414414
endif::[]
@@ -433,7 +433,7 @@ endif::[]
433433
- name: ANSIBLE_FORCE_COLOR
434434
value: "True"
435435
- name: ANSIBLE_VERBOSITY
436-
value: '3'
436+
value: "3"
437437
nodeTemplate:
438438
ansibleSSHPrivateKeySecret: dataplane-adoption-secret
439439
ansible:
@@ -503,15 +503,15 @@ endif::[]
503503
#
504504
# These vars are for the network config templates themselves and are
505505
# considered EDPM network defaults.
506-
neutron_physical_bridge_name: br-ctlplane
506+
neutron_physical_bridge_name: br-ctlplane
507507
neutron_public_interface_name: eth0
508508
509509
# edpm_nodes_validation
510510
edpm_nodes_validation_validate_controllers_icmp: false
511511
edpm_nodes_validation_validate_gateway_icmp: false
512512
513513
# edpm ovn-controller configuration
514-
edpm_ovn_bridge_mappings: <bridge_mappings>
514+
edpm_ovn_bridge_mappings: <bridge_mappings>
515515
edpm_ovn_bridge: br-int
516516
edpm_ovn_encap_type: geneve
517517
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)