← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1792127] Re: Silently Failing Floating IP Association

 

Reviewed:  https://review.openstack.org/602009
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=1456f7caa323924f1d0b5a34add4791e43a7a680
Submitter: Zuul
Branch:    master

commit 1456f7caa323924f1d0b5a34add4791e43a7a680
Author: Marek <marek.lycka@xxxxxxxxxx>
Date:   Wed Sep 12 13:16:29 2018 +0200

    Disables Django 1.10 required attribute
    
    Removes the default 'required' attribute rendered by Django into the
    hidden Selects of the ThemableDynamicTypedChoiceField widgets. This
    attribute causes issues in Chrome with a new, client side validation
    present in Django 1.10.
    
    Change-Id: I6d0a2951cc74ffa57d091a4589372bf9b93cd33f
    Closes-Bug: #1792127


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1792127

Title:
  Silently Failing Floating IP Association

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  To reproduce:

  1) Go to Compute > Instances
  2) Open the actions menu for an instance and click "Associate Floating IP"
  3) Leave the default values in both offered dropdowsn in the Floating IP pop-up and click "Associate"

  => Nothing should happen; when opened, the browser JavaScript console
  should contain the following error messages:

  An invalid form control with name='ip_id' is not focusable.
  An invalid form control with name='instance_id' is not focusable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1792127/+subscriptions


References