a7498d6dbc
This adds the nova::compute::libvirt::secret_ceph resource definition that can be used to define libvirt secrets of ceph type. Before this patch one could only handle one libvirt secret by configuring the parameters in the nova::compute::rbd class and with this one can configure multiple. This adds a new manage_libvirt_secret parameter defaulting to true in the nova::compute::rbd class so that one can disable the creation of the libvirt secret from that class. Change-Id: Ief031f5dd4b0648d5629789cb7d6d2f6f946fbf8
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
<secret ephemeral='no' private='no'>
|
|
<usage type='ceph'>
|
|
<name><%= $secret_name -%></name>
|
|
</usage>
|
|
<uuid><%= $uuid -%></uuid>
|
|
</secret>
|