diff options
Diffstat (limited to 'nova/conf/neutron.py')
-rw-r--r-- | nova/conf/neutron.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/conf/neutron.py b/nova/conf/neutron.py index dc391a268e..e6774ced55 100644 --- a/nova/conf/neutron.py +++ b/nova/conf/neutron.py @@ -46,7 +46,7 @@ Default name for the floating IP pool. Specifies the name of floating IP pool used for allocating floating IPs. This option is only used if Neutron does not specify the floating IP pool name in -port binding reponses. +port binding responses. """), cfg.IntOpt('extension_sync_interval', default=600, |