← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1341144] [NEW] Wrong server_default value for multicast_ip_index in cisco_network_profiles table

 

Public bug reported:

Change https://review.openstack.org/105411 introduced the following
incorrect server_default value:

    multicast_ip_index = sa.Column(sa.Integer, default=0,
                                   server_default=sql.false())

in neutron/plugins/cisco/db/n1kv_models_v2.py for table
cisco_network_profiles.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1341144

Title:
  Wrong server_default value for multicast_ip_index in
  cisco_network_profiles table

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Change https://review.openstack.org/105411 introduced the following
  incorrect server_default value:

      multicast_ip_index = sa.Column(sa.Integer, default=0,
                                     server_default=sql.false())

  in neutron/plugins/cisco/db/n1kv_models_v2.py for table
  cisco_network_profiles.

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


Follow ups

References