Remove remaining references to PVID looper

Commit 0fcfc379de removed the PVID looper,
but left references to the corresponding config option.  This change set
removes the config option from sea_agent and references thereto from the
usage.rst and devstack README.rst.

Change-Id: I8e50e9455b53489af2a05b5223c2dd8d51e4758d
Closes-Bug: 1626257
changes/65/374365/2
Eric Fried 2016-09-21 15:01:13 -05:00
parent 2bb923e9c0
commit a4785bad10
3 changed files with 0 additions and 21 deletions

View File

@ -31,7 +31,6 @@ Installing with Devstack
[[post-config|/$Q_PLUGIN_CONF_FILE]]
[agent]
bridge_mappings = ''
pvid_update_loops = 180
automated_powervm_vlan_cleanup = True
4. Run ``stack.sh`` from devstack::

View File

@ -91,16 +91,6 @@ file.
| | | Format: <phnet1>:<sea1>:<vio1>,<phnet2>:<sea2>:<vio2> |
| | | Example: default:ent5:vios_1,speedy:ent6:vios_1 |
+----------------------------------+-------+--------------------------------------------------------+
| pvid_update_loops = 180 | SEA | The Port VLAN ID (PVID) of the Client VM's Network |
| | | Interface is updated by this agent. There is a delay |
| | | from Nova between when the Neutron Port is assigned to |
| | | the host, and when the client VIF is created. This |
| | | variable indicates how many loops the agent should |
| | | take until it determines that the port has failed to |
| | | create from Nova. If no requests are in the system, |
| | | the loop will wait a second before checking again. If |
| | | requests are in the system, it may take a bit longer. |
+----------------------------------+-------+--------------------------------------------------------+
| automated_powervm_vlan_cleanup = | SEA | Determines whether or not the VLANs will be removed |
| True | | from the Network Bridge if a VM is removed and it is |
| | | the last VM on the system to use that VLAN. By |

View File

@ -44,16 +44,6 @@ agent_opts = [
'Shared Ethernet Adapters.'
'Format: <ph_net1>:<sea1>:<vio1>,<ph_net2>:<sea2>:<vio2> '
'Example: default:ent5:vios_1,speedy:ent6:vios_1'),
cfg.IntOpt('pvid_update_loops', default=180,
help='The Port VLAN ID (PVID) of the Client VM\'s Network '
'Interface is updated by this agent. There is a delay '
'from Nova between when the Neutron Port is assigned '
'to the host, and when the client VIF is created. This '
'variable indicates how many loops the agent should take '
'until it determines that the port has failed to create '
'from Nova. If no requests are in the system, the loop '
'will wait a second before checking again. If requests '
'are in the system, it may take a bit longer.'),
cfg.BoolOpt('automated_powervm_vlan_cleanup', default=True,
help='Determines whether or not the VLANs will be removed '
'from the Network Bridge if a VM is removed and it is '