summaryrefslogtreecommitdiffstats
path: root/nova/service.py
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2011-02-22 23:39:59 +0000
committerTarmac <>2011-02-22 23:39:59 +0000
commitafcec00e9e05031e1e7c086ff75fb05cf97c412d (patch)
tree7f6df7e89474f6bb5e56ae58157d58a17d70b17c /nova/service.py
parent3180d5dcf928f3c47e318b41affbc956bd5e2174 (diff)
parenta7eed42c57fe7eaf6f2981a88a74a81a6890198c (diff)
downloadnova-afcec00e9e05031e1e7c086ff75fb05cf97c412d.tar.gz
nova-afcec00e9e05031e1e7c086ff75fb05cf97c412d.tar.xz
nova-afcec00e9e05031e1e7c086ff75fb05cf97c412d.zip
At the moment --pidfile is still used in some scripts in contrib/puppet/. I don't use puppet, please check if there are possible side effects.
Diffstat (limited to 'nova/service.py')
-rw-r--r--nova/service.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/service.py b/nova/service.py
index 94efb1f2f..cc88ac233 100644
--- a/nova/service.py
+++ b/nova/service.py
@@ -50,10 +50,6 @@ flags.DEFINE_integer('periodic_interval', 60,
'seconds between running periodic tasks',
lower_bound=1)
-flags.DEFINE_string('pidfile', None,
- 'pidfile to use for this service')
-
-
flags.DEFINE_flag(flags.HelpFlag())
flags.DEFINE_flag(flags.HelpshortFlag())
flags.DEFINE_flag(flags.HelpXMLFlag())