diff options
author | Clint Byrum <clint@fewbar.com> | 2013-05-14 11:39:35 -0700 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-06-06 09:28:39 -0700 |
commit | 3757db1f5b72388d5d4084e413b222b5d0294bf0 (patch) | |
tree | adce8b03d04dd7372f70f97e13096a382964b477 | |
parent | 4043c1d61b366c8572a753b9a0604793cb3af90e (diff) |
Removing unused TemplateURL
-rw-r--r-- | glance.yaml | 3 | ||||
-rw-r--r-- | heat.yaml | 3 | ||||
-rw-r--r-- | notcompute.yaml | 3 | ||||
-rw-r--r-- | nova-api.yaml | 3 | ||||
-rw-r--r-- | nova-compute.yaml | 3 | ||||
-rw-r--r-- | quantum.yaml | 3 |
6 files changed, 0 insertions, 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: @@ -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: |