Add new Nova requirement 'futurist' to base

Change-Id: I6d9e2ce757df6a7cc8be0605b57c3a16c55106fc
Closes-Bug: #1474851
This commit is contained in:
Paul Bourke 2015-07-15 15:31:04 +00:00
parent a8fc011ca7
commit 613cdfe946

@ -105,7 +105,8 @@ RUN yum install -y \
&& yum clean all \
&& pip install oslo.service \
&& pip install oslo.reports \
&& pip install cachetools
&& pip install cachetools \
&& pip install futurist
# TODO(inc0): when oslo_service lands in delorean, change pip to yum
# necessary until https://bugzilla.redhat.com/show_bug.cgi?id=1229477 is fixed