Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LOG.warn is deprecated #2590

Closed
ubuntu-server-builder opened this issue May 10, 2023 · 199 comments
Closed

LOG.warn is deprecated #2590

ubuntu-server-builder opened this issue May 10, 2023 · 199 comments
Labels
launchpad Migrated from Launchpad

Comments

@ubuntu-server-builder
Copy link
Collaborator

This bug was originally filed in Launchpad as LP: #1508442

Launchpad details
affected_projects = ['anvil', 'aodh', 'astara', 'barbican', 'bilean', 'ceilometer', 'cloudkitty', 'congress', 'designate', 'django-openstack-auth', 'dragonflow', 'ec2-api', 'evoque', 'gce-api', 'gnocchi', 'heat', 'heat-cfntools', 'keystone', 'kloudbuster', 'kolla', 'magnum', 'manila', 'masakari', 'mistral', 'monasca', 'networking-arista', 'networking-calico', 'networking-cisco', 'networking-fujitsu', 'networking-odl', 'networking-ofagent', 'networking-plumgrid', 'networking-powervm', 'networking-vsphere', 'nova', 'nova-powervm', 'nova-solver-scheduler', 'octavia', 'openstack-ansible', 'oslo.cache', 'oslo.middleware', 'packstack', 'python-dracclient', 'python-magnumclient', 'python-rack', 'python-watcherclient', 'rally', 'searchlight', 'senlin', 'shaker', 'solum', 'tacker', 'tempest', 'tripleo', 'trove-dashboard', 'vitrage', 'watcher', 'zaqar']
assignee = anishka0107
assignee_name = Anishka Gupta
date_closed = 2019-12-19T22:59:43.273349+00:00
date_created = 2015-10-21T12:21:05.773173+00:00
date_fix_committed = 2019-10-17T15:22:42.426539+00:00
date_fix_released = 2019-12-19T22:59:43.273349+00:00
id = 1508442
importance = low
is_complete = True
lp_url = https://bugs.launchpad.net/cloud-init/+bug/1508442
milestone = None
owner = zhang-lei
owner_name = lei zhang
private = False
status = fix_released
submitter = aarefiev
submitter_name = Anton Arefiev
tags = ['in-stable-mitaka', 'low-hanging-fruit']
duplicates = [1529913, 1530742]

Launchpad user Anton Arefiev(aarefiev) wrote on 2015-10-21T12:21:05.773173+00:00

LOG.warn is deprecated in Python 3 [1] . But it still used in a few places, non-deprecated LOG.warning should be used instead.

Note: If we are using logger from oslo.log, warn is still valid [2], but I agree we can switch to LOG.warning.

[1]https://docs.python.org/3/library/logging.html#logging.warning
[2]https://github.com/openstack/oslo.log/blob/master/oslo_log/log.py#L85

@ubuntu-server-builder ubuntu-server-builder added the launchpad Migrated from Launchpad label May 10, 2023
@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2015-10-21T12:24:08.270498+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/238020

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2015-10-22T06:43:13.852025+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/238378

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2015-10-22T10:47:43.357745+00:00

Reviewed: https://review.openstack.org/238020
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=5d22ccf016b70886c969d8910a8ce42c97580a44
Submitter: Jenkins
Branch: master

commit 5d22ccf016b70886c969d8910a8ce42c97580a44
Author: Anton Arefiev aarefiev@mirantis.com
Date: Fri Oct 9 15:39:36 2015 +0300

Replace deprecated LOG.warn with warning

LOG.warn is deprecated. It still used in a few places. This updates
those one to use the non-deprecated LOG.warning instead.

Closes-Bug: 1508442
Change-Id: Id947e4c8ae9894f480192a5ab034c24c25125788

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2015-10-22T11:08:08.962450+00:00

Reviewed: https://review.openstack.org/238363
Committed: https://git.openstack.org/cgit/openstack/ironic-inspector/commit/?id=bcd8d5dfa0696257d7fc8032da9dc8b4c890cca8
Submitter: Jenkins
Branch: master

commit bcd8d5dfa0696257d7fc8032da9dc8b4c890cca8
Author: Zhenguo Niu niuzhenguo@huawei.com
Date: Thu Oct 22 14:12:03 2015 +0800

Replace deprecated LOG.warn with LOG.warning

Closes-Bug: #1508442
Change-Id: Ifcc2004f3274808d868c9947ed2b0b484f815daa

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2015-11-02T17:23:44.749423+00:00

Reviewed: https://review.openstack.org/238378
Committed: https://git.openstack.org/cgit/openstack/ironic-python-agent/commit/?id=18d5d6aba31240f28bf507dffad39f73d2b118af
Submitter: Jenkins
Branch: master

