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
This commit is contained in:
Brad P. Crochet 2016-09-12 14:35:54 -04:00
parent fe796eeb31
commit ee320c5946
1 changed files with 0 additions and 1 deletions

View File

@ -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,
)