change from openstack

This commit is contained in:
Cory Hawkless 2020-08-20 18:23:33 +09:30
parent aed086a6f3
commit c7b5d5beda
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ This is intended to be used an an Ansible role
Used to deploy libvirt secret for allowing libvirt to connect to ceph
Required vars
openstack_rbd_secret_uuid
openstack_rbd_secret_key
rbd_secret_uuid
rbd_secret_key
Example to create ceph creds:
ceph auth get-or-create client.openstack -o ceph.client.openstack.keyring

View File

@ -1,5 +1,5 @@
<secret ephemeral='no' private='no'>
<uuid>{{openstack_rbd_secret_uuid}}</uuid>
<uuid>{{rbd_secret_uuid}}</uuid>
<usage type='ceph'>
<name>client.openstack secret</name>
</usage>