Merge lp:~zulcss/keystone/keystone-upstart into lp:~openstack-ubuntu-testing/keystone/grizzly

Proposed by Chuck Short
Status: Merged
Merged at revision: 184
Proposed branch: lp:~zulcss/keystone/keystone-upstart
Merge into: lp:~openstack-ubuntu-testing/keystone/grizzly
Diff against target: 25 lines (+3/-1)
2 files modified
debian/changelog (+2/-0)
debian/keystone.upstart (+1/-1)
To merge this branch: bzr merge lp:~zulcss/keystone/keystone-upstart
Reviewer Review Type Date Requested Status
Adam Gandelman (community) Approve
Review via email: mp+153927@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Adam Gandelman (gandelman-a) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-03-11 23:12:25 +0000
+++ debian/changelog 2013-03-18 20:24:41 +0000
@@ -17,6 +17,8 @@
17 * debian/control:Clean-up depends:17 * debian/control:Clean-up depends:
18 - Dropped python-prettytable no longer needed.18 - Dropped python-prettytable no longer needed.
19 * Update standards 19 * Update standards
20 * debian/keystone.upstart: Start on runlevel [2345]
21 (LP: #1153988)
2022
21 [ Adam Gandelman ]23 [ Adam Gandelman ]
22 * debian/keystone.postinst: Run pki_setup during configure to intitialize24 * debian/keystone.postinst: Run pki_setup during configure to intitialize
2325
=== modified file 'debian/keystone.upstart'
--- debian/keystone.upstart 2012-11-25 23:10:56 +0000
+++ debian/keystone.upstart 2013-03-18 20:24:41 +0000
@@ -1,7 +1,7 @@
1description "Keystone API server"1description "Keystone API server"
2author "Soren Hansen <soren@linux2go.dk>"2author "Soren Hansen <soren@linux2go.dk>"
33
4start on (local-filesystems and net-device-up IFACE!=lo)4start on runlevel [2345]
5stop on runlevel [!2345]5stop on runlevel [!2345]
66
7respawn7respawn

Subscribers

People subscribed via source and target branches