← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1495628] Re: In DHCP agent's enable_dhcp_helper, its good to call safe_configure_dhcp_for_network

 

[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
       Status: Incomplete => Expired

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

Title:
  In DHCP agent's enable_dhcp_helper, its good to call
  safe_configure_dhcp_for_network

Status in neutron:
  Expired

Bug description:
      def enable_dhcp_helper(self, network_id):
          """Enable DHCP for a network that meets enabling criteria."""
          network = self.safe_get_network_info(network_id)
          if network:
              self.configure_dhcp_for_network(network)

  Its quite possible that we can get exceptions in
  configure_dhcp_for_network and its better to call its safer
  counterpart, which takes care of handling any exceptions.

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


References