From 3757db1f5b72388d5d4084e413b222b5d0294bf0 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Tue, 14 May 2013 11:39:35 -0700 Subject: Removing unused TemplateURL --- glance.yaml | 3 --- heat.yaml | 3 --- notcompute.yaml | 3 --- nova-api.yaml | 3 --- nova-compute.yaml | 3 --- quantum.yaml | 3 --- 6 files changed, 18 deletions(-) diff --git a/glance.yaml b/glance.yaml index fd7470ad..2980e6a6 100644 --- a/glance.yaml +++ b/glance.yaml @@ -19,9 +19,6 @@ Parameters: ServicePassword: Description: admin_password for setting up auth in keystone. Type: String - TemplateURL: - Type: String - Default: https://raw.github.com/openstack-ops/templates/master/ RabbitHost: Type: String RabbitPassword: diff --git a/heat.yaml b/heat.yaml index 4409f19a..d4c3eefc 100644 --- a/heat.yaml +++ b/heat.yaml @@ -30,9 +30,6 @@ Parameters: AvailabilityZones: Type: List Default: [ 1 ] - TemplateURL: - Type: String - Default: https://raw.github.com/openstack-ops/templates/master/ Resources: EngineAccessPolicy: Type: OS::Heat::AccessPolicy diff --git a/notcompute.yaml b/notcompute.yaml index a97f4d7c..c27e85ee 100644 --- a/notcompute.yaml +++ b/notcompute.yaml @@ -105,9 +105,6 @@ Parameters: ServicePassword: Description: admin_password for setting up auth in nova. Type: String - TemplateURL: - Default: https://raw.github.com/openstack-ops/templates/master/ - Type: String notcomputeImage: Type: String Resources: diff --git a/nova-api.yaml b/nova-api.yaml index 204621c2..18db7c9a 100644 --- a/nova-api.yaml +++ b/nova-api.yaml @@ -19,9 +19,6 @@ Parameters: ServicePassword: Description: admin_password for setting up auth in nova. Type: String - TemplateURL: - Type: String - Default: https://raw.github.com/openstack-ops/templates/master/ RabbitHost: Type: String RabbitPassword: diff --git a/nova-compute.yaml b/nova-compute.yaml index 18dddcc8..ad7446f0 100644 --- a/nova-compute.yaml +++ b/nova-compute.yaml @@ -16,9 +16,6 @@ Parameters: ServicePassword: Description: admin_password for setting up auth in nova. Type: String - TemplateURL: - Type: String - Default: https://raw.github.com/openstack-ops/templates/master/ RabbitHost: Type: String RabbitPassword: diff --git a/quantum.yaml b/quantum.yaml index 9caad891..38f6ac82 100644 --- a/quantum.yaml +++ b/quantum.yaml @@ -19,9 +19,6 @@ Parameters: ServicePassword: Description: admin_password for setting up auth in quantum. Type: String - TemplateURL: - Type: String - Default: https://raw.github.com/openstack-ops/templates/master/ RabbitHost: Type: String RabbitPassword: -- cgit 1.2.3-korg