fix comment

This commit is contained in:
Alex Polvi 2014-03-18 15:34:11 +00:00
parent 0b1b197be6
commit 2bca0818af

View File

@ -96,7 +96,6 @@ elif [ -n "${C10N_TOKEN}" ]; then
/usr/bin/block-until-url $C10N_ENDPOINT
IP=$(curl -s $META_URL/meta-data/local-ipv4)
# XXX: change to append a valid ETCD_PEERS to /usr/share/oem/etcd.env
ETCD_PEERS=$(curl -s $C10N_ENDPOINT -d "c10n_url=$C10N_TOKEN" -d"ip_list=$IP")
echo "[Service]" > ${ETCD_SERVICE_D}/12-c10n.conf
for peer in $ETCD_PEERS; do