Fix the /usr/local/bin/neutron-dvs-agent file

By default driver considers wrong neutron-dvs-agent file.
This commit fix that in-place. More rigth way is fix that file
in the driver. I'm going to do it sometimes later.

Change-Id: If4225b198492b495509746fe4a635b1d28a1d25f
This commit is contained in:
Igor Gajsin 2016-02-11 15:22:35 +03:00
parent d4f384373b
commit a8f0d55e19
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ class vmware_dvs(
group => 'root',
mode => '0755',
require => Package['python-mech-vmware-dvs'],
}->
file {'/usr/local/bin/neutron-dvs-agent':
ensure => 'link',
target => '/usr/bin/neutron-dvs-agent',
}
file {'/etc/neutron/plugin.ini':