Merge lp:~hopem/charms/trusty/glance/avoid-dnspython into lp:~openstack-charmers-archive/charms/trusty/glance/next

Proposed by Edward Hope-Morley
Status: Merged
Merged at revision: 81
Proposed branch: lp:~hopem/charms/trusty/glance/avoid-dnspython
Merge into: lp:~openstack-charmers-archive/charms/trusty/glance/next
Diff against target: 12 lines (+1/-1)
1 file modified
hooks/glance_utils.py (+1/-1)
To merge this branch: bzr merge lp:~hopem/charms/trusty/glance/avoid-dnspython
Reviewer Review Type Date Requested Status
Liam Young (community) Approve
Review via email: mp+243663@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Liam Young (gnuoy) wrote :

Approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/glance_utils.py'
2--- hooks/glance_utils.py 2014-11-13 12:32:27 +0000
3+++ hooks/glance_utils.py 2014-12-04 13:32:17 +0000
4@@ -47,7 +47,7 @@
5 CLUSTER_RES = "grp_glance_vips"
6
7 PACKAGES = [
8- "apache2", "glance", "python-mysqldb", "python-swift",
9+ "apache2", "glance", "python-mysqldb", "python-swiftclient",
10 "python-psycopg2", "python-keystone", "uuid", "haproxy", ]
11
12 SERVICES = [

Subscribers

People subscribed via source and target branches