From c302887170a960cbfc233a1aa481a5e1cdc874a7 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 9 Mar 2018 13:12:39 +0100 Subject: [PATCH] Make nova build reproducible Whilst working on the Reproducible Builds effort [0], the team noticed that nova could not be built reproducibly as the docs etc contain the absolute build path. This was originally filed in Debian as #892420 [1], and I'm here only forwarding the patch. [0] https://reproducible-builds.org/ [1] https://bugs.debian.org/892420 Change-Id: Ia50c549da9e8ca44d19adb72dd87711da00df210 Signed-off-by: Chris Lamb --- nova/conf/paths.py | 1 + 1 file changed, 1 insertion(+) 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.