v23
- Human-readable VM names -
The CPI can set more meaningful names for VMs now! Instead of UUIDs such asvm-4971ee11-f956-406f-9220-8e1ee1a1873c
you get names such asrunner_z1/0
- set
openstack.human_readable_vm_names: true
- configure your registry with the
registry.endpoint
property to include basic auth credentials - Existing VMs will not be touched, continue to work, and still have their UUID-based name
- set
- Custom RootCA support for OpenStack Endpoints - If you previously set
openstack.connection_options.ssl_validate_peer: false
, you can now provide your custom RootCA certificate instead!- Set
openstack.connection_options.ca_cert
to the necessary certificate(s) - configure your registry with the
registry.endpoint
property to include basic auth credentials
- Set