charm-ceph-radosgw/unit_tests/__init__.py
Liam Young 016b0edad5 Add pause/resume actions and sync charm-helpers
Adds pause and resume unit to the charm such that the
charm stays paused during maintenance operations.

Change-Id: Iba0d39f9c5ca482a12fdb9f91d2890a715d3f8b7
2016-03-29 10:31:28 +00:00

5 lines
66 B
Python

import sys
sys.path.append('actions/')
sys.path.append('hooks/')