Description of problem: Documentation for lbaas lacks instruction for services that we need to install: https://access.redhat.com/documentation/en/red-hat-openstack-platform/8/networking-guide/chapter-14-configure-load-balancing-as-a-service-lbaas [root@sbopenstack network-scripts(keystone_admin)]# yum install openstack-neutron-lbaas python-neutron-lbaas haproxy -y The above is not in the configuration, so users cannot know what they need to install. Also, depending on the environment, they will need to enable those services or add them to pacemaker. Regards, Andreas
Seems like a legit request.
From documentation side, we need to update the page to include the following command: # yum install -y openstack-neutron-lbaas python-neutron-lbaas As for haproxy, we will cover it from neutron side to pull in the dependency thru rpm deps.