Heya guys, So everything is going great in the openstack driver except I can't seem to get the detach method on a volume to work. I always get a 404 error back.
2012-12-11 16:55:02 DEBUG [requests.packages.urllib3.connectionpool] "POST /api/storage_volumes/14/detach HTTP/1.1" 404 18 I looked in the driver code and it looks like it wants an instance_id property set, so I tried: 2012-12-11 17:32:16 DEBUG [requests.packages.urllib3.connectionpool] "POST /api/storage_volumes/14/detach?instance_id=adffbebb-382c-4743-a61d-3736769acde6 HTTP/1.1" 404 18 Same idea.. I also notice that the instance knows it has a storage volume attached but the storage volume doesn't know the instance it is attached to. Maybe a limitation of openstack? Thanks guys (Marios ;-)) Ian