856de78964
Add BaseCephClientCharm class for charms that act as a ceph client to inherit. Depends-On: Ib40fa3b46cc629d5b3e5b199a70cff22451661ee Change-Id: Id04426c564b9413d50c5c28a49bce9511142a801
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
# Lint and unit test requirements
|
|
flake8
|
|
stestr>=2.2.0
|
|
mock>=1.2
|
|
coverage>=3.6
|
|
# Install netifaces as its a horrible charmhelpers lazy import
|
|
netifaces
|
|
psutil
|
|
charmhelpers
|
|
git+https://github.com/canonical/operator.git#egg=ops
|