Replace ssconf with configuration.
---
 lib/cli.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/cli.py b/lib/cli.py
index b97edff..8c2071e 100644
--- a/lib/cli.py
+++ b/lib/cli.py
@@ -35,7 +35,7 @@ from ganeti import errors
 from ganeti import constants
 from ganeti import opcodes
 from ganeti import luxi
-from ganeti import ssconf
+from ganeti import simpleconfig
 
 from optparse import (OptionParser, make_option, TitledHelpFormatter,
                       Option, OptionValueError)
@@ -494,7 +494,7 @@ def GetClient():
   try:
     client = luxi.Client()
   except luxi.NoMasterError:
-    master, myself = ssconf.GetMasterAndMyself()
+    master, myself = simpleconfig.GetMasterAndMyself()
     if master != myself:
       raise errors.OpPrereqError("This is not the master node, please connect"
                                  " to node '%s' and rerun the command" %
-- 
1.6.0.2

Reply via email to