Fix devstack documentation for Octavia

Devstack documentation suggests using noop driver for Octavia
networking.

Change-Id: I6531a4fd2a38013194fd083dca3bfb60505707ab
(cherry picked from commit 5a4ef0f69b)
This commit is contained in:
Kobi Samoray 2019-04-21 15:59:07 +03:00
parent 1be081d6e7
commit 92ed695273
1 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@ Add octavia and python-octaviaclient repos as external repositories and configur
topic=vmwarensxv_edge_lb topic=vmwarensxv_edge_lb
[controller_worker] [controller_worker]
network_driver = network_noop_driver network_driver = allowed_address_pairs_driver
NSX-T NSX-T
----- -----
@ -274,7 +274,7 @@ Add octavia and python-octaviaclient repos as external repositories and configur
topic=vmwarensxv_edge_lb topic=vmwarensxv_edge_lb
[controller_worker] [controller_worker]
network_driver = network_noop_driver network_driver = allowed_address_pairs_driver
NSX-P NSX-P
@ -355,7 +355,7 @@ Add octavia and python-octaviaclient repos as external repositories and configur
topic=vmwarensxv_edge_lb topic=vmwarensxv_edge_lb
[controller_worker] [controller_worker]
network_driver = network_noop_driver network_driver = allowed_address_pairs_driver
Trunk Driver Trunk Driver
~~~~~~~~~~~~ ~~~~~~~~~~~~