From 1cf1dd91a7aa5966224ea876f66ab68c2f8040b2 Mon Sep 17 00:00:00 2001
From: Alan Meadows <alan.meadows@gmail.com>
Date: Mon, 10 Apr 2017 13:34:45 -0700
Subject: [PATCH] Remove legacy metadata-agent configuration file

---
 neutron/templates/etc/_metadata-agent.ini.tpl | 43 -------------------
 1 file changed, 43 deletions(-)
 delete mode 100644 neutron/templates/etc/_metadata-agent.ini.tpl

diff --git a/neutron/templates/etc/_metadata-agent.ini.tpl b/neutron/templates/etc/_metadata-agent.ini.tpl
deleted file mode 100644
index c218082bd6..0000000000
--- a/neutron/templates/etc/_metadata-agent.ini.tpl
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2017 The Openstack-Helm Authors.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-[DEFAULT]
-debug = {{ .Values.metadata_agent.default.debug }}
-
-# Neutron credentials for API access
-auth_url = {{ tuple "identity" "admin" "admin" . | include "helm-toolkit.keystone_endpoint_uri_lookup" }}
-auth_plugin = password
-auth_region = {{ .Values.keystone.neutron_region_name }}
-project_domain_name = {{ .Values.keystone.neutron_project_domain }}
-project_name = {{ .Values.keystone.neutron_project_name }}
-user_domain_name = {{ .Values.keystone.neutron_user_domain }}
-username = {{ .Values.keystone.neutron_user }}
-password = {{ .Values.keystone.neutron_password }}
-endpoint_type = adminURL
-
-# Nova metadata service IP and port
-nova_metadata_ip = {{ include "helm-toolkit.nova_metadata_host" . }}
-nova_metadata_port = {{ .Values.network.metadata.port }}
-nova_metadata_protocol = http
-
-# Metadata proxy shared secret
-metadata_proxy_shared_secret = {{ .Values.neutron.metadata_secret }}
-
-metadata_port = {{ .Values.network.metadata.port }}
-
-# Workers and backlog requests
-metadata_workers = {{ .Values.metadata.workers }}
-
-# Caching
-cache_url = memory://?default_ttl=5