Merge lp:~gandelman-a/ubuntu/precise/nova/891227 into lp:ubuntu/precise/nova

Proposed by Adam Gandelman
Status: Merged
Merge reported by: Chuck Short
Merged at revision: not available
Proposed branch: lp:~gandelman-a/ubuntu/precise/nova/891227
Merge into: lp:ubuntu/precise/nova
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
debian/nova.conf (+1/-1)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/precise/nova/891227
Reviewer Review Type Date Requested Status
Chuck Short (community) Approve
Review via email: mp+84323@code.launchpad.net

Description of the change

Seems flag parsing has changed since diablo, --force_dhcp_release no longer takes a parameter

To post a comment you must log in.
Revision history for this message
Chuck Short (zulcss) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-12-02 10:56:30 +0000
3+++ debian/changelog 2011-12-02 20:37:25 +0000
4@@ -1,3 +1,10 @@
5+nova (2012.1~e2~20111202.11641-0ubuntu2) precise; urgency=low
6+
7+ * debian/nova.conf: Remove parameter to --force_dhcp_release
8+ (LP: #891227)
9+
10+ -- Adam Gandelman <adamg@canonical.com> Fri, 02 Dec 2011 11:31:34 -0800
11+
12 nova (2012.1~e2~20111202.11641-0ubuntu1) precise; urgency=low
13
14 * New upstream release.
15
16=== modified file 'debian/nova.conf'
17--- debian/nova.conf 2011-09-27 14:56:59 +0000
18+++ debian/nova.conf 2011-12-02 20:37:25 +0000
19@@ -3,7 +3,7 @@
20 --logdir=/var/log/nova
21 --state_path=/var/lib/nova
22 --lock_path=/var/lock/nova
23---force_dhcp_release=True
24+--force_dhcp_release
25 --use_deprecated_auth
26 --iscsi_helper=tgtadm
27 --verbose

Subscribers

People subscribed via source and target branches