[k8s_common]Remove enable-etcd.sh

etcd is enabled in master nodes with 'enable-services.sh'.
Removed unnecessary enable-etcd.sh.

Change-Id: I42f80920a7b2314202480b7aabffbce60d63e093
This commit is contained in:
yatinkarel
2016-09-28 15:13:18 +05:30
parent 52258c3b96
commit 6b6ad52bb7

View File

@@ -1,5 +0,0 @@
#!/bin/sh
echo "starting etcd"
systemctl enable etcd
systemctl --no-block start etcd