From 6d0d209e30f0f4a6108f71c0ee0f9df4ab67afe2 Mon Sep 17 00:00:00 2001 From: Kevin Benton Date: Sat, 19 Nov 2016 23:35:01 -0700 Subject: [PATCH] Fix rally job linebreak issue Commit 5728375c9a635180cd75ddcf32ec607c67795a85 incorrectly placed a literal '\n' in the local RC of all of the jobs. This corrects it by removing the '\n'. Change-Id: I6c0044c48b9a1a731d594d6c49ae8eaa951b5fed --- jenkins/jobs/rally.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/jobs/rally.yaml b/jenkins/jobs/rally.yaml index eca398b3d1..640901e9e5 100644 --- a/jenkins/jobs/rally.yaml +++ b/jenkins/jobs/rally.yaml @@ -72,7 +72,7 @@ export IDENTITY_API_VERSION=3 fi - DEVSTACK_LOCAL_CONFIG='\n'"enable_plugin rally git://git.openstack.org/openstack/rally" + DEVSTACK_LOCAL_CONFIG="enable_plugin rally git://git.openstack.org/openstack/rally" DEVSTACK_LOCAL_CONFIG+=$'\n'"CINDER_ENABLE_V1_API=True" ENABLED_SERVICES=sahara,key,horizon,