Port number and weight can not be entered when creating loadbalancer via the UI
search cancel

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.

Environment

7.x

Cause

This was caused by a change made to chromium based browsers.   This was documented in upstream in this Openstack storyboard and this Octavia bug

Resolution

This is resolved in the attached patch.  

  1. Copy patch to the management server.
  2. Add patch to inventory.
    #viocli oneoffpatch add -l /tmp/vio-patch-7x-PR3271495.tgz
  3. Install one-off patch.
    #viocli oneoffpatch install -p <patch name>
  4. List one-off patches and status.
    #viocli oneoffpatch list
  5. After this oneoffpatch installed, please restart memcached pods.
  6. Clear browser cache.

 
To remove one-off patch:

#viocli oneoffpatch uninstall -p <patch name>
#viocli oneoffpatch delete -p <patch name>

Additional Information

See here for viocli oneoff patch Command:  pg 233.

Attachments

vio-patch-7x-PR3271495.tgz get_app