mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 09:47:02 +01:00
This adds initial support for destroy for OpenStack Note that because gophercloud doesn't currently support nova tags[1] I've used Metadata for servers (which is already populated with the tectonicClusterId via the server properties). Also note this requires changes to the terraform-provider-openstack which are in the latest 1.12 release: https://github.com/terraform-providers/terraform-provider-openstack/releases/tag/v1.12.0 https://github.com/terraform-providers/terraform-provider-openstack/issues/453
3 lines
92 B
Go
3 lines
92 B
Go
// Package openstack provides a cluster-destroyer for openstack clusters.
|
|
package openstack
|