From a983dbb103b0353d7cdca53d7e594957f1cccce4 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Tue, 14 May 2013 11:34:39 -0700 Subject: [PATCH] Make descriptions less redundant. --- base.yaml | 2 +- glance.yaml | 2 +- heat-allinone.yaml | 2 +- heat.yaml | 2 +- keystone.yaml | 2 +- mysql.yaml | 2 +- notcompute.yaml | 4 ++-- nova-api.yaml | 2 +- nova-compute.yaml | 2 +- quantum.yaml | 2 +- rabbitmq.yaml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/base.yaml b/base.yaml index 4353c42f..640796d2 100644 --- a/base.yaml +++ b/base.yaml @@ -1,5 +1,5 @@ HeatTemplateFormatVersion: '2012-12-12' -Description: 'HEAT Template - Tie OpenStack components together' +Description: 'Tie OpenStack components together' Parameters: TemplateRoot: Description: URL Base where all of our templates are available diff --git a/glance.yaml b/glance.yaml index b5c0079f..fd7470ad 100644 --- a/glance.yaml +++ b/glance.yaml @@ -1,5 +1,5 @@ HeatTemplateFormatVersion: '2012-12-12' -Description: 'HEAT Template - Glance' +Description: 'Glance' Parameters: KeyName: Description: Name of an existing EC2 KeyPair to enable SSH access to the instances diff --git a/heat-allinone.yaml b/heat-allinone.yaml index f1dead28..13fb1dbb 100644 --- a/heat-allinone.yaml +++ b/heat-allinone.yaml @@ -1,5 +1,5 @@ HeatTemplateFormatVersion: '2012-12-12' -Description: 'HEAT Template - Heat Engine and API' +Description: 'Heat Engine and API' Parameters: KeyName: Description: Name of an existing EC2 KeyPair to enable SSH access to the instances diff --git a/heat.yaml b/heat.yaml index d6aa52ed..4409f19a 100644 --- a/heat.yaml +++ b/heat.yaml @@ -1,5 +1,5 @@ HeatTemplateFormatVersion: '2012-12-12' -Description: 'HEAT Template - Heat Engine and API' +Description: 'Heat Engine and API' Parameters: KeyName: Description: Name of an existing EC2 KeyPair to enable SSH access to the instances diff --git a/keystone.yaml b/keystone.yaml index fc256203..4fc635da 100644 --- a/keystone.yaml +++ b/keystone.yaml @@ -1,5 +1,5 @@ HeatTemplateFormatVersion: '2012-12-12' -Description: 'HEAT Template - Keystone' +Description: 'Keystone' Parameters: KeyName: Description: Name of an existing EC2 KeyPair to enable SSH access to the instances diff --git a/mysql.yaml b/mysql.yaml index f6142e2a..4949b519 100644 --- a/mysql.yaml +++ b/mysql.yaml @@ -1,5 +1,5 @@ HeatTemplateFormatVersion: '2012-12-12' -Description: 'HEAT Template - Dedicated MySQL server' +Description: 'Dedicated MySQL server' Parameters: KeyName: Description: Name of an existing EC2 KeyPair to enable SSH access to the instances diff --git a/notcompute.yaml b/notcompute.yaml index 91bdfa2e..bfe6d7a9 100644 --- a/notcompute.yaml +++ b/notcompute.yaml @@ -1,5 +1,5 @@ -Description: HEAT Template - Dedicated MySQL server,HEAT Template - Dedicated MySQL - server,HEAT Template - Nova API +Description: Dedicated MySQL server,Dedicated MySQL + server,Nova API HeatTemplateFormatVersion: '2012-12-12' Outputs: GlancePassword: diff --git a/nova-api.yaml b/nova-api.yaml index 92ea3cae..204621c2 100644 --- a/nova-api.yaml +++ b/nova-api.yaml @@ -1,5 +1,5 @@ HeatTemplateFormatVersion: '2012-12-12' -Description: 'HEAT Template - Nova API' +Description: 'Nova API' Parameters: KeyName: Description: Name of an existing EC2 KeyPair to enable SSH access to the instances diff --git a/nova-compute.yaml b/nova-compute.yaml index ae4affbf..18dddcc8 100644 --- a/nova-compute.yaml +++ b/nova-compute.yaml @@ -1,5 +1,5 @@ HeatTemplateFormatVersion: '2012-12-12' -Description: 'HEAT Template - Nova Compute' +Description: 'Nova Compute' Parameters: KeyName: Description: Name of an existing EC2 KeyPair to enable SSH access to the instances diff --git a/quantum.yaml b/quantum.yaml index bc08f014..9caad891 100644 --- a/quantum.yaml +++ b/quantum.yaml @@ -1,5 +1,5 @@ HeatTemplateFormatVersion: '2012-12-12' -Description: 'HEAT Template - Quantum' +Description: 'Quantum' Parameters: KeyName: Description: Name of an existing EC2 KeyPair to enable SSH access to the instances diff --git a/rabbitmq.yaml b/rabbitmq.yaml index d8fdb5f6..80e28eb6 100644 --- a/rabbitmq.yaml +++ b/rabbitmq.yaml @@ -1,5 +1,5 @@ HeatTemplateFormatVersion: '2012-12-12' -Description: 'HEAT Template - Dedicated MySQL server' +Description: 'Dedicated RabbitMQ Server' Parameters: KeyName: Description: Name of an existing EC2 KeyPair to enable SSH access to the instances -- 2.16.6