Remove duplicate configuration options on trove templates

The option neutron_endpoint_type is duplicate on these files:
 - trove/templates/trove.conf.j2
 - trove/templates/trove-taskmanager.conf.j2

We just have to remove one occurrence.

Change-Id: If5c91cf7b491966b1deac42c694af5995df9b11e
(cherry picked from commit 953433ce7b)
This commit is contained in:
Pierre Blanc 2017-12-20 10:22:51 -05:00 committed by Jeffrey Zhang
parent 15be00e6a6
commit 17d39b98c2
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ trove_auth_url = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone
nova_compute_endpoint_type = internalURL
neutron_endpoint_type = internalURL
neutron_endpoint_type = internalURL
swift_endpoint_type = internalURL
glance_endpoint_type = internalURL
trove_endpoint_type = internalURL

View File

@ -16,7 +16,6 @@ trove_auth_url = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone
nova_compute_endpoint_type = internalURL
neutron_endpoint_type = internalURL
neutron_endpoint_type = internalURL
swift_endpoint_type = internalURL
glance_endpoint_type = internalURL
trove_endpoint_type = internalURL