#!/bin/sh . /etc/sysconfig/heat-params if [ "$NETWORK_DRIVER" != "flannel" ]; then exit 0 fi FLANNEL_JSON=/etc/sysconfig/flannel-network.json # Generate a flannel configuration that we will # store into etcd using curl. cat > $FLANNEL_JSON <