github.com/openshift/installer@v1.4.17/pkg/types/openstack/doc.go (about) 1 // Package openstack contains OpenStack-specific structures for 2 // installer configuration and management. 3 package openstack 4 5 // Name is the name for the Openstack platform. 6 const Name string = "openstack"