commit 18d5d6aba31240f28bf507dffad39f73d2b118af
Author: Zhenguo Niu niuzhenguo@huawei.com
Date: Thu Oct 22 14:36:30 2015 +0800

Replace deprecated LOG.warn with LOG.warning

Change-Id: Ib3d566f6e608ee453659e15cabcf8e9332aedc52
Closes-Bug: #1508442

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2015-11-23T15:58:20.750045+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/248786

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2015-11-25T15:42:12.561753+00:00

Reviewed: https://review.openstack.org/248786
Committed: https://git.openstack.org/cgit/openstack/ironic-lib/commit/?id=bf3938e439797a6accdbd8c1a53b3139239e898d
Submitter: Jenkins
Branch: master

commit bf3938e439797a6accdbd8c1a53b3139239e898d
Author: Ruby Loo rloo@yahoo-inc.com
Date: Mon Nov 23 15:57:02 2015 +0000

Replace deprecated LOG.warn with LOG.warning

LOG.warn is deprecated so this replaces it with LOG.warning.

Change-Id: I4b7b55cce2cfb3f0ae779351daf14e42472d43de
Closes-Bug: 1508442

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user Doug Hellmann(doug-hellmann) wrote on 2015-12-01T21:05:59.816429+00:00

This issue was fixed in openstack/ironic-lib 0.5.0 release.

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user Doug Hellmann(doug-hellmann) wrote on 2015-12-03T20:12:53.109440+00:00

This issue was fixed in the openstack/ironic-inspector 2.3.0 release.

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user Doug Hellmann(doug-hellmann) wrote on 2015-12-07T15:25:20.803398+00:00

This issue was fixed in the openstack/ironic 4.3.0 release.

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2015-12-29T05:18:04.542841+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/262131

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2015-12-29T06:40:14.135686+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/262136

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2015-12-29T08:13:32.418831+00:00

Reviewed: https://review.openstack.org/262099
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=6ac4ce2eb1c5090e4bf35f1c5eab9e66f6af4f8f
Submitter: Jenkins
Branch: master

commit 6ac4ce2eb1c5090e4bf35f1c5eab9e66f6af4f8f
Author: Wanlong Gao wanlong.gao@easystack.cn
Date: Tue Dec 29 09:23:53 2015 +0800

Python 3 deprecated the logger.warn method in favor of warning

Python 3 deprecated the logger.warn method, see:
https://docs.python.org/3/library/logging.html#logging.warning, so we
prefer to use warning to avoid DeprecationWarning.

Closes-Bug: 1508442
Change-Id: I245d24b30e783f1c6dcec1b425d78d271edff49b

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user janonymous(janonymous) wrote on 2015-12-29T08:14:50.289496+00:00

I have added a check for pep8 checks in hacking also:https://review.openstack.org/#/c/259729/ , if it might be useful .

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2015-12-31T07:45:11.525281+00:00

Reviewed: https://review.openstack.org/262136
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=2fde87a0e91689aaf3c918209f1ee8a1d832d6f3
Submitter: Jenkins
Branch: master

commit 2fde87a0e91689aaf3c918209f1ee8a1d832d6f3
Author: Wanlong Gao wanlong.gao@easystack.cn
Date: Tue Dec 29 14:37:10 2015 +0800

Python 3 deprecated the logger.warn method in favor of warning

Python 3 deprecated the logger.warn method, see:
https://docs.python.org/3/library/logging.html#logging.warning, so we
prefer to use warning to avoid DeprecationWarning.

Change-Id: Ic4e07276def17ef39764601c8a7e0991f9a4efbc
Closes-Bug: 1508442

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-01-04T15:51:15.908432+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/263314

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-01-04T16:06:02.519720+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/263319

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-01-04T16:17:53.975622+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/263323

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-01-04T16:26:27.880259+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/263331

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user Swapnil Kulkarni(coolsvap-deactivatedaccount) wrote on 2016-01-04T16:52:25.822814+00:00

https://review.openstack.org/263339

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-01-04T17:02:43.790653+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/263347

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-01-04T17:59:42.071261+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/263373

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-01-04T18:02:17.168620+00:00

Change abandoned by Swapnil Kulkarni (coolsvap) (me@coolsvap.net) on branch: master
Review: https://review.openstack.org/263347

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-01-04T18:02:38.738890+00:00

Change abandoned by Swapnil Kulkarni (coolsvap) (me@coolsvap.net) on branch: master
Review: https://review.openstack.org/263314

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-01-05T03:03:20.916711+00:00

