diff options
Diffstat (limited to 'build/rpm_specs/openstack-congress.spec')
-rw-r--r-- | build/rpm_specs/openstack-congress.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |