From 65ffcef4dac562def657304eabf8bccf6717dcb8 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 25 Dec 2013 05:40:04 +0000 Subject: [PATCH] Fix significant whitespace in jeepyb projects.yaml * modules/openstack_project/templates/review.projects.yaml.erb: The alphabetization change 3be8e7f8 inadvertently introduced stray indentation making the file unable to be parsed by the YAML module. Fix it. Change-Id: I504b4b635ad481dd9daa8c1e588a9c9bb5bd2305 --- .../openstack_project/templates/review.projects.yaml.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 1912791738..e59a089596 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -377,10 +377,10 @@ upstream: git://github.com/Mirantis/astute.git acl-config: /home/gerrit2/acls/stackforge/fuel.config - project: stackforge/fuel-devops - launchpad: fuel - description: Fuel DevOps tools for managing virtual environments - upstream: git://github.com/Mirantis/devops.git - acl-config: /home/gerrit2/acls/stackforge/fuel.config + launchpad: fuel + description: Fuel DevOps tools for managing virtual environments + upstream: git://github.com/Mirantis/devops.git + acl-config: /home/gerrit2/acls/stackforge/fuel.config - project: stackforge/fuel-docs launchpad: fuel description: Fuel Documentation