diff --git a/opennebula-docker/entrypoint.sh b/opennebula-docker/entrypoint.sh index 9e21e98..d042b83 100755 --- a/opennebula-docker/entrypoint.sh +++ b/opennebula-docker/entrypoint.sh @@ -13,7 +13,7 @@ fi /etc/init.d/ssh start # Setup libvirtd secret -if [ -z "$SKIP_LIBVIRTD" -e /ceph-secret/uuid ]; then +if [ -z "$SKIP_LIBVIRTD" -a -e /ceph-secret/uuid ]; then echo "Creating libvirtd/ceph secret ... " libvirtd_tmp_secret=/tmp/libvirtd-secret.xml