openstack.net compute v2_1 examples
any http://openstack.net compute v2_1 create server examples? especially with block_device_mapping_v2 like in this cli example: nova boot --block-device-mapping vda=<snapshot_id>:snap::1 --flavor <flavor_id> server_name</flavor_id></snapshot_id>
There is an example, including block device mapping, in the API documentation.