OpenStack v4.0.0 published on Tuesday, May 21, 2024 by Pulumi
OpenStack: Installation & Configuration
The Pulumi OpenStack Provider needs to be configured with OpenStack credentials before it can be used to create resources. You will need to provide the OpenStack Provider with your OpenStack account details. You can Download your OpenStack credentials as a sourceable rc file from the OpenStack dashboard. Your credentials are only used to authenticate with OpenStack APIs on your behalf. Your credentials are never sent to pulumi.com.
To communicate your credentials to the Pulumi OpenStack Provider source the file downloaded from OpenStack: source openrc.sh
.
Installation
The OpenStack provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumi/openstack
- Python:
pulumi-openstack
- Go:
github.com/pulumi/pulumi-openstack/sdk/v3/go/openstack
- .NET:
Pulumi.Openstack
- Java:
com.pulumi/openstack