Closed jputrino closed 8 years ago
1.0 forward
all
all supported
I've figured out what actually needs to go in step 4, so it needs to be updated.
This:
Enable LBaaS on the Controller Node (NOTE: This step is not necessary from Kilo forward.)
# vi 'local_settings' OPENSTACK_NEUTRON_NETWORK = { 'enable_lb': True, ...}"
Should be: Make sure that the enable_lb option in :file:local_settings.py is set to True.
enable_lb
local_settings.py
True
OPENSTACK_NEUTRON_NETWORK = { 'enable_lb': True, ... }
n/a
this step was removed from the documentation because it doesn't appear to be necessary
Agent Version
1.0 forward
Operating System
all
OpenStack Release
all supported
Description
I've figured out what actually needs to go in step 4, so it needs to be updated.
This:
Enable LBaaS on the Controller Node (NOTE: This step is not necessary from Kilo forward.)
Should be: Make sure that the
enable_lb
option in :file:local_settings.py
is set toTrue
.Deployment
n/a