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/nova b/files/apts/nova index bc0c23b..f2059ba 100644 --- a/files/apts/nova +++ b/files/apts/nova
@@ -41,3 +41,4 @@ python-boto python-kombu python-feedparser +python-iso8601