bosh-openstack-cpi/24
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-openstack-cpi-release. It was created based on the commit 2e173fca
.
Release Notes¶
- Support for multiple manual networks
- Use VM names provided by BOSH
- When using
human_readable_vm_names: true
, VM names now use instance ids instead of index if the Director provides them
- When using
- Remove
ca_cert
content from excon debug logs
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-openstack-cpi" version: "24" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=24" sha1: "6621ee1326e7136d9dbebacd1158d101618dc719"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 6621ee1326e7136d9dbebacd1158d101618dc719 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-openstack-cpi-release?v=24"