opennebula-docker: bump to 0.5.1

This commit is contained in:
Nico Schottelius 2026-09-01 10:36:50 +02:00
commit 8f6066b5c0
3 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1 @@
Dockerfile_0.4.5

View file

@ -1,3 +1,5 @@
* 0.5.1, 2026-09-01
- Correct keyring name with .keyring suffix
* 0.5.0, 2026-09-01
- Fix /etc/hosts management
- Create keyfile in /etc/ceph separate of ceph.conf

View file

@ -39,7 +39,7 @@ EOF
fi
# Create ceph key, rbd might need to access it
key_filename="/etc/ceph/ceph.$(cat /ceph-secret/name)"
key_filename="/etc/ceph/ceph.$(cat /ceph-secret/name).keyring"
cat <<EOF > "$key_filename"
[$(cat /ceph-secret/name)]
key = $(cat /ceph-secret/key)