Skip to content

Commit 6f41a53

Browse files
Merge pull request openstack-k8s-operators#321 from abays/fix_va1_ceph_indent
Fix indent in VA1 example doc Reviewed-by: John Fulton <[email protected]> Reviewed-by: Andrew Bays <[email protected]>
2 parents 4750c1a + b8fed03 commit 6f41a53

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

examples/va/hci/dataplane-post-ceph.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,21 @@ vi service-values.yaml
2323
The ceph sections of [values.yaml](values.yaml) should have values like this.
2424
```yaml
2525
data:
26+
ceph:
27+
conf: $CONF
28+
keyring: $KEY
29+
nova:
2630
ceph:
27-
conf: $CONF
28-
keyring: $KEY
29-
nova:
30-
ceph:
31-
conf:
32-
conf: |
33-
[libvirt]
34-
images_type=rbd
35-
images_rbd_pool=vms
36-
images_rbd_ceph_conf=/etc/ceph/ceph.conf
37-
images_rbd_glance_store_name=default_backend
38-
images_rbd_glance_copy_poll_interval=15
39-
images_rbd_glance_copy_timeout=600
40-
rbd_user=openstack
41-
rbd_secret_uuid=$FSID
31+
conf: |
32+
[libvirt]
33+
images_type=rbd
34+
images_rbd_pool=vms
35+
images_rbd_ceph_conf=/etc/ceph/ceph.conf
36+
images_rbd_glance_store_name=default_backend
37+
images_rbd_glance_copy_poll_interval=15
38+
images_rbd_glance_copy_timeout=600
39+
rbd_user=openstack
40+
rbd_secret_uuid=$FSID
4241
4342
```
4443
Where the values of the three variables above can be retrieved by

0 commit comments

Comments
 (0)