upload_vhd() in the glance xapi plugin calls _make_staging_area(sr_path) which in turn wants to create a temporary directory via tempfile.mkdtemp(dir=sr_path) ... unless the sr_path is a mounted filesystem (i.e. it is an ext SR), this will crash and burn.
upload_vhd() in the glance xapi plugin calls _make_staging_ area(sr_ path) which in turn wants to create a temporary directory via tempfile. mkdtemp( dir=sr_ path) ... unless the sr_path is a mounted filesystem (i.e. it is an ext SR), this will crash and burn.