From c30626e49098fbb3b02fc98e59d52af4fcc1cab8 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 9 Feb 2017 09:21:55 -0500 Subject: Fixes networking-bgpvpn pkg install Also includes minor change for tox working directory to move up one dir (build dir) for congress. This is due to https://github.com/tox-dev/tox/issues/66 Removes networking_bgpvpn.conf, and uses neutron service_providers to set. This is because we do not have upstream patches to configure bgpvpn conf file via OOO and having 2 definitions breaks deploy. Change-Id: I9846bd959c1ed8e2e81f3ae30470ec357da3fc8f Signed-off-by: Tim Rozet --- build/rpm_specs/openstack-congress.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/rpm_specs') diff --git a/build/rpm_specs/openstack-congress.spec b/build/rpm_specs/openstack-congress.spec index 37023be8..f08cd0d0 100644 --- a/build/rpm_specs/openstack-congress.spec +++ b/build/rpm_specs/openstack-congress.spec @@ -37,7 +37,7 @@ install -d -m 755 %{buildroot}/etc/congress/snapshot/ install etc/api-paste.ini %{buildroot}/etc/congress/api-paste.ini install etc/policy.json %{buildroot}/etc/congress/policy.json -tox -egenconfig +tox -e genconfig --workdir ../.tox install etc/congress.conf.sample %{buildroot}/etc/congress/congress.conf install -p -D -m 644 openstack-congress.service %{buildroot}%{_unitdir}/openstack-congress.service -- cgit 1.2.3-korg