Skip to content

Commit

Permalink
Merge "Closes-Bug: #1417411 Server Manager: Remove keystone-auth.conf…
Browse files Browse the repository at this point in the history
… for config server, untill multi-tenancy is enabled" into R2.1
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Feb 3, 2015
2 parents 1723f74 + 5dff0d8 commit 2d16dd8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
6 changes: 0 additions & 6 deletions contrail/environment/modules/contrail/manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -380,12 +380,6 @@
content => template("$module_name/ctrl-details.erb"),
}
}
if ! defined(File["/etc/contrail/contrail-keystone-auth.conf"]) {
file { "/etc/contrail/contrail-keystone-auth.conf" :
ensure => present,
content => template("$module_name/contrail-keystone-auth.conf.erb"),
}
}

# Ensure service.token file is present with right content.
if ! defined(File["/etc/contrail/service.token"]) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:contrail-api]
command=/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --listen_port <%= @api_port_base %>%(process_num)01d --worker_id %(process_num)s
command=/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api.conf --listen_port <%= @api_port_base %>%(process_num)01d --worker_id %(process_num)s
numprocs=<%= @api_nworkers %>
process_name=%(process_num)s
redirect_stderr=true
Expand Down

This file was deleted.

0 comments on commit 2d16dd8

Please sign in to comment.