Create config file version 3
authorStavros Sachtouris <saxtouri@admin.grnet.gr>
Fri, 31 May 2013 10:29:18 +0000 (13:29 +0300)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Fri, 31 May 2013 10:29:18 +0000 (13:29 +0300)
commit05e144e2418121079f9ade6554995c56c82724a4
treeaf0d820a4df384d48da541d52e7d639b7e93d098
parent6fdb357625b22bb5faf5963b84bed02a1ce00f01
Create config file version 3

Refs: #3874

Minimum config file:
[global]
token = <user token>

Changes:

- Only one field "cli" for user command specs, to map command groups to CLIs:

[cli]
 user = astakos
 file = pithos
 server = cyclades
...

- Specify client services/apis and versions.
 General format:
 [client]
  type = <service>
  version = <api version>

 Example:
 [cyclades]
  type = compute
  version = v2.0
kamaki/cli/config.py