diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-10-23 15:13:56 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-10-23 15:14:41 -0500 |
commit | 5d71738e378482c238ea5660c5961b3aa3a740dc (patch) | |
tree | ab7e5615534c7b9d7380d31dd2daf33ff4bf2f20 /sys-cluster | |
parent | updating conf.d for liberty (diff) | |
download | gentoo-5d71738e378482c238ea5660c5961b3aa3a740dc.tar.gz gentoo-5d71738e378482c238ea5660c5961b3aa3a740dc.tar.bz2 gentoo-5d71738e378482c238ea5660c5961b3aa3a740dc.zip |
sys-cluster/neutron: remove this commit
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/neutron/neutron-7.0.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-cluster/neutron/neutron-7.0.0.ebuild b/sys-cluster/neutron/neutron-7.0.0.ebuild index c0dc8d09d82b..ffdcdb486307 100644 --- a/sys-cluster/neutron/neutron-7.0.0.ebuild +++ b/sys-cluster/neutron/neutron-7.0.0.ebuild @@ -236,6 +236,7 @@ python_install() { newinitd "${FILESDIR}/neutron.initd" "neutron-ovs-cleanup" newconfd "${FILESDIR}/neutron-openvswitch-agent.confd" "neutron-ovs-cleanup" fi + # changed in liberty if use linuxbridge; then newinitd "${FILESDIR}/neutron.initd" "neutron-linuxbridge-agent" newconfd "${FILESDIR}/neutron-linuxbridge-agent.confd.liberty" "neutron-linuxbridge-agent" |