Skip to content

Commit

Permalink
Merge "SM_KILO: Fix code that was overwritten."
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jan 18, 2016
2 parents 1c5da82 + bf6bb20 commit 6c91609
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@
openstack::resources::database { 'neutron': }
->
package { 'neutron-server': ensure => present }
->

if ($package_sku != 'kilo') {
package { 'contrail-openstack-dashboard':
ensure => latest,
}
Package['contrail-openstack-dashboard'] -> Exec['neutron-db-sync']
}
notify { "contrail::profile::openstack_controller - neutron_db_connection = ${::openstack::resources::connectors::neutron}":; }
->
class {'::contrail::profile::neutron_db_sync':
Expand Down

0 comments on commit 6c91609

Please sign in to comment.