Revision d4f28d8f snf-deploy/snfdeploy/fabfile.py

b/snf-deploy/snfdeploy/fabfile.py
1241 1241
        filename = "%s_services.json" % service
1242 1242
        cmd = "snf-manage service-export-%s > %s" % (service, filename)
1243 1243
        run(cmd)
1244
        try_get(filename, filename+".local")
1244
        try_get(filename, filename + ".local")
1245 1245

  
1246 1246

  
1247 1247
@roles("accounts")

Also available in: Unified diff