Merge lp:~d-jj/ironic/ironic-conductor into lp:ubuntu/vivid/ironic

Proposed by JJ Asghar
Status: Superseded
Proposed branch: lp:~d-jj/ironic/ironic-conductor
Merge into: lp:ubuntu/vivid/ironic
Diff against target: 23 lines (+7/-2) (has conflicts)
1 file modified
debian/ironic-conductor.init.in (+7/-2)
Text conflict in debian/ironic-conductor.init.in
To merge this branch: bzr merge lp:~d-jj/ironic/ironic-conductor
Reviewer Review Type Date Requested Status
JJ Asghar (community) Approve
Mark Vanderwiel Pending
Ma Wen Cheng Pending
Review via email: mp+257295@code.launchpad.net

This proposal supersedes a proposal from 2015-03-16.

This proposal has been superseded by a proposal from 2015-04-27.

Description of the change

The ironic conductor init script doesn't point to the conductor application, it points to the ironic-api. This fixes that.

To post a comment you must log in.
Revision history for this message
Mark Vanderwiel (vanderwl) wrote : Posted in a previous version of this proposal

Lgtm, thx JJ

review: Approve
Revision history for this message
Ma Wen Cheng (mars914) wrote : Posted in a previous version of this proposal

it is a good fix

review: Approve
Revision history for this message
JJ Asghar (d-jj) :
review: Approve

Unmerged revisions

14. By JJ Asghar

Updated the conductor.init script to look at the conductor instead of the api

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/ironic-conductor.init.in'
2--- debian/ironic-conductor.init.in 2015-03-30 11:14:57 +0000
3+++ debian/ironic-conductor.init.in 2015-04-23 19:45:39 +0000
4@@ -7,12 +7,17 @@
5 # Should-Stop: postgresql mysql keystone ntp rabbitmq-server
6 # Default-Start: 2 3 4 5
7 # Default-Stop: 0 1 6
8+<<<<<<< TREE
9 # Short-Description: Baremetal Conductor server
10 # Description: Frontend Baremetal (Ironic) API server
11+=======
12+# Short-Description: Baremetal CONDUCTOR server
13+# Description: Frontend Baremetal (Ironic) CONDUCTOR server
14+>>>>>>> MERGE-SOURCE
15 ### END INIT INFO
16
17 # Author: Thomas Goirand <zigo@debian.org>
18
19-DESC="OpenStack Baremetal Service API"
20+DESC="OpenStack Baremetal Service CONDUCTOR"
21 PROJECT_NAME=ironic
22-NAME=ironic-api
23+NAME=ironic-conductor

Subscribers

People subscribed via source and target branches