NEW: first commit

This commit is contained in:
xpk
2020-08-02 19:08:53 +08:00
commit 50cb3acfbc
14 changed files with 249 additions and 0 deletions
+9
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"
}