From f62caf6db401b8d29e431081afd8e8817e5217e5 Mon Sep 17 00:00:00 2001 From: Eoghan Glynn Date: Sat, 18 Feb 2012 23:55:04 +0000 Subject: [PATCH] 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 --- AUTHORS | 1 + files/apts/glance | 1 + files/apts/nova | 1 + 3 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index dc12105f87..b1478273e8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,6 +7,7 @@ Chmouel Boudjnah Dean Troyer Devin Carlen Eddie Hebert +Eoghan Glynn Jake Dahn James E. Blair Jason Cannavale diff --git a/files/apts/glance b/files/apts/glance index 1e87d58911..71230c4996 100644 --- a/files/apts/glance +++ b/files/apts/glance @@ -6,3 +6,4 @@ python-sqlalchemy python-wsgiref python-pastedeploy python-xattr +python-iso8601 diff --git a/files/apts/nova b/files/apts/nova index bc0c23b744..f2059ba7f3 100644 --- a/files/apts/nova +++ b/files/apts/nova @@ -41,3 +41,4 @@ python-m2crypto python-boto python-kombu python-feedparser +python-iso8601