openstack-ansible/inventory/group_vars/all/designate.yml
Albert Mikaelyan 4aee350308 Remove non used variables
Remove the adminuri, proto and port variables and
set only the needed and used adminurl variable

Depends-On: I537c963722553d798356287de3daefcad99ac62f
Change-Id: I9f70f9996140052ce1a51a15afa968aed05a80b3
2018-03-02 16:23:44 +02:00

26 lines
996 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 both neutron and designate, and therefore must be in 'all' scope
designate_keystone_auth_plugin: password
designate_service_user_name: designate
designate_service_project_name: service
designate_service_project_domain_id: default
designate_service_user_domain_id: default
designate_service_region: "{{ service_region }}"
designate_service_adminurl: "http://{{ internal_lb_vip_address }}:9001/v2"