Revision f92dffed

b/docs/admin-guide.rst
642 642

  
643 643
.. code-block:: console
644 644

  
645
 $ kamaki image register "Debian Base" \
646
        pithos://u53r-un1qu3-1d/images/debian_base-6.0-7-x86_64.diskdump \
645
 $ kamaki image register --name="Debian Base" \
646
        --location="pithos://u53r-un1qu3-1d/images/debian_base-6.0-7-x86_64.diskdump" \
647 647
        --public \
648 648
        --disk-format=diskdump \
649 649
        --property OSFAMILY=linux --property ROOT_PARTITION=1 \
b/snf-deploy/snfdeploy/fabfile.py
1445 1445
    image_location = "images:{0}".format(image)
1446 1446
    cmd = """
1447 1447
    sleep 5
1448
    kamaki image register "Debian Base" {0} --public --disk-format=diskdump \
1448
    kamaki image register --name="Debian Base" --location={0} --public \
1449
            --disk-format=diskdump \
1449 1450
            --property OSFAMILY=linux --property ROOT_PARTITION=1 \
1450 1451
            --property description="Debian Squeeze Base System" \
1451 1452
            --property size=450M --property kernel=2.6.32 \

Also available in: Unified diff