Merge "Adds vxlan kernel module to Heat template"

This commit is contained in:
Jenkins 2015-04-02 20:31:00 +00:00 committed by Gerrit Code Review
commit 28a23b29b2

View File

@ -182,6 +182,9 @@ resources:
tar -xvf version-m3.tar.gz
mv kolla-version-m3 kolla
# Add vxlan kernel module for Neutron
modprobe vxlan
# Start NTP
systemctl enable ntpd
systemctl start ntpd