NEW: provider for openstack

This commit is contained in:
xpk 2020-07-10 17:22:12 +08:00
parent 84fd6bb9fa
commit ac34fe823f
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86

View File

@ -0,0 +1,9 @@
# Configure the OpenStack Provider
provider "openstack" {
user_name = "admin"
tenant_name = "demo"
password = "your-password"
auth_url = "URL-to-keystone"
region = "RegionOne"
}