BACKWARDS INCOMPATIBILITIES / NOTES:
- Network detection in the
openstack_compute_instance_v2resource was cleaned up and updated. There should be no incompatibilities, but you should do aplanbeforeapplyjust to be safe.
IMPROVEMENTS:
openstack_compute_instance_v2now supports Neutron for network detection [GH-39]openstack_compute_instance_v2support for multiple NICs on the same network [GH-39]
BACKWARDS INCOMPATIBILITIES / NOTES:
- You can now specify
regionin the provider block. All resources will inherit this region setting, or you can override it in the resource-levelregion. Make sure to do aplanbefore anapplyto make sure the resource is not destroyed due to incorrectly determining the region! If you see this happening, either explicitly set theregionin the resource or uselifecycle.ignore_changes. floating_iphas been removed fromopenstack_compute_instance_v2. You must now useopenstack_compute_floatingip_associate_v2to associate a Floating IP with an Instance.volumehas been removed fromopenstack_compute_instance_v2. You must now useopenstack_compute_volume_attach_v2to attach a Volume with an Instance.memberhas been removed fromopenstack_lb_pool_v1. You must now useopenstack_lb_member_v1to add a LBaaS v1 Member to a Pool.
IMPROVEMENTS:
- Can specify
regionin the provider (#25)
BUG FIXES