Revision f975eeb3

b/snf-docs/cyclades-admin-tools.rst
29 29

  
30 30
.. code-block:: console
31 31

  
32
  kamaki config set storage_account okeanos
32
  kamaki config set storage_account images@okeanos.grnet.gr
33 33
  kamaki config set storage_container images
34 34

  
35 35
If the container does not exist, you will have to create it before uploading
......
48 48

  
49 49
You can use any Pithos client to verify that the image was uploaded correctly.
50 50
The full Pithos URL for the previous example will be
51
``pithos://okeanos/images/ubuntu.iso``.
51
``pithos://images@okeanos.grnet.gr/images/ubuntu.iso``.
52 52

  
53 53

  
54 54
Register the image
......
59 59

  
60 60
.. code-block:: console
61 61

  
62
  kamaki glance register Ubuntu pithos://okeanos/images/ubuntu.iso --public
62
  kamaki glance register Ubuntu pithos://images@okeanos.grnet.gr/images/ubuntu.iso --public
63 63

  
64 64
The ``--public`` flag is important, if missing the registered image will not
65 65
be listed by ``kamaki glance list``.
......
69 69

  
70 70
.. code-block:: console
71 71

  
72
  kamaki glance register Ubuntu pithos://okeanos/images/ubuntu.iso --public \
73
      --disk-format diskdump --property kernel=3.1.2
72
  kamaki glance register Ubuntu pithos://images@okeanos.grnet.gr/images/ubuntu.iso \
73
      --public --disk-format diskdump --property kernel=3.1.2
74 74

  
75 75
To verify that the image was registered successfully use:
76 76

  

Also available in: Unified diff