charm-percona-cluster/unit_tests/__init__.py
Alex Kavanagh f756931899 Enhanced pause/resume for maintenance mode
Implemented pause/resume with checking whether the mysqld process
is running on the unit when paused.
Synced charm-helpers and modified charm-helpers-hooks.yaml to pull in
the relevant pause-helper modules plus ancillary stuff that
charmhelpers.contrib.openstack.utils depends on.

Change-Id: I510b2566bd44342cc19491b380186af0c87e080a
2016-04-05 14:46:03 +00:00

5 lines
64 B
Python

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