diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-06-22 09:17:26 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-06-22 09:17:26 +0000 |
commit | 6f84275dd9c4de62e839ffe238cbad1b8fb8ed4a (patch) | |
tree | d5b06c05cb592e8df51bb1c2f69f2aed5a6031a2 /etc | |
parent | 2dfe3f893dc0f040334e5fe9ca9276ed8fd23101 (diff) | |
parent | 13d55a76d4835f1a436862c7fc0e0af577f26ba5 (diff) | |
download | neutron-6f84275dd9c4de62e839ffe238cbad1b8fb8ed4a.tar.gz |
Merge "Changing the poll_duration parameter type to int"
Diffstat (limited to 'etc')
-rw-r--r-- | etc/neutron/plugins/cisco/cisco_plugins.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/neutron/plugins/cisco/cisco_plugins.ini b/etc/neutron/plugins/cisco/cisco_plugins.ini index 5249bb8cd4..13d81f182b 100644 --- a/etc/neutron/plugins/cisco/cisco_plugins.ini +++ b/etc/neutron/plugins/cisco/cisco_plugins.ini @@ -127,7 +127,7 @@ # default_network_profile = # Example: default_network_profile = network_pool -# (StrOpt) Time in seconds for which the plugin polls the VSM for updates in +# (IntOpt) Time in seconds for which the plugin polls the VSM for updates in # policy profiles. # # poll_duration = |