include is marked as deprecated since ansible 2.4

Bug #1792761 reported by zhulingjie
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
Fix Released
Undecided
weizj

Bug Description

include is marked as deprecated since ansible 2.4.

Switch to include_tasks or import_playbook as necessary.

zhulingjie (easyzlj)
Changed in openstack-ansible:
assignee: nobody → zhulingjie (easyzlj)
Changed in openstack-ansible:
assignee: zhulingjie (easyzlj) → weizj (wei.zhijun)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_keystone (master)

Reviewed: https://review.openstack.org/593441
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_keystone/commit/?id=df9ae131a7a2846005c9e4f18106506c8b210794
Submitter: Zuul
Branch: master

commit df9ae131a7a2846005c9e4f18106506c8b210794
Author: ZhijunWei <email address hidden>
Date: Sun Aug 19 12:37:40 2018 -0400

    use include_tasks instead of include

    include is marked as deprecated since ansible 2.4[0]

    Switch to include_tasks or import_playbook as necessary

    [0] https://docs.ansible.com/ansible/2.4/include_module.html#deprecated

    Change-Id: I283ed3badf57e8ad66de3e49b5ae3d3ab411d54c
    Closes-Bug: #1792761

Changed in openstack-ansible:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_nova (master)

Reviewed: https://review.openstack.org/593435
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_nova/commit/?id=c7f49a60aa1337a0ab989b1ccc94b6cc074c80a0
Submitter: Zuul
Branch: master

commit c7f49a60aa1337a0ab989b1ccc94b6cc074c80a0
Author: ZhijunWei <email address hidden>
Date: Sun Aug 19 12:19:00 2018 -0400

    use import_playbook instead of include

    include is marked as deprecated since ansible 2.4[0]

    Switch to include_tasks or import_playbook as necessary

    [0] https://docs.ansible.com/ansible/2.4/include_module.html#deprecated

    Change-Id: Ifceb3ff9f9f5a02f7368d85a17d2b8a6479c39bd
    Closes-Bug: #1792761

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_glance (master)

Reviewed: https://review.openstack.org/593439
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_glance/commit/?id=a427089ea8e5d854cd6b78a0958ec0c01a7b4e04
Submitter: Zuul
Branch: master

commit a427089ea8e5d854cd6b78a0958ec0c01a7b4e04
Author: ZhijunWei <email address hidden>
Date: Sun Aug 19 12:29:29 2018 -0400

    use import_playbook instead of include

    include is marked as deprecated since ansible 2.4[0]

    Switch to include_tasks or import_playbook as necessary

    [0] https://docs.ansible.com/ansible/2.4/include_module.html#deprecated

    Change-Id: I87fa723334745680efd87743ac936815df664c4d
    Closes-Bug: #1792761

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_cinder (master)

Reviewed: https://review.openstack.org/585307
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_cinder/commit/?id=d3a91554f97bffbbc4783bac09f6d5a5a4f30e94
Submitter: Zuul
Branch: master

commit d3a91554f97bffbbc4783bac09f6d5a5a4f30e94
Author: caoyuan <cao.yuan@99cloud.net>
Date: Tue Jul 24 18:58:59 2018 +0800

    Switch include to include_tasks or import_playbook

    include is marked as deprecated since ansible 2.4[0]

    Switch to include_tasks or import_playbook as necessary

    [0] https://docs.ansible.com/ansible/2.4/include_module.html#deprecated

    Change-Id: Id654f07d18269f621df203b0808b69a75b13bc12
    Closes-Bug: #1792761

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_cinder (stable/rocky)

Fix proposed to branch: stable/rocky
Review: https://review.openstack.org/612596

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on openstack-ansible (master)

Change abandoned by caoyuan (cao.yuan@99cloud.net) on branch: master
Review: https://review.openstack.org/585315

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on openstack-ansible-os_cinder (stable/rocky)

Change abandoned by caoyuan (cao.yuan@99cloud.net) on branch: stable/rocky
Review: https://review.opendev.org/612596

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_cinder stein-eol

This issue was fixed in the openstack/openstack-ansible-os_cinder stein-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_glance stein-eol

This issue was fixed in the openstack/openstack-ansible-os_glance stein-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_keystone stein-eol

This issue was fixed in the openstack/openstack-ansible-os_keystone stein-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_nova stein-eol

This issue was fixed in the openstack/openstack-ansible-os_nova stein-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_cinder train-eol

This issue was fixed in the openstack/openstack-ansible-os_cinder train-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_glance train-eol

This issue was fixed in the openstack/openstack-ansible-os_glance train-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_keystone train-eol

This issue was fixed in the openstack/openstack-ansible-os_keystone train-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_nova train-eol

This issue was fixed in the openstack/openstack-ansible-os_nova train-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_cinder ussuri-eol

This issue was fixed in the openstack/openstack-ansible-os_cinder ussuri-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_glance ussuri-eol

This issue was fixed in the openstack/openstack-ansible-os_glance ussuri-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_keystone ussuri-eol

This issue was fixed in the openstack/openstack-ansible-os_keystone ussuri-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_nova ussuri-eol

This issue was fixed in the openstack/openstack-ansible-os_nova ussuri-eol release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_cinder yoga-eom

This issue was fixed in the openstack/openstack-ansible-os_cinder yoga-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_glance yoga-eom

This issue was fixed in the openstack/openstack-ansible-os_glance yoga-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_keystone yoga-eom

This issue was fixed in the openstack/openstack-ansible-os_keystone yoga-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_nova yoga-eom

This issue was fixed in the openstack/openstack-ansible-os_nova yoga-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_keystone victoria-eom

This issue was fixed in the openstack/openstack-ansible-os_keystone victoria-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_cinder victoria-eom

This issue was fixed in the openstack/openstack-ansible-os_cinder victoria-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_glance victoria-eom

This issue was fixed in the openstack/openstack-ansible-os_glance victoria-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_nova victoria-eom

This issue was fixed in the openstack/openstack-ansible-os_nova victoria-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_cinder wallaby-eom

This issue was fixed in the openstack/openstack-ansible-os_cinder wallaby-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_glance wallaby-eom

This issue was fixed in the openstack/openstack-ansible-os_glance wallaby-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_keystone wallaby-eom

This issue was fixed in the openstack/openstack-ansible-os_keystone wallaby-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_nova wallaby-eom

This issue was fixed in the openstack/openstack-ansible-os_nova wallaby-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_cinder xena-eom

This issue was fixed in the openstack/openstack-ansible-os_cinder xena-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_glance xena-eom

This issue was fixed in the openstack/openstack-ansible-os_glance xena-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_keystone xena-eom

This issue was fixed in the openstack/openstack-ansible-os_keystone xena-eom release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_nova xena-eom

This issue was fixed in the openstack/openstack-ansible-os_nova xena-eom release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.