Fix actions broken import

Change-Id: I1f5f24fb31cdb04cf00a1ecbbd942f84cd7b19f5
Partial-Bug: 1726275
This commit is contained in:
Edward Hope-Morley 2017-10-24 12:04:49 +01:00
parent 72effeb362
commit 712766c094
1 changed files with 2 additions and 1 deletions

View File

@ -17,10 +17,11 @@
from subprocess import CalledProcessError
import sys
sys.path.append('lib')
sys.path.append('hooks')
from charmhelpers.core.hookenv import action_get, log, action_fail
from ceph_broker import handle_set_pool_value
from ceph.broker import handle_set_pool_value
if __name__ == '__main__':
name = action_get("pool-name")