I did this manually.

-- Create an ovs port  on br-int
-- Create a neutron port using the ovs port that you just created.
-- Assign the ip address of the neutron port to the ovs port
-- Use ip netns exec to assign a route in the router namespace of the LoadBalancer network.

If there's somebody who has a better way to do this, please share.

Ranga

On Tue, Dec 4, 2018 at 11:16 AM Zufar Dhiyaulhaq <zufar@onf-ambassador.org> wrote:
Hi, I want to implement Octavia service in OpenStack Queens.

I am stuck on two-step :
1. Create Octavia User

I am trying to create Octavia user with this command, is this the right way?

openstack user create octavia --domain default --password octavia
openstack role add --user octavia --project services admin

openstack service create --name octavia --description "OpenStack Octavia" load-balancer
openstack endpoint create --region RegionOne octavia public http://10.60.60.10:9876
openstack endpoint create --region RegionOne octavia internal http://10.60.60.10:9876
openstack endpoint create --region RegionOne octavia admin http://10.60.60.10:9876

2. Load Balancer Network Configuration
"Add appropriate routing to/from the ‘lb-mgmt-net’ such that egress is allowed, and the controller (to be created later) can talk to hosts on this network."

I don't know how to route from controller host into a private network, is any specific command for doing that?

following tutorial from https://docs.openstack.org/octavia/latest/contributor/guides/dev-quick-start.html#running-octavia-in-production.

Thank You

Best Regards,
Zufar Dhiyaulhaq


--
M. Ranganathan