b7807fc5129e76f9ba0841e6a05f3f2b91b6d77d
When you tell Ceph to resync mirrored RBD images it will in practice remove and re-create the image. At present the image state wait helper will happilly accept no images in a pool as a positive outcome. Add optional ``require_images_in`` parameter that allows the wait helper to block even when no images are available in the pool (yet)
ZAZA
A Python3-only functional test framework for OpenStack Charms.
Source code: https://github.com/openstack-charmers/zaza
Bug reports: https://github.com/openstack-charmers/zaza/issues
Documentation: https://zaza.readthedocs.io/en/latest/
Execute Python Unit Tests
tox -e py3
Execute Python PEP-8 Tests
tox -e pep8
Build the Docs
tox -e docs
Description
Languages
Python
99.6%
Jinja
0.4%