Activity log for bug #1185083

Date Who What changed Old value New value Message
2013-05-28 15:46:36 Shawn Hartsock bug added bug
2013-05-28 15:46:42 Shawn Hartsock nova: importance Undecided Wishlist
2013-06-04 18:03:54 Shawn Hartsock description The method get_network_with_the_name features several points of repeated code that does not need to be repeated. * network._type is always a unique and valid argument for get_dynamic_property * networks will usually have 0 or 1 result, more results will be due to networks sharing the same name which will make them indistinguishable (this should be considered an exceptional case) * multiple return points should not be necessary particularly since we are working with 0 or 1 valid values. The method get_network_with_the_name features several points of repeated code that does not need to be repeated. * network._type is always a unique and valid argument for get_dynamic_property * networks will usually have 0 or 1 result, more results will be due to networks sharing the same name which will make them indistinguishable (this should be considered an exceptional case) * multiple return points should not be necessary particularly since we are working with 0 or 1 valid values. See: https://github.com/openstack/nova/blob/master/nova/virt/vmwareapi/network_util.py#L32
2013-07-11 21:30:55 Shawn Hartsock nova: status New Confirmed
2014-09-08 12:29:48 Davanum Srinivas (DIMS) summary Simplify logic get_network_with_the_name VMware: Simplify logic get_network_with_the_name
2016-05-17 13:06:47 Markus Zoeller (markus_z) nova: status Confirmed Opinion