# Pastebin YiNyqUQc david-lyle: curl -d '{"auth":{"passwordCredentials":{"username": "admin","password": "tijolo22"},"tenantName": "admin"}}' -H "Content-Type: application/json" http://172.24.44.92:5000/v2.0/tokens curl -g -i 'http://172.24.44.92:8774/v2.1/63f7383b8d35470ab54da8bfc38be716/os-volumes_boot' -X POST -H "Accept: application/json" -H "Content-Type: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Project-Id: 63f7383b8d35470ab54da8bfc38be716" -H "X-Auth-Token: f5ef4475ae144322b4d6bbef9e853d5b" -d '{"server": {"name": "i", "imageRef": "", "availability_zone": "nova", "block_device_mapping_v2": [{"boot_index": "0", "uuid": "5ae76796-5196-4afb-b13a-226375e30d55", "source_type": "image", "device_name": "vda", "volume_size": 1, "destination_type": "volume", "delete_on_termination": true, "volume_type":"hnas-iscsi"}], "flavorRef": "42", "OS-DCF:diskConfig": "AUTO", "max_count": 1, "min_count": 1, "security_groups": [{"name": "default"}]}}'