File tree 1 file changed +14
-15
lines changed 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -23,22 +23,21 @@ vi service-values.yaml
23
23
The ceph sections of [ values.yaml] ( values.yaml ) should have values like this.
24
24
``` yaml
25
25
data :
26
+ ceph :
27
+ conf : $CONF
28
+ keyring : $KEY
29
+ nova :
26
30
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
42
41
43
42
` ` `
44
43
Where the values of the three variables above can be retrieved by
You can’t perform that action at this time.
0 commit comments