puppet-nova/templates/secret.xml-compute.erb
Clayton O'Neill ad71c7c590 Fix variable access in RBD secret template
Puppet throws a warning unless you access the variable as a member
variable.

Change-Id: I36b23d73d89a06c4e3b52cc3c98c619b74858789
2015-05-26 18:16:52 +00:00

7 lines
171 B
Plaintext

<secret ephemeral='no' private='no'>
<usage type='ceph'>
<name><%= @rbd_keyring %> secret</name>
</usage>
<uuid><%= @libvirt_rbd_secret_uuid %></uuid>
</secret>