Change abandoned by Swapnil Kulkarni (coolsvap) (me@coolsvap.net) on branch: master
Review: https://review.openstack.org/263339

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-01-05T03:18:00.437116+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/263541

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-01-05T05:37:15.612577+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/263562

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-01-05T06:51:27.958827+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/263587

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-01-05T06:51:43.399171+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/263588

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user Sharat Sharma(sharat-sharma) wrote on 2016-08-31T07:41:11.451488+00:00

@Pallavi-S LOG.warn() in monasca is purposefully placed in the tests to notify that the LOG.warn() function is deprecated.

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-09-02T01:15:57.205443+00:00

This issue was fixed in the openstack/nova 14.0.0.0b3 development milestone.

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-09-14T11:26:52.754647+00:00

Change abandoned by Hardik Parekh (hardik.parekh047@gmail.com) on branch: master
Review: https://review.openstack.org/315565
Reason: In Mistral, we already have removed LOG.warn. we have pep8 check
for this.

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-09-29T13:54:58.961176+00:00

Change abandoned by Sharat Sharma (sharat.sharma@nectechnologies.in) on branch: master
Review: https://review.openstack.org/312830

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-11-10T01:55:07.078518+00:00

This issue was fixed in the openstack/magnum 2.0.0 release.

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-11-10T01:57:28.075935+00:00

This issue was fixed in the openstack/magnum 2.0.0 release.

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-11-10T02:16:44.043745+00:00

This issue was fixed in the openstack/solum-dashboard 1.0.1 release.

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-11-10T02:16:57.323857+00:00

This issue was fixed in the openstack/solum 4.1.1 release.

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-11-11T22:30:19.468633+00:00

Reviewed: https://review.openstack.org/396256
Committed: https://git.openstack.org/cgit/openstack/networking-arista/commit/?id=1b01eb60a45596bc731e86e9bede5039a8d0db6e
Submitter: Jenkins
Branch: master

commit 1b01eb60a45596bc731e86e9bede5039a8d0db6e
Author: Mark McClain mark@mcclain.xyz
Date: Thu Nov 10 09:28:49 2016 -0500

use LOG.warning instead of LOG.warn

Minor clean-up to convert usage of deprecated LOG.warn method to
LOG.warning.

Change-Id: I597d44ac0d48571ffb29d55761fe2aff5a518302
Closes-Bug: #1508442

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-11-17T09:02:22.483511+00:00

Change abandoned by Rob Cresswell (robert.cresswell@outlook.com) on branch: master
Review: https://review.openstack.org/316770
Reason: There was already a fix for this here: https://review.openstack.org/#/c/272408/

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-11-19T00:33:04.658269+00:00

Reviewed: https://review.openstack.org/326778
Committed: https://git.openstack.org/cgit/openstack/networking-ofagent/commit/?id=39c4649595d2a01bfd804dfa2811f8432637e995
Submitter: Jenkins
Branch: stable/mitaka

commit 39c4649595d2a01bfd804dfa2811f8432637e995
Author: fumihiko kakuma kakuma@valinux.co.jp
Date: Wed Jun 8 10:37:12 2016 +0900

Replace deprecated LOG.warn with LOG.warning

LOG.warn is deprecated in Python 3 [1].
This change switches it to the non-deprecated LOG.warning

[1]https://docs.python.org/3/library/logging.html#logging.warning

Closes-Bug: #1508442
Change-Id: If57939c68f6bb185d7e19e3fbc2a26fca3ecb5d7

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-12-02T20:14:08.691862+00:00

Change abandoned by David Lyle (dklyle0@gmail.com) on branch: master
Review: https://review.openstack.org/272408
Reason: This repo is being retired. Kerberos support can be handled with federation in keystone.

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2016-12-23T09:45:45.577515+00:00

Change abandoned by Sharat Sharma (sharat.sharma@nectechnologies.in) on branch: master
Review: https://review.openstack.org/314027

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2017-02-05T07:00:26.993783+00:00

Change abandoned by zhangguoqing (zhang.guoqing@99cloud.net) on branch: master
Review: https://review.openstack.org/294647

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2017-02-16T14:38:33.264902+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/434942

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2017-03-06T04:38:14.757875+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/441742

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2017-03-07T10:50:14.128347+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/442379

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2017-03-07T12:18:09.569466+00:00

Change abandoned by Kiseok Kim (kiseok7@gmail.com) on branch: master
Review: https://review.openstack.org/441742
Reason: move to https://review.openstack.org/#/c/442379/

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2017-03-09T11:59:45.557501+00:00

Reviewed: https://review.openstack.org/442379
Committed: https://git.openstack.org/cgit/openstack/rally/commit/?id=59ac7139d85acebb357c813b7f4ad5f9871d23b4
Submitter: Jenkins
Branch: master

commit 59ac7139d85acebb357c813b7f4ad5f9871d23b4
Author: Kiseok Kim kiseok7@gmail.com
Date: Tue Mar 7 10:45:27 2017 +0000

