Activity log for bug #1737040

Date Who What changed Old value New value Message
2017-12-07 21:42:11 Corey Bryant bug added bug
2017-12-07 21:44:57 Corey Bryant description [Impact] This SRU updates networking-l2gw in Artful to the correct version for Pike. While this is a major version bump, which typically means that new features are included, that is not the case for this update. The majority of these commits are test updates (flake8/tempest/devstack) that don't affect mainline code. The global requirements updates are just dependency updates, all of which are already satisfied in Artful. The delta between the current version 10.1.0.a1 and 11.0.0 includes the following commits: - [52fb42c] Update the documentation link for doc migration - [354495a] Take allowed-address-pairs to ucast_mac_remote - [af0f54a] Updated from global requirements - [25133e6] Use flake8-import-order plugin - [da569b7] Updated from global requirements - [0e684f9] Fix the configuration of the tempest plugin - [b7992ad] Adding l2gw section to tempest.conf within devstack plugin - [8de2040] Fix for tempest case test_create_l2gw_connection_with_invalid_network_name - [4bb9806] Tempest plugin expects the l2gw section instead of network - [3273c50] Add proper class skip - [947e5ba] Fix tempest install issues - [9d2a82f] Fix networking-l2gw devstack systemd issues - [9ec7ae4] Fixed networking-l2gw tempest plugin - [de4d24f] Update latest requirements - [31b6b61] Adapting networking-l2gw to use ovsdbapp library - [9710695] Updated from global requirements - [7e981e0] use MechanismDriver from neutron-lib - [990c3ef] Remove log translations - [afe3482] Updated from global requirements - [f484d90] Use the new tempest module - [40d267d] Fix agent configuration breakage The changes that do affect mainline code are the following: 354495a is a bug fix for https://bugs.launchpad.net/networking-l2gw/+bug/1447897 31b6b61 switches networking-l2gw to use the ovsdbapp library. 7e981e0 switches networking-l2gw to use MechanismDriver from neutron-lib. 990c3ef just removes log translations as log messages are no longer being translated. 40d267d fixes agent configuration breakage as modules have shifted to new packages in neutron. With the exception of untranslated log messages, there are no other changes in behavior introduced by the above commits. [Test Case] The following SRU process was followed: https://wiki.ubuntu.com/OpenStackUpdates In order to avoid regression of existing consumers, the OpenStack team will run their continuous integration test against the packages that are in -proposed. A successful run of all available tests will be required before the proposed packages can be let into -updates. The OpenStack team will be in charge of attaching the output summary of the executed tests. The OpenStack team members will not mark ‘verification-done’ until this has happened. [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion] [Impact] Update networking-l2gw in Artful to the correct version for Pike. While this is a major version bump, which typically means that new features are included, that is not the case for this update. The majority of these commits are test updates (flake8/tempest/devstack) that don't affect mainline code, and the global requirements updates are just dependency updates, all of which are already satisfied in Artful. The remaining commits are assessed below. The delta between the current version 10.1.0.a1 and 11.0.0 includes the following commits:  - [52fb42c] Update the documentation link for doc migration  - [354495a] Take allowed-address-pairs to ucast_mac_remote  - [af0f54a] Updated from global requirements  - [25133e6] Use flake8-import-order plugin  - [da569b7] Updated from global requirements  - [0e684f9] Fix the configuration of the tempest plugin  - [b7992ad] Adding l2gw section to tempest.conf within devstack plugin  - [8de2040] Fix for tempest case test_create_l2gw_connection_with_invalid_network_name  - [4bb9806] Tempest plugin expects the l2gw section instead of network  - [3273c50] Add proper class skip  - [947e5ba] Fix tempest install issues  - [9d2a82f] Fix networking-l2gw devstack systemd issues  - [9ec7ae4] Fixed networking-l2gw tempest plugin  - [de4d24f] Update latest requirements  - [31b6b61] Adapting networking-l2gw to use ovsdbapp library  - [9710695] Updated from global requirements  - [7e981e0] use MechanismDriver from neutron-lib  - [990c3ef] Remove log translations  - [afe3482] Updated from global requirements  - [f484d90] Use the new tempest module  - [40d267d] Fix agent configuration breakage Of these commits, the changes that do affect mainline code are the following: 354495a is a bug fix for https://bugs.launchpad.net/networking-l2gw/+bug/1447897 31b6b61 switches networking-l2gw to use the ovsdbapp library. 7e981e0 switches networking-l2gw to use MechanismDriver from neutron-lib. 990c3ef just removes log translations as log messages are no longer being translated. 40d267d fixes agent configuration breakage as modules have shifted to new packages in neutron. With the exception of the untranslated log messages, there are no other changes in behavior introduced by the above commits. [Test Case] The following SRU process was followed: https://wiki.ubuntu.com/OpenStackUpdates In order to avoid regression of existing consumers, the OpenStack team will run their continuous integration test against the packages that are in -proposed. A successful run of all available tests will be required before the proposed packages can be let into -updates. The OpenStack team will be in charge of attaching the output summary of the executed tests. The OpenStack team members will not mark ‘verification-done’ until this has happened. [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion]
2017-12-07 21:48:03 Corey Bryant description [Impact] Update networking-l2gw in Artful to the correct version for Pike. While this is a major version bump, which typically means that new features are included, that is not the case for this update. The majority of these commits are test updates (flake8/tempest/devstack) that don't affect mainline code, and the global requirements updates are just dependency updates, all of which are already satisfied in Artful. The remaining commits are assessed below. The delta between the current version 10.1.0.a1 and 11.0.0 includes the following commits:  - [52fb42c] Update the documentation link for doc migration  - [354495a] Take allowed-address-pairs to ucast_mac_remote  - [af0f54a] Updated from global requirements  - [25133e6] Use flake8-import-order plugin  - [da569b7] Updated from global requirements  - [0e684f9] Fix the configuration of the tempest plugin  - [b7992ad] Adding l2gw section to tempest.conf within devstack plugin  - [8de2040] Fix for tempest case test_create_l2gw_connection_with_invalid_network_name  - [4bb9806] Tempest plugin expects the l2gw section instead of network  - [3273c50] Add proper class skip  - [947e5ba] Fix tempest install issues  - [9d2a82f] Fix networking-l2gw devstack systemd issues  - [9ec7ae4] Fixed networking-l2gw tempest plugin  - [de4d24f] Update latest requirements  - [31b6b61] Adapting networking-l2gw to use ovsdbapp library  - [9710695] Updated from global requirements  - [7e981e0] use MechanismDriver from neutron-lib  - [990c3ef] Remove log translations  - [afe3482] Updated from global requirements  - [f484d90] Use the new tempest module  - [40d267d] Fix agent configuration breakage Of these commits, the changes that do affect mainline code are the following: 354495a is a bug fix for https://bugs.launchpad.net/networking-l2gw/+bug/1447897 31b6b61 switches networking-l2gw to use the ovsdbapp library. 7e981e0 switches networking-l2gw to use MechanismDriver from neutron-lib. 990c3ef just removes log translations as log messages are no longer being translated. 40d267d fixes agent configuration breakage as modules have shifted to new packages in neutron. With the exception of the untranslated log messages, there are no other changes in behavior introduced by the above commits. [Test Case] The following SRU process was followed: https://wiki.ubuntu.com/OpenStackUpdates In order to avoid regression of existing consumers, the OpenStack team will run their continuous integration test against the packages that are in -proposed. A successful run of all available tests will be required before the proposed packages can be let into -updates. The OpenStack team will be in charge of attaching the output summary of the executed tests. The OpenStack team members will not mark ‘verification-done’ until this has happened. [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion] [Impact] Update networking-l2gw in Artful to the correct version for Pike. While this is a major version bump, which typically means that new features are included, that is not the case for this update. The majority of these commits are test updates (flake8/tempest/devstack) that don't affect mainline code, and the global requirements updates are just dependency updates, all of which are already satisfied in Artful. The remaining commits are assessed below. The delta between the current version 10.1.0.a1 and 11.0.0 includes the following commits:  - [52fb42c] Update the documentation link for doc migration  - [354495a] Take allowed-address-pairs to ucast_mac_remote  - [af0f54a] Updated from global requirements  - [25133e6] Use flake8-import-order plugin  - [da569b7] Updated from global requirements  - [0e684f9] Fix the configuration of the tempest plugin  - [b7992ad] Adding l2gw section to tempest.conf within devstack plugin  - [8de2040] Fix for tempest case test_create_l2gw_connection_with_invalid_network_name  - [4bb9806] Tempest plugin expects the l2gw section instead of network  - [3273c50] Add proper class skip  - [947e5ba] Fix tempest install issues  - [9d2a82f] Fix networking-l2gw devstack systemd issues  - [9ec7ae4] Fixed networking-l2gw tempest plugin  - [de4d24f] Update latest requirements  - [31b6b61] Adapting networking-l2gw to use ovsdbapp library  - [9710695] Updated from global requirements  - [7e981e0] use MechanismDriver from neutron-lib  - [990c3ef] Remove log translations  - [afe3482] Updated from global requirements  - [f484d90] Use the new tempest module  - [40d267d] Fix agent configuration breakage Of these commits, the changes that do affect mainline code are the following: 354495a is a bug fix for https://bugs.launchpad.net/networking-l2gw/+bug/1447897 31b6b61 switches networking-l2gw to use the ovsdbapp library. 7e981e0 switches networking-l2gw to use MechanismDriver from neutron-lib. 990c3ef just removes log translations as log messages are no longer being translated. 40d267d fixes agent configuration breakage as modules have shifted to new packages in neutron. The only commits from above that cause any change in behavior are 354495a (bug fix to enable support for allowed-address-pairs) and 990c3ef (no longer untranslating log messages). [Test Case] The following SRU process was followed: https://wiki.ubuntu.com/OpenStackUpdates In order to avoid regression of existing consumers, the OpenStack team will run their continuous integration test against the packages that are in -proposed. A successful run of all available tests will be required before the proposed packages can be let into -updates. The OpenStack team will be in charge of attaching the output summary of the executed tests. The OpenStack team members will not mark ‘verification-done’ until this has happened. [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion]
2017-12-07 21:48:37 Corey Bryant description [Impact] Update networking-l2gw in Artful to the correct version for Pike. While this is a major version bump, which typically means that new features are included, that is not the case for this update. The majority of these commits are test updates (flake8/tempest/devstack) that don't affect mainline code, and the global requirements updates are just dependency updates, all of which are already satisfied in Artful. The remaining commits are assessed below. The delta between the current version 10.1.0.a1 and 11.0.0 includes the following commits:  - [52fb42c] Update the documentation link for doc migration  - [354495a] Take allowed-address-pairs to ucast_mac_remote  - [af0f54a] Updated from global requirements  - [25133e6] Use flake8-import-order plugin  - [da569b7] Updated from global requirements  - [0e684f9] Fix the configuration of the tempest plugin  - [b7992ad] Adding l2gw section to tempest.conf within devstack plugin  - [8de2040] Fix for tempest case test_create_l2gw_connection_with_invalid_network_name  - [4bb9806] Tempest plugin expects the l2gw section instead of network  - [3273c50] Add proper class skip  - [947e5ba] Fix tempest install issues  - [9d2a82f] Fix networking-l2gw devstack systemd issues  - [9ec7ae4] Fixed networking-l2gw tempest plugin  - [de4d24f] Update latest requirements  - [31b6b61] Adapting networking-l2gw to use ovsdbapp library  - [9710695] Updated from global requirements  - [7e981e0] use MechanismDriver from neutron-lib  - [990c3ef] Remove log translations  - [afe3482] Updated from global requirements  - [f484d90] Use the new tempest module  - [40d267d] Fix agent configuration breakage Of these commits, the changes that do affect mainline code are the following: 354495a is a bug fix for https://bugs.launchpad.net/networking-l2gw/+bug/1447897 31b6b61 switches networking-l2gw to use the ovsdbapp library. 7e981e0 switches networking-l2gw to use MechanismDriver from neutron-lib. 990c3ef just removes log translations as log messages are no longer being translated. 40d267d fixes agent configuration breakage as modules have shifted to new packages in neutron. The only commits from above that cause any change in behavior are 354495a (bug fix to enable support for allowed-address-pairs) and 990c3ef (no longer untranslating log messages). [Test Case] The following SRU process was followed: https://wiki.ubuntu.com/OpenStackUpdates In order to avoid regression of existing consumers, the OpenStack team will run their continuous integration test against the packages that are in -proposed. A successful run of all available tests will be required before the proposed packages can be let into -updates. The OpenStack team will be in charge of attaching the output summary of the executed tests. The OpenStack team members will not mark ‘verification-done’ until this has happened. [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion] [Impact] Update networking-l2gw in Artful to the correct version for Pike. While this is a major version bump, which typically means that new features are included, that is not the case for this update. The majority of these commits are test updates (flake8/tempest/devstack) that don't affect mainline code, and the global requirements updates are just dependency updates, all of which are already satisfied in Artful. The remaining commits are assessed below. The delta between the current version 10.1.0.a1 and 11.0.0 includes the following commits:  - [52fb42c] Update the documentation link for doc migration  - [354495a] Take allowed-address-pairs to ucast_mac_remote  - [af0f54a] Updated from global requirements  - [25133e6] Use flake8-import-order plugin  - [da569b7] Updated from global requirements  - [0e684f9] Fix the configuration of the tempest plugin  - [b7992ad] Adding l2gw section to tempest.conf within devstack plugin  - [8de2040] Fix for tempest case test_create_l2gw_connection_with_invalid_network_name  - [4bb9806] Tempest plugin expects the l2gw section instead of network  - [3273c50] Add proper class skip  - [947e5ba] Fix tempest install issues  - [9d2a82f] Fix networking-l2gw devstack systemd issues  - [9ec7ae4] Fixed networking-l2gw tempest plugin  - [de4d24f] Update latest requirements  - [31b6b61] Adapting networking-l2gw to use ovsdbapp library  - [9710695] Updated from global requirements  - [7e981e0] use MechanismDriver from neutron-lib  - [990c3ef] Remove log translations  - [afe3482] Updated from global requirements  - [f484d90] Use the new tempest module  - [40d267d] Fix agent configuration breakage Of these commits, the changes that do affect mainline code are the following: 354495a is a bug fix for https://bugs.launchpad.net/networking-l2gw/+bug/1447897 31b6b61 switches networking-l2gw to use the ovsdbapp library. 7e981e0 switches networking-l2gw to use MechanismDriver from neutron-lib. 990c3ef just removes log translations as log messages are no longer being translated. 40d267d fixes agent configuration breakage as modules have shifted to new packages in neutron. The only commits from above that cause any change in behavior are 354495a (bug fix to enable support for allowed-address-pairs) and 990c3ef (no longer untranslating log messages). [Test Case] The following SRU process was followed: https://wiki.ubuntu.com/OpenStackUpdates In order to avoid regression of existing consumers, the OpenStack team will run their continuous integration test against the packages that are in -proposed. A successful run of all available tests will be required before the proposed packages can be let into -updates. The OpenStack team will be in charge of attaching the output summary of the executed tests. The OpenStack team members will not mark ‘verification-done’ until this has happened. [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion]
2017-12-07 21:51:57 Corey Bryant bug task added networking-l2gw
2017-12-07 21:52:07 Corey Bryant bug task deleted networking-l2gw
2017-12-07 21:52:13 Corey Bryant nominated for series Ubuntu Artful
2017-12-07 21:52:13 Corey Bryant bug task added networking-l2gw (Ubuntu Artful)
2017-12-07 21:52:21 Corey Bryant networking-l2gw (Ubuntu): status New Invalid
2017-12-07 21:52:26 Corey Bryant bug task added networking-l2gw
2017-12-07 21:52:31 Corey Bryant bug task deleted networking-l2gw
2017-12-07 21:52:44 Corey Bryant bug task added cloud-archive
2017-12-07 21:52:53 Corey Bryant nominated for series cloud-archive/pike
2017-12-07 21:52:53 Corey Bryant bug task added cloud-archive/pike
2017-12-07 22:06:59 Corey Bryant description [Impact] Update networking-l2gw in Artful to the correct version for Pike. While this is a major version bump, which typically means that new features are included, that is not the case for this update. The majority of these commits are test updates (flake8/tempest/devstack) that don't affect mainline code, and the global requirements updates are just dependency updates, all of which are already satisfied in Artful. The remaining commits are assessed below. The delta between the current version 10.1.0.a1 and 11.0.0 includes the following commits:  - [52fb42c] Update the documentation link for doc migration  - [354495a] Take allowed-address-pairs to ucast_mac_remote  - [af0f54a] Updated from global requirements  - [25133e6] Use flake8-import-order plugin  - [da569b7] Updated from global requirements  - [0e684f9] Fix the configuration of the tempest plugin  - [b7992ad] Adding l2gw section to tempest.conf within devstack plugin  - [8de2040] Fix for tempest case test_create_l2gw_connection_with_invalid_network_name  - [4bb9806] Tempest plugin expects the l2gw section instead of network  - [3273c50] Add proper class skip  - [947e5ba] Fix tempest install issues  - [9d2a82f] Fix networking-l2gw devstack systemd issues  - [9ec7ae4] Fixed networking-l2gw tempest plugin  - [de4d24f] Update latest requirements  - [31b6b61] Adapting networking-l2gw to use ovsdbapp library  - [9710695] Updated from global requirements  - [7e981e0] use MechanismDriver from neutron-lib  - [990c3ef] Remove log translations  - [afe3482] Updated from global requirements  - [f484d90] Use the new tempest module  - [40d267d] Fix agent configuration breakage Of these commits, the changes that do affect mainline code are the following: 354495a is a bug fix for https://bugs.launchpad.net/networking-l2gw/+bug/1447897 31b6b61 switches networking-l2gw to use the ovsdbapp library. 7e981e0 switches networking-l2gw to use MechanismDriver from neutron-lib. 990c3ef just removes log translations as log messages are no longer being translated. 40d267d fixes agent configuration breakage as modules have shifted to new packages in neutron. The only commits from above that cause any change in behavior are 354495a (bug fix to enable support for allowed-address-pairs) and 990c3ef (no longer untranslating log messages). [Test Case] The following SRU process was followed: https://wiki.ubuntu.com/OpenStackUpdates In order to avoid regression of existing consumers, the OpenStack team will run their continuous integration test against the packages that are in -proposed. A successful run of all available tests will be required before the proposed packages can be let into -updates. The OpenStack team will be in charge of attaching the output summary of the executed tests. The OpenStack team members will not mark ‘verification-done’ until this has happened. [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion] [Impact] Sigh... after that I've written below this turned out to be a very minor update to d/control dependencies and officaly get the package to 11.0.0. The prior version was a git snapshot on top of 10.1.0.a2 that was actually very close to 11.0.0. There's no sense in reading the rest of the Impact section. ------ Update networking-l2gw in Artful to the correct version for Pike. While this is a major version bump, which typically means that new features are included, that is not the case for this update. The majority of these commits are test updates (flake8/tempest/devstack) that don't affect mainline code, and the global requirements updates are just dependency updates, all of which are already satisfied in Artful. The remaining commits are assessed below. The delta between the current version 10.1.0.a1 and 11.0.0 includes the following commits:  - [52fb42c] Update the documentation link for doc migration  - [354495a] Take allowed-address-pairs to ucast_mac_remote  - [af0f54a] Updated from global requirements  - [25133e6] Use flake8-import-order plugin  - [da569b7] Updated from global requirements  - [0e684f9] Fix the configuration of the tempest plugin  - [b7992ad] Adding l2gw section to tempest.conf within devstack plugin  - [8de2040] Fix for tempest case test_create_l2gw_connection_with_invalid_network_name  - [4bb9806] Tempest plugin expects the l2gw section instead of network  - [3273c50] Add proper class skip  - [947e5ba] Fix tempest install issues  - [9d2a82f] Fix networking-l2gw devstack systemd issues  - [9ec7ae4] Fixed networking-l2gw tempest plugin  - [de4d24f] Update latest requirements  - [31b6b61] Adapting networking-l2gw to use ovsdbapp library  - [9710695] Updated from global requirements  - [7e981e0] use MechanismDriver from neutron-lib  - [990c3ef] Remove log translations  - [afe3482] Updated from global requirements  - [f484d90] Use the new tempest module  - [40d267d] Fix agent configuration breakage Of these commits, the changes that do affect mainline code are the following: 354495a is a bug fix for https://bugs.launchpad.net/networking-l2gw/+bug/1447897 31b6b61 switches networking-l2gw to use the ovsdbapp library. 7e981e0 switches networking-l2gw to use MechanismDriver from neutron-lib. 990c3ef just removes log translations as log messages are no longer being translated. 40d267d fixes agent configuration breakage as modules have shifted to new packages in neutron. The only commits from above that cause any change in behavior are 354495a (bug fix to enable support for allowed-address-pairs) and 990c3ef (no longer untranslating log messages). [Test Case] The following SRU process was followed: https://wiki.ubuntu.com/OpenStackUpdates In order to avoid regression of existing consumers, the OpenStack team will run their continuous integration test against the packages that are in -proposed. A successful run of all available tests will be required before the proposed packages can be let into -updates. The OpenStack team will be in charge of attaching the output summary of the executed tests. The OpenStack team members will not mark ‘verification-done’ until this has happened. [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion]
2017-12-07 22:08:56 Corey Bryant description [Impact] Sigh... after that I've written below this turned out to be a very minor update to d/control dependencies and officaly get the package to 11.0.0. The prior version was a git snapshot on top of 10.1.0.a2 that was actually very close to 11.0.0. There's no sense in reading the rest of the Impact section. ------ Update networking-l2gw in Artful to the correct version for Pike. While this is a major version bump, which typically means that new features are included, that is not the case for this update. The majority of these commits are test updates (flake8/tempest/devstack) that don't affect mainline code, and the global requirements updates are just dependency updates, all of which are already satisfied in Artful. The remaining commits are assessed below. The delta between the current version 10.1.0.a1 and 11.0.0 includes the following commits:  - [52fb42c] Update the documentation link for doc migration  - [354495a] Take allowed-address-pairs to ucast_mac_remote  - [af0f54a] Updated from global requirements  - [25133e6] Use flake8-import-order plugin  - [da569b7] Updated from global requirements  - [0e684f9] Fix the configuration of the tempest plugin  - [b7992ad] Adding l2gw section to tempest.conf within devstack plugin  - [8de2040] Fix for tempest case test_create_l2gw_connection_with_invalid_network_name  - [4bb9806] Tempest plugin expects the l2gw section instead of network  - [3273c50] Add proper class skip  - [947e5ba] Fix tempest install issues  - [9d2a82f] Fix networking-l2gw devstack systemd issues  - [9ec7ae4] Fixed networking-l2gw tempest plugin  - [de4d24f] Update latest requirements  - [31b6b61] Adapting networking-l2gw to use ovsdbapp library  - [9710695] Updated from global requirements  - [7e981e0] use MechanismDriver from neutron-lib  - [990c3ef] Remove log translations  - [afe3482] Updated from global requirements  - [f484d90] Use the new tempest module  - [40d267d] Fix agent configuration breakage Of these commits, the changes that do affect mainline code are the following: 354495a is a bug fix for https://bugs.launchpad.net/networking-l2gw/+bug/1447897 31b6b61 switches networking-l2gw to use the ovsdbapp library. 7e981e0 switches networking-l2gw to use MechanismDriver from neutron-lib. 990c3ef just removes log translations as log messages are no longer being translated. 40d267d fixes agent configuration breakage as modules have shifted to new packages in neutron. The only commits from above that cause any change in behavior are 354495a (bug fix to enable support for allowed-address-pairs) and 990c3ef (no longer untranslating log messages). [Test Case] The following SRU process was followed: https://wiki.ubuntu.com/OpenStackUpdates In order to avoid regression of existing consumers, the OpenStack team will run their continuous integration test against the packages that are in -proposed. A successful run of all available tests will be required before the proposed packages can be let into -updates. The OpenStack team will be in charge of attaching the output summary of the executed tests. The OpenStack team members will not mark ‘verification-done’ until this has happened. [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion] [Impact] Update networking-l2gw in Artful to the correct version for Pike. This turns out to be a very minor update to d/control dependencies and officially get the package to version 11.0.0. We have customers asking for this. The prior version was a git snapshot on top of 10.1.0.a2, which was actually very close to 11.0.0. [Test Case] The following SRU process was followed: https://wiki.ubuntu.com/OpenStackUpdates In order to avoid regression of existing consumers, the OpenStack team will run their continuous integration test against the packages that are in -proposed. A successful run of all available tests will be required before the proposed packages can be let into -updates. The OpenStack team will be in charge of attaching the output summary of the executed tests. The OpenStack team members will not mark ‘verification-done’ until this has happened. [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion]
2017-12-08 02:18:16 Corey Bryant cloud-archive: status New Invalid
2017-12-08 02:19:46 Corey Bryant bug added subscriber Ubuntu Stable Release Updates Team
2017-12-08 14:05:25 Launchpad Janitor networking-l2gw (Ubuntu): status Invalid Fix Released
2017-12-14 08:11:57 Launchpad Janitor networking-l2gw (Ubuntu Artful): status New Confirmed
2017-12-14 13:26:49 Corey Bryant cloud-archive/pike: status New Triaged
2017-12-14 13:27:02 Corey Bryant cloud-archive/pike: importance Undecided Medium
2017-12-14 13:27:04 Corey Bryant networking-l2gw (Ubuntu Artful): importance Undecided Medium
2017-12-14 13:27:11 Corey Bryant networking-l2gw (Ubuntu Artful): status Confirmed Triaged
2017-12-14 21:08:26 Brian Murray networking-l2gw (Ubuntu Artful): status Triaged Fix Committed
2017-12-14 21:08:28 Brian Murray bug added subscriber SRU Verification
2017-12-14 21:08:33 Brian Murray tags verification-needed verification-needed-artful
2017-12-18 14:18:52 Corey Bryant cloud-archive/pike: status Triaged Fix Committed
2017-12-18 14:18:53 Corey Bryant tags verification-needed verification-needed-artful verification-needed verification-needed-artful verification-pike-needed
2018-01-11 19:37:20 Billy Olsen tags verification-needed verification-needed-artful verification-pike-needed verification-done verification-needed-done verification-pike-done
2018-01-12 02:31:26 Billy Olsen tags verification-done verification-needed-done verification-pike-done sts verification-artful-done verification-pike-done
2018-01-31 19:52:13 Billy Olsen tags sts verification-artful-done verification-pike-done sts verification-done-artful verification-done-pike
2018-02-01 08:33:10 Launchpad Janitor networking-l2gw (Ubuntu Artful): status Fix Committed Fix Released
2018-02-01 08:33:14 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2018-02-01 14:21:09 Corey Bryant cloud-archive/pike: status Fix Committed Fix Released