Planet RSS Feed for OpenStack
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import ConfigParser |
|
|
|
cp = ConfigParser.ConfigParser() |
|
cp.read("planet.ini") |
|
|
|
if cp.get('Planet', 'output_dir') != '/srv/planet/openstack': |
|
sys.exit(1) |
|
|
|
|