Skip to content

Commit

Permalink
Merge "SM-KILO: updated code to use version"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jan 26, 2016
2 parents 631086b + 8fc335b commit 8b802c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -47,7 +47,7 @@
group => root,
content => template("${module_name}/local_settings.py.erb")
}
if ($package_sku != 'kilo') {
if ($package_sku !~ /^*2015.1.*/) {
package { 'contrail-openstack-dashboard':
ensure => latest,
}
Expand Down
Expand Up @@ -658,6 +658,7 @@ ALLOWED_HOSTS = '*'
COMPRESS_OFFLINE = True
LOGOUT_URL='/horizon/auth/logout/'

<%- if @package_sku != 'kilo' -%>
##TODO: remove the check for kilo once we have package available
<%- if @package_sku !~ /^*2015.1.*/ -%>
HORIZON_CONFIG['customization_module'] = 'contrail_openstack_dashboard.overrides'
<%- end -%>

0 comments on commit 8b802c9

Please sign in to comment.