summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2011-02-15 21:38:47 +0100
committerChristian Berendt <berendt@b1-systems.de>2011-02-15 21:38:47 +0100
commit745b7b22f7b22a09e6c3bbc1cd8591eb3aa7f554 (patch)
tree1b11f853a8c4a79d112118707a0c18ede87f442a /nova
parent273e6703a9e4f7e3b7810f204ffb6bb0f86602bd (diff)
downloadnova-745b7b22f7b22a09e6c3bbc1cd8591eb3aa7f554.tar.gz
nova-745b7b22f7b22a09e6c3bbc1cd8591eb3aa7f554.tar.xz
nova-745b7b22f7b22a09e6c3bbc1cd8591eb3aa7f554.zip
removed flag --pidfile from nova/services.py
Diffstat (limited to 'nova')
-rw-r--r--nova/service.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/service.py b/nova/service.py
index 59648adf2..8b1b91e90 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())