Update Neutron NSX plugin to latest commit from stable/mitaka branch

Plugin contains changes that allow to work with
python-neutron-lib-0.0.1, this means that we no longer need to carry
this package inside the plugin.

Plugin git commit revision: 53beb032bdaa2090820e78e166054450c0273b9f

Change-Id: I86a8dbb5d97163b6562c3757e2007a4d41a5d159
This commit is contained in:
Igor Zinovik 2016-10-24 13:25:44 +03:00
parent eab86fd1a3
commit 324f540868
4 changed files with 0 additions and 10 deletions

View File

@ -2,17 +2,7 @@ notice('fuel-plugin-nsx-t: install-nsx-plugin.pp')
include ::nsxt::params include ::nsxt::params
apt::pin { 'nsx-t':
ensure => present,
priority => 2000,
label => 'nsx-t',
before => Package['python-neutron-lib'],
}
package { $::nsxt::params::plugin_package: package { $::nsxt::params::plugin_package:
ensure => present, ensure => present,
} }
package { 'python-neutron-lib':
ensure => latest,
}