fuel-ccp-nova/service/files/rbd_secret.xml.j2
Proskurin Kirill b4d2ad9126 Ceph support
Example usage:
configs:
  ceph:
    fsid: "afca8524-2c47-4b81-a0b7-2300e62212f9"
    mon_host: "IP OF CEPH MON NODE"
  cinder:
    ceph:
      enable: true
      key: "AQBShfJXID9pFRAAm4VLpbNXa4XJ9zgAh7dm2g=="
      rbd_secret_uuid: "b416770d-f3d4-4ac9-b6db-b6a7ac1c61c0"
  nova:
    ceph:
      enable: true

Change-Id: I2be9526f55739a5743709e10b5ce84c2cee601a9
Depends-On: Iefcebfe55544331b379f4ee1c4001ec33f539a28
2016-10-19 16:20:57 +00:00

7 lines
167 B
Django/Jinja

<secret ephemeral='no' private='no'>
<uuid>{{ cinder.ceph.rbd_secret_uuid }}</uuid>
<usage type='ceph'>
<name>client.cinder secret</name>
</usage>
</secret>