Skip to content

Commit

Permalink
Use correct directory for contrail utils on centos (2/2)
Browse files Browse the repository at this point in the history
Centos uses /usr/share/contrail/ for contrail utils.
Changed script to use correct dir.

Change-Id: Ib46bfd19165e2e57a543f11f4e89279da71484d3
Partial-Bug: #1773412
  • Loading branch information
Santosh Gupta committed Jun 6, 2018
1 parent f7b546e commit 70ebf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/rpm/contrail-openstack-database.spec
Expand Up @@ -57,7 +57,7 @@ chown -R contrail:adm /var/log/contrail
chmod 0750 /var/log/contrail
chown -R contrail:contrail /var/lib/contrail/ /etc/contrail/
chmod 0750 /etc/contrail/
chown contrail:contrail /usr/share/contrail-utils/contrail-cassandra-status.py
chown contrail:contrail /usr/share/contrail/contrail-cassandra-status.py
chown -h contrail:contrail /usr/bin/contrail-cassandra-status

if [ -f /var/log/cassandra/status.log]; then
Expand Down

0 comments on commit 70ebf60

Please sign in to comment.