From 144b2fcebc9512598330c0fdca329f165034c1dd Mon Sep 17 00:00:00 2001 From: Ha Phan Date: Fri, 25 May 2018 21:07:40 +0800 Subject: [PATCH] python-netaddr is required to generate ceph.conf ceph-config: add netaddr to python requirements netaddr is required to generate ceph.conf, let's add this requirement in `requirements.txt` Signed-off-by: Ha Phan --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 7fb80de39..0c0196ab1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ ansible>=2.4.2 notario>=0.0.13 +netaddr>=0.7.19