v31
Now tested on OpenStack Newton!
Fixes
- Light stemcell deletion fails when image is deleted from glance
- Stemcell upload fails on slow environments
- Floating IP assignment on Huawei FusionSphere via #63 (thanks @shoudusse and @gberche-orange!)
New Features
- Introduce new API method
calculate_vm_cloud_properties
via #56 (thanks @ljfranklin and @cdutra!) - Introduce new API method
info
via #64 (thanks @barthy1 and @knm3000!) - Introduce multi-cpi support via #52 (thanks @MatthiasWinzeler!)
- Redact
user_data
in logs ofcreate_vm
- Add instance metadata to disks – Disks now have
instance_name
,instance_uuid
, andindex
as metadata, so you can tell from Horizon/OpenStack CLI where they belong to. Especially useful for orphaned disks!
Misc