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 <thanhha.work@gmail.com>
pull/2652/head
Ha Phan 2018-05-25 21:07:40 +08:00 committed by Guillaume Abrioux
parent e91648a7af
commit 144b2fcebc
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
ansible>=2.4.2
notario>=0.0.13
netaddr>=0.7.19