Skip to content

Commit

Permalink
Partial-Bug: #1594986
Browse files Browse the repository at this point in the history
Change command pattern for cassandra process, this is for BGP config missing due to multiple
cassandra processes running.

Change-Id: Ib3253f40f1896bbc288de6eb0638eb93523a2b7c
  • Loading branch information
kamleshp committed Jul 1, 2016
1 parent a667a62 commit e908c00
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@
}
Package['contrail-openstack-database'] ->
exec { 'Stopping Cassandra till it is correctly configured':
command => "service cassandra stop",
command => "service cassandra stop && sed -i 's/CMD_PATT=.*/CMD_PATT=cassandra/' /etc/init.d/cassandra && sed -i 's/CMD_PATT=.*/CMD_PATT=cassandra/' /etc/init.d/contrail-database",
provider => shell,
logoutput => $contrail_logoutput
}
Expand Down

0 comments on commit e908c00

Please sign in to comment.