openstack-ansible/inventory/group_vars/all/neutron.yml
Logan V 82e853ce73 Remove credential sharing with nova
Various authtoken parameters are shifted up from the role defaults of
ironic, neutron, and placement so that nova can authenticate as these
services rather than itself when connecting to them as an API client.

Nova's configuration has been modififed not to require credential
sharing, so it will authenticate as itself to reach other APIs as
a client.

Depends-On: I021f85fd4d08e49876377f87a5cd2fddf54a236f
Change-Id: Ibc68c6b89821e6e4905d16a9115a9e42284cb0ec
2019-06-19 19:08:39 +00:00

18 lines
688 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.
# Horizon consumes this var so it must be in the global vars namespace
neutron_plugin_type: ml2.lxb