Remove unused file in heat-kubernetes template

write-heat-params-master.sh isn't used anywhere.
Actually this script was used in kubecluster-fedora-ironic.yaml,
but now that template doesn't use this.

Change-Id: I276eac597daafe1864acda56a11bd57e8bbfe710
Closes-Bug: #1475490
This commit is contained in:
OTSUKA, Yuanying 2015-07-17 13:32:23 +09:00 committed by Jay Lau
parent e1dc081a68
commit 31f5f11333
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#!/bin/sh
cat << _EOT_ > /etc/sysconfig/heat-params
MINION_ADDRESSES="$MINION_ADDRESSES"
KUBE_ALLOW_PRIV="$KUBE_ALLOW_PRIV"
FLANNEL_NETWORK_CIDR="$FLANNEL_NETWORK_CIDR"
FLANNEL_NETWORK_SUBNETLEN="$FLANNEL_NETWORK_SUBNETLEN"
FLANNEL_USE_VXLAN="$FLANNEL_USE_VXLAN"
PORTAL_NETWORK_CIDR="$PORTAL_NETWORK_CIDR"
_EOT_