diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-09-27 00:41:28 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-09-27 00:41:28 +0000 |
commit | 554730456bd81e98c2147279e182529be85b6928 (patch) | |
tree | df93559c7f3a067e2dde295fe73320e2368992ea /sys-cluster/neutron/neutron-9999.ebuild | |
parent | Automated update. (diff) | |
download | gentoo-2-554730456bd81e98c2147279e182529be85b6928.tar.gz gentoo-2-554730456bd81e98c2147279e182529be85b6928.tar.bz2 gentoo-2-554730456bd81e98c2147279e182529be85b6928.zip |
new logdir, olso dep fix, /sbin/ip fix, initscript fix, bridge-utils dep fix
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster/neutron/neutron-9999.ebuild')
-rw-r--r-- | sys-cluster/neutron/neutron-9999.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys-cluster/neutron/neutron-9999.ebuild b/sys-cluster/neutron/neutron-9999.ebuild index 9717b5f50502..ec2e0f0a41f9 100644 --- a/sys-cluster/neutron/neutron-9999.ebuild +++ b/sys-cluster/neutron/neutron-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-9999.ebuild,v 1.6 2013/09/12 22:11:38 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-9999.ebuild,v 1.7 2013/09/27 00:41:28 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -60,7 +60,9 @@ RDEPEND=">=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}] <dev-python/sqlalchemy-0.7.10[postgres,${PYTHON_USEDEP}] ) >=dev-python/webob-1.2[${PYTHON_USEDEP}] >=dev-python/oslo-config-1.1.0[${PYTHON_USEDEP}] + <dev-python/oslo-config-1.2.0[${PYTHON_USEDEP}] virtual/python-argparse[${PYTHON_USEDEP}] + net-misc/bridge-utils net-misc/openvswitch dhcp? ( net-dns/dnsmasq[dhcp-tools] )" @@ -80,11 +82,15 @@ python_install() { use metadata && dosym /etc/init.d/neutron /etc/init.d/neutron-metadata-agent use openvswitch && dosym /etc/init.d/neutron /etc/init.d/neutron-openvswitch-agent - dodir /var/log/neutron + diropts -m 750 + dodir /var/log/neutron /var/log/quantum fowners neutron:neutron /var/log/neutron keepdir /etc/neutron insinto /etc/neutron + #it's /bin/ip not /sbin/ip + sed -i 's/sbin\/ip\,/bin\/ip\,/g' "etc/quantum/rootwrap.d/*" + doins "etc/api-paste.ini" doins "etc/dhcp_agent.ini" doins "etc/l3_agent.ini" |