[opensuse-cloud] /etc/init.d/openstack-quantum-linuxbridge-agent broken
fig:~ # /etc/init.d/openstack-quantum-linuxbridge-agent status Checking for service quantum-4checkproc: cannot stat /usr/bin/quantum-4: No such file or directory Not sure why there is DAEMON="4" in /etc/init.d/openstack-quantum-linuxbridge-agent. Should be DAEMON="linuxbridge-agent", shouldn't it? Christian. -- Christian Berendt Cloud Computing Solution Architect Tel.: +49-171-5542175 Mail: berendt@b1-systems.de B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
And there are missing init scripts. For example the metadata agent in openstack-quantum has no init script. Christian. -- Christian Berendt Cloud Computing Solution Architect Tel.: +49-171-5542175 Mail: berendt@b1-systems.de B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
On 03/14/2013 10:26 AM, Christian Berendt wrote:
And there are missing init scripts. For example the metadata agent in openstack-quantum has no init script.
Added init script for metadata-agent. -- Christian Berendt Cloud Computing Solution Architect Tel.: +49-171-5542175 Mail: berendt@b1-systems.de B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
On 03/14/2013 10:20 AM, Christian Berendt wrote:
fig:~ # /etc/init.d/openstack-quantum-linuxbridge-agent status Checking for service quantum-4checkproc: cannot stat /usr/bin/quantum-4: No such file or directory
Not sure why there is DAEMON="4" in /etc/init.d/openstack-quantum-linuxbridge-agent. Should be DAEMON="linuxbridge-agent", shouldn't it?
The SED statement is wrong, replacing __NAME__ with $i. Should be ${agents[$i]}. I hope the following diff fixes the issue: - sed -i -e "s,__NAME__,$i,g" %{buildroot}%{_initddir}/%{name}-${agents[$i]} + sed -i -e "s,__NAME__,${agents[$i]},g" %{buildroot}%{_initddir}/%{name}-${agents[$i]} Christian. -- Christian Berendt Cloud Computing Solution Architect Tel.: +49-171-5542175 Mail: berendt@b1-systems.de B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537 -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org
participants (1)
-
Christian Berendt