Skip to content

bosh-openstack-cpi/28

You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-openstack-cpi-release. It was created based on the commit 22249159.

Release Notes

By default, OpenStack CPI now runs with neutron instead of nova-networking. If you require nova-networking, switch on openstack.use_nova_networking: true to turn on compatibility mode in the CPI. Be aware that future OpenStack versions will remove this API at some point. See documentation on bosh.io for additional information.

Fixes: - Remove deprecated nova calls and use corresponding OpenStack services instead: glance, cinder, neutron

New Features: - CPI support for light stemcells (1, 2, 3) - Added script to create light stemcells for already uploaded images - Redact OpenStack passwords and auth tokens in the debug log

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "bosh-openstack-cpi"
  version: "28"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=28"
  sha1: "beae72c7a105923ee74e7dfd6930e9aa75d86e05"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 beae72c7a105923ee74e7dfd6930e9aa75d86e05 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=28"

Jobs

Packages