Skip to content

Commit

Permalink
fixed new vrouter rpm dependencies for lp https://bugs.launchpad.net/…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhenkel committed Jul 19, 2017
1 parent f8dee75 commit bebb582
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions manifests/vrouter/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
package { 'contrail-openstack-vrouter' :
ensure => latest,
}
package { 'contrail-vrouter' :
ensure => latest,
}
package { 'contrail-vrouter-init' :
ensure => latest,
}
package { 'contrail-vrouter-agent' :
ensure => latest,
}
} else {
package { 'contrail-nova-vif' :
ensure => latest,
Expand Down

0 comments on commit bebb582

Please sign in to comment.