diff --git a/examples/va/hci/dataplane-post-ceph.md b/examples/va/hci/dataplane-post-ceph.md index 29e3c6386..7f8eae1fc 100644 --- a/examples/va/hci/dataplane-post-ceph.md +++ b/examples/va/hci/dataplane-post-ceph.md @@ -23,22 +23,21 @@ vi service-values.yaml The ceph sections of [values.yaml](values.yaml) should have values like this. ```yaml data: + ceph: + conf: $CONF + keyring: $KEY + nova: ceph: - conf: $CONF - keyring: $KEY - nova: - ceph: - conf: - conf: | - [libvirt] - images_type=rbd - images_rbd_pool=vms - images_rbd_ceph_conf=/etc/ceph/ceph.conf - images_rbd_glance_store_name=default_backend - images_rbd_glance_copy_poll_interval=15 - images_rbd_glance_copy_timeout=600 - rbd_user=openstack - rbd_secret_uuid=$FSID + conf: | + [libvirt] + images_type=rbd + images_rbd_pool=vms + images_rbd_ceph_conf=/etc/ceph/ceph.conf + images_rbd_glance_store_name=default_backend + images_rbd_glance_copy_poll_interval=15 + images_rbd_glance_copy_timeout=600 + rbd_user=openstack + rbd_secret_uuid=$FSID ``` Where the values of the three variables above can be retrieved by