aboutsummaryrefslogtreecommitdiffstats
path: root/terragrunt/openlab/RegionOne/stage/compute/control/terragrunt.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'terragrunt/openlab/RegionOne/stage/compute/control/terragrunt.hcl')
-rw-r--r--terragrunt/openlab/RegionOne/stage/compute/control/terragrunt.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/terragrunt/openlab/RegionOne/stage/compute/control/terragrunt.hcl b/terragrunt/openlab/RegionOne/stage/compute/control/terragrunt.hcl
index 46a2c24..fadd4c9 100644
--- a/terragrunt/openlab/RegionOne/stage/compute/control/terragrunt.hcl
+++ b/terragrunt/openlab/RegionOne/stage/compute/control/terragrunt.hcl
@@ -9,7 +9,7 @@ locals {
}
terraform {
- source = "git::https://gerrit.onap.org/r/integration/terraform/openlab/modules/openstack/compute"
+ source = "git::https://gerrit.onap.org/r/integration/terraform//openlab/modules/openstack/compute"
}
include {
@@ -25,7 +25,7 @@ inputs = {
environment = local.environment
cluster_name = "${local.region}-${local.environment}"
- node_name = "worker-node"
+ node_name = "control-node"
image = "ubuntu-18.04"
flavor = "m1.xlarge"
floating_ip_pool = "external"