bosh-openstack-cpi/26
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-openstack-cpi-release. It was created based on the commit 6c1657ba
.
Release Notes¶
OpenStack CPI now tested on OpenStack Mitaka!
Fixes:
- Quote proxy environment variables so specifying a list of no_proxy
hosts actually works
- boot_from_volume: true
now works with OpenStack Mitaka
New features:
- support for glance v2 (https://github.com/cloudfoundry-incubator/bosh-openstack-cpi-release/pull/49 thanks @ljfranklin and @cunnie!)
- support for cinder v2 (https://github.com/cloudfoundry-incubator/bosh-openstack-cpi-release/pull/49 thanks @ljfranklin and @cunnie!)
- stemcells now have human-readable names instead of UUIDs! (bosh-openstack-kvm-ubuntu-trusty-go_agent/3262.5
instead of BOSH-UUID
)
- more detailed debug log output when creating VMs in multiple networks
Misc: - bumped to fog-openstack 0.1.7
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-openstack-cpi" version: "26" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=26" sha1: "09c18a410aca8a15c11fcbe028f3eac39bef31b5"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 09c18a410aca8a15c11fcbe028f3eac39bef31b5 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=26"