Hi!
> .....
> > "nodegroups": {"2acdbb78-b3c4-4d45-9638-966f638e329f": {"name":
> "default", "tags": [], "ipolicy": {"std": {}, "max": {}, "min": {}},
> "serial_no": 3, "ndparams": {}, "diskparams": {"drbd": {"metavg":
> "autovg"}}, "mtime": 1359988646.216409, "alloc_policy": "preferred",
> "networks": {"5f8ff762-f9bf-44bf-a37a-739bcf9898f4": {"link": "br0",
> "mode": "bridged"}}, "uuid":
> "2acdbb78-b3c4-4d45-9638-966f638e329f"}},"instances": {"test": {"osparams":
> {"img_id": "debian_base-6.0-9-x86_64", "img_format": "diskdump",
> "img_passwd": "1234", "img_properties":
> "{\"OSFAMILY\":\"linux\",\"ROOT_PARTITION\":\"1\"}"}, "network_port":
> 11000, "serial_no": 1, "name": "test", "hypervisor": "kvm", "disks":
> [{"logical_id": ["autovg", "32f0e4c5-b67b-4d4e-b2e8-d39cfdb17205.disk0"],
> "dev_type": "lvm", "params": {}, "mode": "rw", "iv_name": "disk/0", "size":
> 1024}], "uuid": "93f9e1b7-daea-4ff1-94aa-f837b1c0e89f", "mtime":
> 1359988649.5182519, "primary_node": "auto2.example.gr", "hvparams":
> {"machine_version": "pc-1.0"}, "admin_state": "down", "disk_template":
> "plain", "nics": [{"ip": "10.0.0.2", "mac": "aa:00:00:b7:5d:77", "network":
> "test", "nicparams": {"link": "br0", "mode": "bridged"}}], "os":
> "snf-image+default", "beparams": {}, "ctime": 1359988649.5182519}},
> > .....
>
> Thanks. Helga, can you take a look at this? Right now the 'network'
> entry in the instance object is specified as type Network, not type
> String, so this could be the problem.
>
True, sorry I missed that. It worked of course with my config because it
also wrote Network types instead of Strings. I will send a patch soon.
Cheers,
Helga