Fix packer-cloud-env managed file 37/33537/1
authorKevin Sandi <ksandi@contractor.linuxfoundation.org>
Thu, 19 Aug 2021 19:41:43 +0000 (13:41 -0600)
committerKevin Sandi <ksandi@contractor.linuxfoundation.org>
Thu, 19 Aug 2021 19:41:43 +0000 (13:41 -0600)
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Change-Id: I9ae905c7a79d14f70ae59b5c2c03652051e68752

jenkins-config/managed-config-files/custom/packer-cloud-env/content
jenkins-config/managed-config-files/custom/packer-cloud-env/customizedCredentialMappings.yaml

index 6d7a777..2e8419a 100644 (file)
@@ -1,7 +1,7 @@
 {
   "cloud_auth_url": "https://auth.vexxhost.net/v3/",
-  "cloud_tenant": "$PACKER_CLOUD_TENANT",
-  "stack_tenant": "$PACKER_CLOUD_TENANT",
+  "cloud_tenant": "ea2ff219-b01b-4ed7-974b-b241dceef107",
+  "stack_tenant": "ea2ff219-b01b-4ed7-974b-b241dceef107",
   "cloud_user": "$PACKER_CLOUD_USER_USR",
   "stack_user": "$PACKER_CLOUD_USER_USR",
   "cloud_pass": "$PACKER_CLOUD_USER_PSW",
index 1b9e4d8..6bd8bbb 100644 (file)
@@ -1,6 +1,4 @@
 ---
 customizedCredentialMappings:
   - credentialsId: "packer-cloud-user"
-    tokenKey: "PACKER_CLOUD_USER"
-  - credentialsId: "packer-cloud-tenant"
-    tokenKey: "PACKER_CLOUD_TENANT"
\ No newline at end of file
+    tokenKey: "PACKER_CLOUD_USER"
\ No newline at end of file