Statistics
| Branch: | Tag: | Revision:

root / README.Upgrade @ e7d27021

History | View | Annotate | Download (621 Bytes)

1
This document describes changes and steps to upgrade from kamaki 0.11 to
2
kamaki 0.12
3

    
4
1. Update the kamaki configuration with these commands:
5
  $ kamaki config delete network_cli
6
  $ kamaki config delete ip_cli
7

    
8
2. Upgrade shell scripts to use the new syntax:
9
    positional arguments are removed, except if refering to the objects
10
    e.g., kamaki server info SERVER_ID
11
    but not kamaki server create NAME IMAGE FLAVOR
12
    Use mandatory non-positional arguments
13
    e.g., kamaki server create --name=NAME --image-id=IMAGE_ID --flavor-id=FLAVOR_ID
14
          kamaki image register --name=NAME --location=IMAGE_LOCATION
15