[Cloud-init-dev] [Merge] ~raharper/cloud-init:fix/ds_update_events into cloud-init:master

2019-03-13 Thread Ryan Harper
Ryan Harper has proposed merging ~raharper/cloud-init:fix/ds_update_events into cloud-init:master. Commit message: DataSource: use class property to allow subclasses to override update_events Subclasses of DataSource, like DataSourceAzure would update the .update_events attribute of the

Re: [Cloud-init-dev] [Merge] ~raharper/cloud-init:fix/ds_update_events into cloud-init:master

2019-03-13 Thread Ryan Harper
I've done initial testing on EC2 with vpc on Xenial; this fixes the issue where the Azure datasource would modify the base-class update_events attribute. I need to validate: 1) ec-classic still works as expected (xenial, bionic, cosmic, disco) 2) azure still works as expected (xenial, bionic,

[Cloud-init-dev] [Merge] ~raharper/cloud-init:fix/ds_update_events into cloud-init:master

2019-03-13 Thread Ryan Harper
The proposal to merge ~raharper/cloud-init:fix/ds_update_events into cloud-init:master has been updated. Status: Needs review => Work in progress For more details, see: https://code.launchpad.net/~raharper/cloud-init/+git/cloud-init/+merge/364403 -- Your team cloud-init commiters is

[Cloud-init-dev] [Merge] ~raharper/cloud-init:fix/ds_update_events into cloud-init:master

2019-03-13 Thread Ryan Harper
The proposal to merge ~raharper/cloud-init:fix/ds_update_events into cloud-init:master has been updated. Commit message changed to: DataSource: use class prop for subclass override of update_events Subclasses of DataSource, like DataSourceAzure would update the .update_events attribute of the