Add hacking rules for deprecated LOG.warn

Because LOG.warn is deprecated,
we should replace LOG.warn with LOG.warning.

This patch add a hacking rule:
    [N313] - Validate that LOG.warning is used instead of deprecated LOG.warn.

and replace deprecated LOG.warn with LOG.warning in rally/api.py

Change-Id: I7d016b30368f13bde822ca27ef503ce09e3e875b
Closes-Bug: #1508442

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2017-03-26T22:04:22.665413+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/450044

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2017-03-27T08:26:20.886735+00:00

Reviewed: https://review.openstack.org/434942
Committed: https://git.openstack.org/cgit/openstack/networking-calico/commit/?id=282dcddb917de5e1ad1ef1339a30ce47bb4cbbe2
Submitter: Jenkins
Branch: master

commit 282dcddb917de5e1ad1ef1339a30ce47bb4cbbe2
Author: Neil Jerram neil@tigera.io
Date: Thu Feb 16 14:32:41 2017 +0000

Change _log.warn (now somewhat deprecated) to _log.warning

LOG.warn is deprecated in Python 3 [1].  Non-deprecated LOG.warning
should be used instead.

[1] https://docs.python.org/3/library/logging.html#logging.warning

Change-Id: I6bc3e5590d5feff6fc94d7f2d33593c01e93dfa8
Closes-Bug: #1508442

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2017-06-19T19:20:36.399772+00:00

Change abandoned by Sean McGinnis (sean.mcginnis@gmail.com) on branch: master
Review: https://review.openstack.org/473922
Reason: Still think it should be changed at some point to get folks out of the habit, but certainly extremely low priority.

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2018-04-03T21:31:16.627517+00:00

Fix proposed to branch: master
Review: https://review.openstack.org/558634

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2018-04-04T15:05:12.092158+00:00

Reviewed: https://review.openstack.org/558634
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=8bc3693c19960a2105d53ec1e956fa03b12e2a50
Submitter: Zuul
Branch: master

commit 8bc3693c19960a2105d53ec1e956fa03b12e2a50
Author: Erik Olof Gunnar Andersson eandersson@blizzard.com
Date: Tue Apr 3 14:28:01 2018 -0700

Replace deprecated LOG.warn with LOG.warning

LOG.warn is deprecated in Python 3 [1] . But it still used in a few places, non-deprecated LOG.warning should be used instead.

Note: If we are using logger from oslo.log, warn is still valid [2], but I agree we can switch to LOG.warning.

[1]https://docs.python.org/3/library/logging.html#logging.warning
[2]https://github.com/openstack/oslo.log/blob/master/oslo_log/log.py#L85

Change-Id: Ibbcc287815cbc06162a13448c2dabcb0748e4e32
Closes-Bug: #1508442

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2018-04-19T21:32:41.936857+00:00

This issue was fixed in the openstack/designate 7.0.0.0b1 development milestone.

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2019-05-06T06:30:41.454469+00:00

Change abandoned by Ian Wienand (iwienand@redhat.com) on branch: master
Review: https://review.opendev.org/314042
Reason: This is a "version 2" branch of cloud-init, that has laid idle for some time. To contribute to active cloud-init series, see https://git.launchpad.net/cloud-init/tree/HACKING.rst. This is a "version 2" branch of cloud-init, that has laid idle for some time. To contribute to active cloud-init series, see
https://git.launchpad.net/cloud-init/tree/HACKING.rst

https://review.opendev.org/#/c/649082/

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user OpenStack Infra(hudson-openstack) wrote on 2019-05-06T06:31:18.819565+00:00

Change abandoned by Ian Wienand (iwienand@redhat.com) on branch: master
Review: https://review.opendev.org/450044
Reason: This is a "version 2" branch of cloud-init, that has laid idle for some time. To contribute to active cloud-init series, see https://git.launchpad.net/cloud-init/tree/HACKING.rst. This is a "version 2" branch of cloud-init, that has laid idle for some time. To contribute to active cloud-init series, see
https://git.launchpad.net/cloud-init/tree/HACKING.rst

https://review.opendev.org/#/c/649082/

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user do3meli(d-info-e) wrote on 2019-10-17T15:22:37.312191+00:00

see: https://git.launchpad.net/cloud-init/commit/?id=7e699256b319cdf41e747211763e593a6b5f3393

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user Chad Smith(chad.smith) wrote on 2019-12-19T22:59:47.267823+00:00

This bug is believed to be fixed in cloud-init in version 19.2-62. If this is still a problem for you, please make a comment and set the state back to New

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
launchpad Migrated from Launchpad
Projects
None yet
Development

No branches or pull requests

1 participant