Revision 6d28ce6a snf-deploy/snfdeploy/fabfile.py

b/snf-deploy/snfdeploy/fabfile.py
1442 1442
    #     uid, user_auth_token, user_uuid = \
1443 1443
    #        get_auth_token_from_db(env.env.user_email)
1444 1444

  
1445
    image_location = "images:{0}".format(image)
1445
    image_location = "/images/{0}".format(image)
1446 1446
    cmd = """
1447 1447
    sleep 5
1448 1448
    kamaki image register --name="Debian Base" --location={0} --public \

Also available in: Unified diff