F5Networks / f5-openstack-lbaasv1

OpenStack Neutron LBaaSv1 plugin and agent to control F5 BIG-IP devices
http://f5-openstack-lbaasv1.readthedocs.io
6 stars 8 forks source link

Update step 4 in the release config docs #68

Closed jputrino closed 8 years ago

jputrino commented 8 years ago

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.)

# 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.

OPENSTACK_NEUTRON_NETWORK = {
'enable_lb': True,
...
}

Deployment

n/a

jputrino commented 8 years ago

this step was removed from the documentation because it doesn't appear to be necessary