NEW: first commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user