Skip to content

Commit ee66d21

Browse files
committed
Fix indentention in ceph_orch_apply examples
Signed-off-by: Tobias McNulty <[email protected]>
1 parent ec01908 commit ee66d21

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Diff for: doc/source/index.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -641,14 +641,14 @@ Bootstrap and add some hosts::
641641
- name: apply osd spec
642642
ceph_orch_apply:
643643
spec: |
644-
service_type: osd
645-
service_id: osd
646-
placement:
647-
host_pattern: '*'
648-
label: osd
649-
spec:
650-
data_devices:
651-
all: true
644+
service_type: osd
645+
service_id: osd
646+
placement:
647+
host_pattern: '*'
648+
label: osd
649+
spec:
650+
data_devices:
651+
all: true
652652

653653
- name: change osd_default_notify_timeout option
654654
hosts: ceph-mon1

Diff for: library/ceph_orch_apply.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858

5959
EXAMPLES = '''
6060
- name: apply osd spec
61-
ceph_orch_apply:
61+
ceph_orch_apply:
6262
spec: |
63-
service_type: osd
64-
service_id: osd
65-
placement:
63+
service_type: osd
64+
service_id: osd
65+
placement:
6666
label: osds
67-
spec:
67+
spec:
6868
data_devices:
69-
all: true
69+
all: true
7070
'''
7171

7272

0 commit comments

Comments
 (0)