Revision 511edaaa

b/snf-deploy/fabfile.py
16 16

  
17 17

  
18 18
def setup_env(confdir="conf", packages="packages",
19
              templates="files", cluster_name="ganeti1", autoconf=False):
19
              templates="files", cluster_name="ganeti1", autoconf=False, disable_colors=False):
20 20
    print("Loading configuration for synnefo...")
21 21
    print(" * Using config files under %s..." % confdir)
22 22
    print(" * Using %s and %s for packages and templates accordingly..." % (packages, templates))
b/snf-deploy/snfdeploy/__init__.py
255 255

  
256 256
  fabcmd += " --fabfile {4}/fabfile.py \
257 257
setup_env:confdir={0},packages={1},templates={2},cluster_name={3},\
258
autoconf={5}, disable_colors={6} \
258
autoconf={5},disable_colors={6} \
259 259
".format(args.confdir, env.packages, env.templates, args.cluster_name,
260 260
         env.lib, args.autoconf, args.disable_colors)
261 261

  

Also available in: Unified diff