From 9f84a6514c8b210b4fb7afab74ed936cc025a912 Mon Sep 17 00:00:00 2001 From: Sergey Kraynev Date: Thu, 26 May 2016 20:24:56 +0300 Subject: [PATCH] Remove annoying suffix from package names Remove suffix "Puppet" from package name, which is displayed during separate installation Gerrit or Jenkins applications. Change-Id: Icc711cd08d09c155b72e64ad2c436c5e5ef203bf --- murano-apps/Gerrit/package/UI/ui.yaml | 2 +- murano-apps/Jenkins/package/UI/ui.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/murano-apps/Gerrit/package/UI/ui.yaml b/murano-apps/Gerrit/package/UI/ui.yaml index 859d6e2..27d4c54 100644 --- a/murano-apps/Gerrit/package/UI/ui.yaml +++ b/murano-apps/Gerrit/package/UI/ui.yaml @@ -22,7 +22,7 @@ Forms: - name: name type: string label: Application Name - initial: GerritPuppet + initial: Gerrit description: >- Enter a desired name for the application. Just A-Z, a-z, 0-9, dash and underline are allowed diff --git a/murano-apps/Jenkins/package/UI/ui.yaml b/murano-apps/Jenkins/package/UI/ui.yaml index fcb2d2e..bf33057 100644 --- a/murano-apps/Jenkins/package/UI/ui.yaml +++ b/murano-apps/Jenkins/package/UI/ui.yaml @@ -25,7 +25,7 @@ Forms: - name: name type: string label: Application Name - initial: JenkinsPuppet + initial: Jenkins description: >- Enter a desired name for the application. Just A-Z, a-z, 0-9, dash and underline are allowed