Port number and weight can not be entered when creating loadbalancer via the UI
book
Article ID: 375692
calendar_today
Updated On:
Products
VMware Integrated OpenStack
Issue/Introduction
- When going to add a member to a pool via the Octavia UI, the text fields for ip address, weight and port number don't display correctly.
- This prevents you from adding members to a pool and from submitting the form.
- This happens from Firefox, Chrome and Edge browsers.
- Doing this operation from API/CLI works fine.
Resolution
This is resolved in the attached patch.
- Copy patch to the management server.
- Add patch to inventory.
#viocli oneoffpatch add -l /tmp/vio-patch-7x-PR3271495.tgz
- Install one-off patch.
#viocli oneoffpatch install -p <patch name>
- List one-off patches and status.
#viocli oneoffpatch list
- After this oneoffpatch installed, please restart memcached pods.
- Clear browser cache.
To remove one-off patch:
#viocli oneoffpatch uninstall -p <patch name>
#viocli oneoffpatch delete -p <patch name>
Feedback
thumb_up
Yes
thumb_down
No