# Functions
CheckFloatingIP gets a floating IP by its ID and checks if it is already associated with any internal interface.
CheckFloatingIPNetwork checks provided network reference and returns a valid Networking service ID.
CommHost looks up the host for the communicator.
No description provided by the author
DiscoverProvisioningNetwork finds the first network whose subnet matches the given network ranges.
FindFreeFloatingIP returns free unassociated floating IP.
GetFloatingIPNetworkIDByName searches for the external network ID by the provided name.
GetInstancePortID returns internal port of the instance that can be used for the association of a floating IP.
GetVolumeSize returns volume size in gigabytes based on the image min disk value if it's not empty.
No description provided by the author
No description provided by the author
ServerStateRefreshFunc returns a StateRefreshFunc that is used to watch an openstack server.
WaitForImage waits for the given Image ID to become ready.
WaitForState watches an object and waits for it to achieve a certain state.
WaitForVolume waits for the given volume to become available.
# Constants
The unique ID for this builder.
# Structs
AccessConfig is for common configuration related to openstack access.
Artifact is an artifact implementation that contains built images.
No description provided by the author
No description provided by the author
No description provided by the author
ExternalNetwork is a network with external router.
FlatConfig is an auto-generated flat version of Config.
FlatImageFilter is an auto-generated flat version of ImageFilter.
FlatImageFilterOptions is an auto-generated flat version of ImageFilterOptions.
ImageConfig is for common configuration related to creating Images.
No description provided by the author
No description provided by the author
RunConfig contains configuration for running an instance from a source image and details on how to access that launched image.
StateChangeConf is the configuration struct used for `WaitForState`.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StepGetPassword reads the password from a booted OpenStack server and sets it on the WinRM config.
No description provided by the author
StepLoadFlavor gets the FlavorRef from a Flavor.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
StateRefreshFunc is a function type used for StateChangeConf that is responsible for refreshing the item being watched for a state change.