diff --git a/backend/kolla/prepare.sh b/backend/kolla/prepare.sh index 944975c8..029583d6 100755 --- a/backend/kolla/prepare.sh +++ b/backend/kolla/prepare.sh @@ -7,7 +7,7 @@ mkdir -p /etc/systemd/system/docker.service.d config_path=/etc/systemd/system/docker.service.d/kolla.conf touch /etc/sysconfig/docker echo -e "other_args=\"--insecure-registry $daisy_management_ip:4000\"" > /etc/sysconfig/docker -echo -e "[Service]\nMountFlags=shared\nEnvironmentFile=/etc/sysconfig/docker\nExecStart=\nExecStart=/usr/bin/docker daemon -H fd:// \$other_args" > $config_path +echo -e "[Service]\nMountFlags=shared\nEnvironmentFile=/etc/sysconfig/docker\nExecStart=\nExecStart=/usr/bin/docker daemon \$other_args" > $config_path systemctl daemon-reload systemctl restart docker yum install -y python-docker-py