Skip to content

Commit

Permalink
Removed debug print, added postscript to handle default python extent…
Browse files Browse the repository at this point in the history
…ion location in RHEL.
  • Loading branch information
chemikadze committed Sep 12, 2011
1 parent 08afd6c commit 37d8423
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions openstack_nova_stats/postscript.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

mv /etc/ganglia/python_modules/compute-metrics.py /usr/lib64/ganglia/python_modules/
1 change: 1 addition & 0 deletions openstack_nova_stats/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[bdist_rpm]
python=/usr/bin/python2.6
requires=python,ganglia-gmond-python
post-install=postscript.sh
1 change: 0 additions & 1 deletion openstack_nova_stats/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def allfiles(path):
return all_files


print allfiles(os.path.join(os.path.dirname(__file__), 'configs'))
setup(
name = "openstack_nova_stats",
version = "0.0.1a1",
Expand Down

0 comments on commit 37d8423

Please sign in to comment.