Skip to content
Snippets Groups Projects
Commit 26afba1c authored by Billy Olsen's avatar Billy Olsen
Browse files

Add lib folder to system path for replace_osd action

The replace_osd action fails to run because the ceph import cannot
be resolved without the lib folder existing in the system path.

Change-Id: If85a3ac7edbb22abf11cff5429e6820322ded898
Closes-Bug: #1696958
parent b0dc9c29
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ import os
import sys
sys.path.append('hooks/')
sys.path.append('lib/')
from charmhelpers.core.hookenv import action_get, log, config, action_fail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment