Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 879894 Details for
Bug 1060709
neutron-server start should survive lack of db availability
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
DB check patch to spec file (that goes together with the neutron-watch-agent)
db-check.patch (text/plain), 2.20 KB, created by
Miguel Angel Ajo
on 2014-03-28 15:06:50 UTC
(
hide
)
Description:
DB check patch to spec file (that goes together with the neutron-watch-agent)
Filename:
MIME Type:
Creator:
Miguel Angel Ajo
Created:
2014-03-28 15:06:50 UTC
Size:
2.20 KB
patch
obsolete
>diff --git a/openstack-neutron.spec b/openstack-neutron.spec >index a81650c..8aef464 100644 >--- a/openstack-neutron.spec >+++ b/openstack-neutron.spec >@@ -48,6 +48,7 @@ Source32: neutron-metering-agent.init > Source42: neutron-metering-agent.upstart > Source33: neutron-netns-cleanup.init > Source34: neutron-agent-watch.init >+Source35: neutron-db-check.init > > Source50: neutron-db-check > Source51: openstack-neutron.sysconfig >@@ -539,6 +540,7 @@ install -p -D -m 755 %{SOURCE31} %{buildroot}%{_initrddir}/neutron-vpn-agent > install -p -D -m 755 %{SOURCE32} %{buildroot}%{_initrddir}/neutron-metering-agent > install -p -D -m 755 %{SOURCE33} %{buildroot}%{_initrddir}/neutron-netns-cleanup > install -p -D -m 755 %{SOURCE34} %{buildroot}%{_initrddir}/neutron-agent-watch >+install -p -D -m 755 %{SOURCE35} %{buildroot}%{_initrddir}/neutron-db-check > > # Setup directories > install -d -m 755 %{buildroot}%{_datadir}/neutron >@@ -606,6 +608,7 @@ fi > # always add the services which weren't there from the first spec conception > # multiple --add is safe, and doesn't change the on/off status (fabbione) > /sbin/chkconfig --add neutron-agent-watch >+/sbin/chkconfig --add neutron-db-check > /sbin/chkconfig --add neutron-ovs-cleanup > /sbin/chkconfig --add neutron-netns-cleanup > >@@ -620,6 +623,7 @@ if [ $1 -eq 0 ] ; then > done > /sbin/service neutron-agent-watch stop >/dev/null 2>&1 > /sbin/chkconfig --del neutron-agent-watch >+ /sbin/chkconfig --del neutron-db-check > /sbin/chkconfig --del neutron-ovs-cleanup > /sbin/chkconfig --del neutron-netns-cleanup > fi >@@ -633,6 +637,7 @@ if [ $1 -ge 1 ] ; then > done > > /sbin/service neutron-agent-watch condrestart >+ /sbin/service neutron-db-check condrestart > > # Fix sudoers file on old installations > sed -i 's/^neutron ALL = \(root\) NOPASSWD: SETENV: \/usr\/bin\/neutron-rootwrap$/neutron ALL = (root) NOPASSWD: \/usr\/bin\/neutron-rootwrap \/etc\/neutron\/rootwrap.conf' /etc/sudoers.d/neutron >@@ -872,6 +877,7 @@ fi > %{_initrddir}/neutron-netns-cleanup > %{_initrddir}/neutron-lbaas-agent > %{_initrddir}/neutron-agent-watch >+%{_initrddir}/neutron-db-check > %dir %{_datadir}/neutron > %{_datadir}/neutron/neutron-server.upstart > %{_datadir}/neutron/neutron-dhcp-agent.upstart
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1060709
:
859563
|
859625
| 879894 |
879910