Skip to content

Commit

Permalink
Merge pull request #1636 from rcbops/bug/825
Browse files Browse the repository at this point in the history
Fix Xenial noninteractive apt installs
  • Loading branch information
evrardjp committed Dec 19, 2016
2 parents 2a85295 + b80790c commit c09c795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ if [[ "${DEPLOY_OA}" == "yes" ]]; then
ansible neutron_agent -m command \
-a '/sbin/iptables -t mangle -A POSTROUTING -p tcp --sport 8000 -j CHECKSUM --checksum-fill'
ansible neutron_agent -m shell \
-a 'DEBIAN_FRONTEND=noninteractive apt-get install iptables-persistent'
-a 'DEBIAN_FRONTEND=noninteractive apt-get -y install iptables-persistent'
fi

# setup openstack
Expand Down

0 comments on commit c09c795

Please sign in to comment.