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

This commit is contained in:
Jenkins 2016-10-24 16:40:46 +00:00 committed by Gerrit Code Review
commit 004dd72800
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
apt::pin { 'nsx-t':
ensure => present,
priority => 2000,
label => 'nsx-t',
before => Package['python-neutron-lib'],
}
package { $::nsxt::params::plugin_package:
ensure => present,
}
package { 'python-neutron-lib':
ensure => latest,
}