bosh-openstack-cpi/30
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-openstack-cpi-release. It was created based on the commit 63391580
.
Release Notes¶
New Features
- Add openstack.default_volume_type
to set the default volume type for all persistent disks created by the CPI. Via PR #55, thanks @ljfranklin and @cdutra!
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-openstack-cpi" version: "30" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=30" sha1: "2fff8e1c241a91267ddd099a553c1339d2709821"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 2fff8e1c241a91267ddd099a553c1339d2709821 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=30"