diff options
author | Clint Byrum <clint@fewbar.com> | 2013-05-14 11:34:39 -0700 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-06-06 09:28:25 -0700 |
commit | a983dbb103b0353d7cdca53d7e594957f1cccce4 (patch) | |
tree | 66960604b26f899d69c58ecc1e8fac475a29cd5f | |
parent | a808e90f0218925bd858a5c11ce6abc104c0fcf5 (diff) |
Make descriptions less redundant.
-rw-r--r-- | base.yaml | 2 | ||||
-rw-r--r-- | glance.yaml | 2 | ||||
-rw-r--r-- | heat-allinone.yaml | 2 | ||||
-rw-r--r-- | heat.yaml | 2 | ||||
-rw-r--r-- | keystone.yaml | 2 | ||||
-rw-r--r-- | mysql.yaml | 2 | ||||
-rw-r--r-- | notcompute.yaml | 4 | ||||
-rw-r--r-- | nova-api.yaml | 2 | ||||
-rw-r--r-- | nova-compute.yaml | 2 | ||||
-rw-r--r-- | quantum.yaml | 2 | ||||
-rw-r--r-- | rabbitmq.yaml | 2 |
11 files changed, 12 insertions, 12 deletions
@@ -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 @@ -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 @@ -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 |