Comment 8 for bug 1621403

Revision history for this message
Alfredo Moralejo (amoralej) wrote :

In my case, using RDO packages it works as expected but i had to set enable_lb to True in local_settings file:

OPENSTACK_NEUTRON_NETWORK = {
    'enable_lb': True
}

Note this is not in README file, but enable_lb defaults to True upstream.