opennebula-docker: bump to 0.5.1
This commit is contained in:
parent
3881f47f67
commit
8f6066b5c0
3 changed files with 4 additions and 1 deletions
1
opennebula-docker/Dockerfile_0.5.1
Symbolic link
1
opennebula-docker/Dockerfile_0.5.1
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
Dockerfile_0.4.5
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue