← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1521871] Re: Networks form validation error message not shown

 

This is about older releases which are no longer maintained as the upstream dev community.
In addition, this bug does not exist in the master branch.
Marking this as Invalid.

** Changed in: horizon
       Status: Confirmed => Invalid

-- 
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/1521871

Title:
  Networks form validation error message not shown

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  When you are creating a network with a subnet under project -> network
  topology -> create network, if you input a valid IP without a subnet
  mask under "network address," Horizon will not throw an error but will
  still prevent you from advancing.

  
  Steps to reproduce:
  1. Under Project -> Network Topology, open the "+ Create Network" modal.
  2. Enter anything for page 1.
  3. On page 2, enable "create subnet."
  4. For Network Address, enter a valid IP which is not in the subnet format, e.g. 10.100.0.0 or 0.0.0.0, etc. 
  5. Press "Next"

  Horizon will not allow you to progress, but there is no error
  displayed on the UI. Based on the code,  /32 subnet is assumed and the
  below error should be thrown but I don't see it on the screen.

  _("The subnet in the Network Address is too small (/%s).") %
  subnet.prefixlen

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


References