Merge "Install ipset for the ml2 agent"

This commit is contained in:
Jenkins 2014-09-15 19:17:09 +00:00 committed by Gerrit Code Review
commit 849d1ccaa9

View File

@ -1,4 +1,8 @@
#!/bin/bash
set -eux
# The l2 agent now requires ipset since enable_ipset=True enabled by default
install-packages ipset
os-svc-daemon -i "$NEUTRON_VENV_DIR" neutron-openvswitch-agent neutron neutron-openvswitch-agent \
"--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --config-dir /etc/neutron"