cede11ace8
This patch fixes a few minor issues: * The ironic_service_user_name was not being passed to Nova - this value was fixed in Nova #1647253 * The br-flat network seems to already existing on some gate nodes, this has been changed to named br-vlan Change-Id: I12f68a1cda39a3d615fbcf6ad62694faca6d09f4
40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
---
|
|
# Copyright 2016, 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.
|
|
|
|
test_swift_storage_network: "eth3"
|
|
test_swift_repl_network: "eth3"
|
|
nova_virt_type: ironic
|
|
glance_file_store: swift
|
|
test_swift_repl_number: 2
|
|
nova_console_type: novnc
|
|
|
|
neutron_provider_networks:
|
|
network_types: "vxlan,flat"
|
|
network_vxlan_ranges: "1:1000"
|
|
network_flat_networks: "flat,prov"
|
|
network_mappings: "flat:eth12,prov:eth11"
|
|
|
|
# Must be set to a normal MTU
|
|
neutron_network_device_mtu: 1500
|
|
neutron_l2_population: True
|
|
neutron_dhcp_config:
|
|
dhcp-option-force: "26,1500"
|
|
log-facility: "/var/log/neutron/neutron-dnsmasq.log"
|
|
ironic_neutron_provisioning_network_name: "ironic-prov"
|
|
neutron_l3: True
|
|
neutron_metadata: True
|
|
ironic_pip_package_state: latest
|
|
ironic_service_user_name: "ironic"
|