openstack-ansible/inventory/group_vars/all/octavia.yml
Albert Mikaelyan 0706b7e155 Remove non used variables
Remove the proto, port and url_v2 variables and set only the
needed and used internaluri variable.
This is part of a cleanup that we started at ptg to remove
variables that present only to create other variables.
Such variables are not needed and should be removed to conserve memory.

Depends-On: I6fa28dcdb251da4592e10b288d15a208e83b097d
Depends-On: I891b94a8fb452e9fb5166e7c322d152060efdcce
Change-Id: Ie74669fa1660e11acb0dec481a3a01fdc066bc27
2018-05-18 14:40:53 +03:00

18 lines
718 B
YAML

---
# Copyright 2017, Rackspace US, Inc.
#
# 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.
# used by neutron role to specify octavia v1 service url
octavia_service_internaluri: "http://{{ internal_lb_vip_address }}:9876"