Fix parameters in standalone playbook

Some parameters were wrongly used, this patch fixes
those.

Change-Id: Id3f2bf8cad72827dda00623751879734f1b1554c
This commit is contained in:
yatinkarel 2020-08-19 15:38:14 +05:30
parent 5c647fff12
commit 6c2a1fcd60
1 changed files with 2 additions and 2 deletions

View File

@ -81,10 +81,10 @@
KernelIpNonLocalBind: 1
NeutronPublicInterface: {{ standalone_local_interface }}
NeutronBridgeMappings: datacenter:br-ctlplane
NeutronPyshicalBridge: br-ctlplane
NeutronPhysicalBridge: br-ctlplane
StandaloneEnableRoutedNetworks: false
StandaloneHomeDir: {{ ansible_env.HOME }}
InterfacesLocalMtu: {{ standalone_local_mtu }}
InterfaceLocalMtu: {{ standalone_local_mtu }}
NovaComputeLibvirtType: {{ standalone_virt_type }}
dest: "{{ ansible_env.HOME }}/parameters.yaml"