From 60b5ac9a3160593a3d209112aa77b6e58aa419d6 Mon Sep 17 00:00:00 2001 From: "Brad P. Crochet" Date: Mon, 12 Sep 2016 14:35:54 -0400 Subject: [PATCH] Remove the rest of a removed path The /usr/share/openstack-heat-templates/ path was removed, but the line was actually spanned over two lines. This removes the rest of it. Original change was I84c4fb2b222e7d196061b4684acdd89391fde7f4 Change-Id: Idf2bddecd1ee20f232e7c573712d5f890ef56ab1 (cherry picked from commit ee320c5946d9ea4e35d522bc211c48a523a8055f) --- tripleoclient/v1/overcloud_image.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tripleoclient/v1/overcloud_image.py b/tripleoclient/v1/overcloud_image.py index a595a30fe..2d894b017 100644 --- a/tripleoclient/v1/overcloud_image.py +++ b/tripleoclient/v1/overcloud_image.py @@ -266,7 +266,6 @@ class BuildOvercloudImage(command.Command): self.TRIPLEOPUPPETELEMENTS, self.INSTACKUNDERCLOUDELEMENTS, '/usr/share/tripleo-image-elements', - 'software-config/elements', ])), help=_("Full elements path, separated by %s") % os.pathsep, )