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