From b99251171faf9723637425ca42d6520ddc528801 Mon Sep 17 00:00:00 2001 From: Octavian Ciuhandu Date: Mon, 11 Sep 2017 05:41:28 -0700 Subject: [PATCH] Fix typo in Cloudbase ci ids Fix typos in the name of Cloudbase CI user accounts. Change-Id: I9547481d9499b7eccd6dc5c1f57473d04ed889db --- etc/default_data.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/default_data.json b/etc/default_data.json index 65d969c..fe4f37b 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -264,7 +264,7 @@ "Ocata" ], "ci": { - "id": "cinder_smb3_ci", + "id": "cinder-smb3-ci", "success_pattern": "Test_iSCSI \\S+ : SUCCESS", "failure_pattern": "Test_iSCSI \\S+ : FAILURE" } @@ -300,7 +300,7 @@ "Ocata" ], "ci": { - "id": "cinder_smb3_ci", + "id": "cinder-smb3-ci", "success_pattern": "Test_SMB3_Windows \\S+ :SUCCESS", "failure_pattern": "Test_SMB3_Windows \\S+ :FAILURE" } @@ -3735,7 +3735,7 @@ "Ocata" ], "ci": { - "id": "manila_smb3_ci", + "id": "manila-smb3-ci", "success_pattern": "Build succeeded", "failure_pattern": "Build failed" } @@ -4406,7 +4406,7 @@ ], "wiki": "http://www.cloudbase.it/neutron-hyper-v-plugin", "ci": { - "id": "neutron_hyperv_ci", + "id": "neutron-hyperv-ci", "success_pattern": "Build succeeded", "failure_pattern": "Build failed" }, @@ -5208,7 +5208,7 @@ "Ocata" ], "ci": { - "id": "nova_hyperv_ci", + "id": "nova-hyperv-ci", "success_pattern": "Build succeeded", "failure_pattern": "Build failed" }