Re: [Openstack] openstack-ansible variable overwrite question

2018-07-01 Thread Satish Patel
Damnn it... you are right... it works now.. Thanks On Sun, Jul 1, 2018 at 7:09 PM, Mohammed Naser wrote: > On Sun, Jul 1, 2018 at 6:14 PM, Satish Patel wrote: >> I have deployed OSA and all good but having small issue in following file. >> >> # cat /etc/neutron/plugins/ml2/linuxbridge_agent.ini

Re: [Openstack] openstack-ansible variable overwrite question

2018-07-01 Thread Mohammed Naser
On Sun, Jul 1, 2018 at 6:14 PM, Satish Patel wrote: > I have deployed OSA and all good but having small issue in following file. > > # cat /etc/neutron/plugins/ml2/linuxbridge_agent.ini > > [linux_bridge] > physical_interface_mappings = flat:eth12,vlan:br-vlan > > I WANT TO CHANGE IT TO FOLLWOING

[Openstack] openstack-ansible variable overwrite question

2018-07-01 Thread Satish Patel
I have deployed OSA and all good but having small issue in following file. # cat /etc/neutron/plugins/ml2/linuxbridge_agent.ini [linux_bridge] physical_interface_mappings = flat:eth12,vlan:br-vlan I WANT TO CHANGE IT TO FOLLWOING physical_interface_mappings = vlan:br-vlan I have overwrite var