From a6762f2b6704ec7da4c348d1607f6689bd903931 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 2 Oct 2012 10:53:03 -0700 Subject: Remove deprecated Folsom code: bandwith_poll_interval Remove bandwidth_poll_interval's deprecated name: bandwith_poll_interval Change-Id: I7015b306994096610aaaffc03ae5246ae160cbc3 --- nova/flags.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nova/flags.py b/nova/flags.py index 34dbc72ef..239e45385 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -308,7 +308,6 @@ global_opts = [ help='time period to generate instance usages for. ' 'Time period must be hour, day, month or year'), cfg.IntOpt('bandwidth_poll_interval', - deprecated_name='bandwith_poll_interval', default=600, help='interval to pull bandwidth usage info'), cfg.BoolOpt('start_guests_on_host_boot', -- cgit