From 6d577d5d87288a3541240ecf7455f3d03f0a2d5b Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 7 Dec 2012 10:54:00 +0000 Subject: [PATCH] Uses always heat/ instead of heat-*/ in debconf Rewritten-From: c40fd8c63b1c3404431f1b08db40d7eb6e9814dd --- xenial/debian/heat-api-cfn.templates | 8 ++++---- xenial/debian/heat-api-cloudwatch.templates | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xenial/debian/heat-api-cfn.templates b/xenial/debian/heat-api-cfn.templates index 9a3a85e0..ca914f37 100644 --- a/xenial/debian/heat-api-cfn.templates +++ b/xenial/debian/heat-api-cfn.templates @@ -1,20 +1,20 @@ -Template: heat-api-cfn/auth-host +Template: heat/auth-host Type: string Default: 127.0.0.1 _Description: Auth server hostname: Please specify the URL of your authentication server. Typically this is also the URL of your OpenStack Identity Service (Keystone). -Template: heat-api-cfn/admin-tenant-name +Template: heat/admin-tenant-name Type: string Default: admin _Description: Auth server tenant name: -Template: heat-api-cfn/admin-user +Template: heat/admin-user Type: string Default: admin _Description: Auth server username: -Template: heat-api-cfn/admin-password +Template: heat/admin-password Type: password _Description: Auth server password: diff --git a/xenial/debian/heat-api-cloudwatch.templates b/xenial/debian/heat-api-cloudwatch.templates index ab3083c9..46427e48 100644 --- a/xenial/debian/heat-api-cloudwatch.templates +++ b/xenial/debian/heat-api-cloudwatch.templates @@ -1,20 +1,20 @@ -Template: heat-api-cloudwatch/auth-host +Template: heat/auth-host Type: string Default: 127.0.0.1 _Description: Auth server hostname: Please specify the URL of your authentication server. Typically this is also the URL of your OpenStack Identity Service (Keystone). -Template: heat-api-cloudwatch/admin-tenant-name +Template: heat/admin-tenant-name Type: string Default: admin _Description: Auth server tenant name: -Template: heat-api-cloudwatch/admin-user +Template: heat/admin-user Type: string Default: admin _Description: Auth server username: -Template: heat-api-cloudwatch/admin-password +Template: heat/admin-password Type: password _Description: Auth server password: -- 2.45.2