Compare commits
2 Commits
73e26ea716
...
71d2bc13ea
Author | SHA1 | Date | |
---|---|---|---|
|
71d2bc13ea | ||
|
5ae8a4cf1a |
@ -30,11 +30,11 @@ password = $CINDER_PASSWORD
|
|||||||
lock_path = /var/lib/cinder/tmp
|
lock_path = /var/lib/cinder/tmp
|
||||||
|
|
||||||
[RBD-backend]
|
[RBD-backend]
|
||||||
volume_backend_name=RBD-backend
|
volume_backend_name = RBD-backend
|
||||||
rbd_pool=volumes
|
rbd_pool = volumes
|
||||||
rbd_user=volumes
|
rbd_user = volumes
|
||||||
rbd_secret_uuid=d0db6ba7-a0c9-4da6-b0bc-aa7846325333
|
rbd_secret_uuid = $RBD_SECRET_UUID
|
||||||
volume_driver=cinder.volume.drivers.rbd.RBDDriver
|
volume_driver = cinder.volume.drivers.rbd.RBDDriver
|
||||||
rbd_ceph_conf=/etc/ceph/ceph.conf
|
rbd_ceph_conf = /etc/ceph/ceph.conf
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
@ -15,7 +15,7 @@ chown _shibd: /etc/shibboleth/sp*.pem
|
|||||||
shibd -f -F &
|
shibd -f -F &
|
||||||
|
|
||||||
# If any process fails, kill the rest.
|
# If any process fails, kill the rest.
|
||||||
# This insures the container stops and systemd will restart it.
|
# This ensures the container stops and systemd will restart it.
|
||||||
|
|
||||||
wait -n
|
wait -n
|
||||||
pkill -P $$
|
pkill -P $$
|
||||||
|
@ -127,7 +127,7 @@ images_type = rbd
|
|||||||
images_rbd_pool = volumes
|
images_rbd_pool = volumes
|
||||||
images_rbd_ceph_conf = /etc/ceph/ceph.conf
|
images_rbd_ceph_conf = /etc/ceph/ceph.conf
|
||||||
rbd_user = volumes
|
rbd_user = volumes
|
||||||
rbd_secret_uuid = d0db6ba7-a0c9-4da6-b0bc-aa7846325333
|
rbd_secret_uuid = $RBD_SECRET_UUID
|
||||||
|
|
||||||
|
|
||||||
[vnc]
|
[vnc]
|
||||||
|
Loading…
Reference in New Issue
Block a user