Merge lp:~zulcss/nova/grizzly-refresh into lp:~openstack-ubuntu-testing/nova/grizzly

Proposed by Chuck Short
Status: Merged
Approved by: Yolanda Robla
Approved revision: 557
Merged at revision: 557
Proposed branch: lp:~zulcss/nova/grizzly-refresh
Merge into: lp:~openstack-ubuntu-testing/nova/grizzly
Diff against target: 61 lines (+12/-10)
3 files modified
debian/changelog (+2/-1)
debian/control (+1/-0)
debian/patches/avoid_setuptools_git_dependency.patch (+9/-9)
To merge this branch: bzr merge lp:~zulcss/nova/grizzly-refresh
Reviewer Review Type Date Requested Status
Yolanda Robla (community) Approve
Review via email: mp+149607@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Yolanda Robla (yolanda.robla) wrote :

Looks good to me

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-02-12 14:05:25 +0000
+++ debian/changelog 2013-02-20 15:53:20 +0000
@@ -1,4 +1,4 @@
1nova (2013.1~g2-0ubuntu3) UNRELEASED; urgency=low1nova (2013.1.a4539.g032308c-0ubuntu1) UNRELEASED; urgency=low
22
3 [ Chuck Short ]3 [ Chuck Short ]
4 * New usptream release. 4 * New usptream release.
@@ -13,6 +13,7 @@
13 * debian/nova-common.postinst: Removed config file conversion, since13 * debian/nova-common.postinst: Removed config file conversion, since
14 the option is no longer available. (LP: #1110567)14 the option is no longer available. (LP: #1110567)
15 * debian/control: Add python-pyasn1 as a dependency.15 * debian/control: Add python-pyasn1 as a dependency.
16 * debian/control: Add python-oslo-config as a dependency.
1617
17 [ Adam Gandelman ]18 [ Adam Gandelman ]
18 * debian/control: Fix typo (websocikfy -> websockify).19 * debian/control: Fix typo (websocikfy -> websockify).
1920
=== modified file 'debian/control'
--- debian/control 2013-02-12 14:05:25 +0000
+++ debian/control 2013-02-20 15:53:20 +0000
@@ -32,6 +32,7 @@
32 python-mox,32 python-mox,
33 python-netaddr,33 python-netaddr,
34 python-novaclient (>= 1:2.9.0),34 python-novaclient (>= 1:2.9.0),
35 python-oslo-config,
35 python-paramiko,36 python-paramiko,
36 python-paste,37 python-paste,
37 python-pastedeploy (>= 1.5.0),38 python-pastedeploy (>= 1.5.0),
3839
=== modified file 'debian/patches/avoid_setuptools_git_dependency.patch'
--- debian/patches/avoid_setuptools_git_dependency.patch 2013-01-30 14:40:55 +0000
+++ debian/patches/avoid_setuptools_git_dependency.patch 2013-02-20 15:53:20 +0000
@@ -1,18 +1,18 @@
1diff -Naurp nova-2013.1.orig/setup.py nova-2013.1/setup.py1diff -Naurp nova-2013.1.a4539.g032308c.orig/setup.py nova-2013.1.a4539.g032308c/setup.py
2--- nova-2013.1.orig/setup.py 2013-01-30 06:15:44.000000000 -06002--- nova-2013.1.a4539.g032308c.orig/setup.py 2013-02-20 09:26:49.000000000 -0600
3+++ nova-2013.1/setup.py 2013-01-30 08:39:13.680907782 -06003+++ nova-2013.1.a4539.g032308c/setup.py 2013-02-20 09:34:57.313915950 -0600
4@@ -43,7 +43,6 @@ setuptools.setup(name='nova',4@@ -46,7 +46,6 @@ setuptools.setup(
5 install_requires=requires,5 dependency_links=depend_links,
6 include_package_data=True,6 include_package_data=True,
7 test_suite='nose.collector',7 test_suite='nose.collector',
8- setup_requires=['setuptools_git>=0.4'],8- setup_requires=['setuptools_git>=0.4'],
9 scripts=['bin/nova-all',9 scripts=['bin/nova-all',
10 'bin/nova-api',10 'bin/nova-api',
11 'bin/nova-api-ec2',11 'bin/nova-api-ec2',
12diff -Naurp nova-2013.1.orig/tools/pip-requires nova-2013.1/tools/pip-requires12diff -Naurp nova-2013.1.a4539.g032308c.orig/tools/pip-requires nova-2013.1.a4539.g032308c/tools/pip-requires
13--- nova-2013.1.orig/tools/pip-requires 2013-01-30 06:15:44.000000000 -060013--- nova-2013.1.a4539.g032308c.orig/tools/pip-requires 2013-02-20 09:26:49.000000000 -0600
14+++ nova-2013.1/tools/pip-requires 2013-01-30 08:39:26.836907788 -060014+++ nova-2013.1.a4539.g032308c/tools/pip-requires 2013-02-20 09:35:08.525916217 -0600
15@@ -19,7 +19,6 @@ paramiko15@@ -20,7 +20,6 @@ pyasn1
16 Babel>=0.9.616 Babel>=0.9.6
17 iso8601>=0.1.417 iso8601>=0.1.4
18 httplib218 httplib2

Subscribers

People subscribed via source and target branches