[bradm] Added missing import for fix_path_ownership

This commit is contained in:
Brad Marshall 2014-02-19 16:03:50 +10:00
parent 4978794555
commit 884af5c1b3
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ from nova_compute_utils import (
NOVA_CONF,
QUANTUM_CONF, NEUTRON_CONF,
ceph_config_file, CEPH_SECRET,
enable_shell, disable_shell
enable_shell, disable_shell,
fix_path_ownership
)
from nova_compute_context import CEPH_SECRET_UUID