FLAG rename: bandwith_poll_*=>bandwidth_poll_*
Fix bug 1036407 bandwith_poll_interval is deprecated in Folsom and will be removed in Grizzly Change-Id: I32cbdffce21a0024bd0303d46d7b7632db6ec8cb
This commit is contained in:
parent
ca38cba242
commit
ad0a9a0c56
@ -311,7 +311,8 @@ global_opts = [
|
||||
default='month',
|
||||
help='time period to generate instance usages for. '
|
||||
'Time period must be hour, day, month or year'),
|
||||
cfg.IntOpt('bandwith_poll_interval',
|
||||
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',
|
||||
|
Loading…
Reference in New Issue
Block a user