commit | f62caf6db401b8d29e431081afd8e8817e5217e5 | [log] [tgz] |
---|---|---|
author | Eoghan Glynn <eglynn@redhat.com> | Sat Feb 18 23:55:04 2012 +0000 |
committer | Eoghan Glynn <eglynn@redhat.com> | Sun Feb 19 00:56:41 2012 +0000 |
tree | 15a73db00213c3db21511ad3a78680c4fb70268c | |
parent | 18ee4eaf582d27012173ed017d57283f662d7cb5 [diff] [blame] |
Add python-iso8601 to nova and glance dependencies Nova and glance will shortly require the python-iso8601 package in order to support non-UTC timestamps in the changes-since filter. In particular, the following nova patch is blocked by devstack failing due to the missing dependency: https://review.openstack.org/#change,4211 Change-Id: Iaae8812cf19c9ae1ad237b7fda7d99827aca1485
diff --git a/files/apts/glance b/files/apts/glance index 1e87d58..71230c4 100644 --- a/files/apts/glance +++ b/files/apts/glance
@@ -6,3 +6,4 @@ python-wsgiref python-pastedeploy python-xattr +python-iso8601