Neutron Port Create
Asked by
Akilesh
I see that neutron port-create does not create a port on openvswith. Instead it only creates it in db. I would like to know what has to be done to really create a ovs port. I want a service to bind to the port I created. Below is my guess of how to solve the problem.
Correct me If I am wrong.
1. Use Neutron port create to get mac address and fixed ip of the device
2. Create a tap device with the mac address and assign the fixed ip to it
3. Add the tap device to openvswitch using ovs-vsctl add-port
4. Bind my program to the port and proceed.
If any one got any suggestion for better strategy please do let me know.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- neutron Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Salvatore Orlando
- Solved:
- Last query:
- Last reply:
To post a message you must log in.