Skip to content

Commit

Permalink
Merge pull request #321 from abays/fix_va1_ceph_indent
Browse files Browse the repository at this point in the history
Fix indent in VA1 example doc

Reviewed-by: John Fulton <[email protected]>
Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
2 parents 4750c1a + b8fed03 commit 6f41a53
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions examples/va/hci/dataplane-post-ceph.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f41a53

Please sign in to comment.