Merge "Append ipv6 conf to net config and don't overwrite"

This commit is contained in:
Jenkins 2017-06-06 01:13:12 +00:00 committed by Gerrit Code Review
commit 6a66338500
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ EOF'
{% if overcloud_ipv6|bool %}
sudo bash -c 'cat <<EOF > /etc/sysconfig/network-scripts/ifcfg-{{ network.device_name }}
sudo bash -c 'cat <<EOF >> /etc/sysconfig/network-scripts/ifcfg-{{ network.device_name }}
IPV6ADDR={{ network.address6 }}
IPV6INIT=yes
EOF'