bosh-openstack-cpi/33
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-openstack-cpi-release. It was created based on the commit 989dae1
.
Release Notes¶
Fixes * LBaaS: Wait until loadbalancer is out of state PENDING_UPDATE before the next action * LBaaS: Delete pool membership before deleting the VM. No more ports hanging around after undeploying! * LBaaS: Don’t fail if pool membership doesn’t exist. Manually removing things is ok now.
New features
* Support for OpenStack’s native resize disk
feature. Making your disks bigger now doesn’t take forever anymore!
* Works with bosh >= v263
* Needs to be enabled with a global property
director.enable_cpi_resize_disk: true
Misc * Improved error message when quota exceeded * Remove no longer supported blobstore clients from code and documentation
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-openstack-cpi" version: "33" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=33" sha1: "86b8eedcb0a6be3e821a5d0042916180706262be"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 86b8eedcb0a6be3e821a5d0042916180706262be \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=33"