README.md in cloudstack-cli-0.2.1 vs README.md in cloudstack-cli-0.2.2

- old
+ new

@@ -53,10 +53,12 @@ { "name": "web_stack-a", "description": "Web Application Stack", "version": "1.0", "zone": "DC-BIE-1", + "group": "my_web_stack", + "keypair": "mykeypair", "servers": [ { "name": "web-d1, web-d2", "description": "Web nodes", "template": "CentOS-6.4-x64-v1.2", @@ -65,10 +67,12 @@ "port_rules": ":80, :443" }, { "name": "db-01", "description": "PostgreSQL Master", - "template": "CentOS-6.4-x64-v1.2", + "iso": "CentOS-6.4-x86_64-swisstxt-v15", + "disk_offering": "Perf Storage", + "disk_size": "5", "offering": "2cpu_4gb", "networks": "server_network, storage_network" } ] }