diff --git a/nova/conf/paths.py b/nova/conf/paths.py index f8dce2053..a89c21b01 100644 --- a/nova/conf/paths.py +++ b/nova/conf/paths.py @@ -24,6 +24,7 @@ ALL_OPTS = [ cfg.StrOpt('pybasedir', default=os.path.abspath(os.path.join(os.path.dirname(__file__), '../../')), + sample_default='', help=""" The directory where the Nova python modules are installed.