Mention the private-module layout in NEWS
authorKlaus Aehlig <aehlig@google.com>
Fri, 4 Oct 2013 15:05:08 +0000 (17:05 +0200)
committerKlaus Aehlig <aehlig@google.com>
Fri, 4 Oct 2013 15:50:16 +0000 (17:50 +0200)
As the new private-module layout of Ganeti's python code implies
the 'import ganeti' will fail in python, this change is incompatible,
and hence should be mentioned. The impact is, however, limited, as the
internal API was never promised to be a stable interface.

Signed-off-by: Klaus Aehlig <aehlig@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>

NEWS

diff --git a/NEWS b/NEWS
index 49ce902..e3ba0d0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ Incompatible/important changes
 
 - Adding disks with 'gnt-instance modify' now waits for the disks to sync per
   default. Specify --no-wait-for-sync to override this behavior.
+- The Ganeti python code now adheres to a private-module layout. In particular,
+  the module 'ganeti' is no longer in the python search path.
 
 New features
 ~~~~~~~~~~~~