raw_input() raises NameError in python3

Bug #1595827 reported by Yafei Yu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Aodh
Fix Released
Undecided
Yafei Yu
Ceilometer
Fix Released
Undecided
Yafei Yu
OpenStack Heat
Fix Released
Undecided
Yafei Yu
python-solumclient
Fix Released
Undecided
Yafei Yu
vmware-nsx
Fix Released
Undecided
Yafei Yu

Bug Description

The raw_input() raises NameError: name 'raw_input' is not defined in python3.

Yafei Yu (yu-yafei)
Changed in heat:
assignee: nobody → yuyafei (yu-yafei)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to heat (master)

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

Changed in heat:
status: New → In Progress
Yafei Yu (yu-yafei)
Changed in ceilometer:
assignee: nobody → yuyafei (yu-yafei)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to ceilometer (master)

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

Changed in ceilometer:
status: New → In Progress
Yafei Yu (yu-yafei)
Changed in python-solumclient:
assignee: nobody → yuyafei (yu-yafei)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-solumclient (master)

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

Changed in python-solumclient:
status: New → In Progress
Yafei Yu (yu-yafei)
Changed in aodh:
assignee: nobody → yuyafei (yu-yafei)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to aodh (master)

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

Changed in aodh:
status: New → In Progress
Yafei Yu (yu-yafei)
Changed in tripleo-common:
assignee: nobody → yuyafei (yu-yafei)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-common (master)

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

Changed in tripleo-common:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (master)

Reviewed: https://review.openstack.org/337062
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=bb35821852c7bceb7f4a6b7c665d0c231590fd17
Submitter: Jenkins
Branch: master

commit bb35821852c7bceb7f4a6b7c665d0c231590fd17
Author: yuyafei <email address hidden>
Date: Mon Jul 4 18:06:49 2016 +0800

    Replace raw_input with input to make PY3 compatible

    The raw_input() raises NameError: name 'raw_input' is not defined in
    python3. This patch fixes it by replacing raw_input with input to make
    PY3 compatible.

    Change-Id: I34d7608215c72d105b31293bfc6d779df47d7631
    Closes-Bug: #1595827

Changed in ceilometer:
status: In Progress → Fix Released
Yafei Yu (yu-yafei)
Changed in networking-infoblox:
assignee: nobody → yuyafei (yu-yafei)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to networking-infoblox (master)

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

Changed in networking-infoblox:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to aodh (master)

Reviewed: https://review.openstack.org/337126
Committed: https://git.openstack.org/cgit/openstack/aodh/commit/?id=d18125aec1ac18939176e0aef1840436838b4dfa
Submitter: Jenkins
Branch: master

commit d18125aec1ac18939176e0aef1840436838b4dfa
Author: yuyafei <email address hidden>
Date: Mon Jul 4 20:13:22 2016 +0800

    Replace raw_input with input to make PY3 compatible

    The raw_input() raises NameError: name 'raw_input' is not defined in
    python3. This patch fixes it by replacing raw_input with input to make
    PY3 compatible.

    Change-Id: I03f38e23794807c572ccde0001b3e24c8a2c3407
    Closes-Bug: #1595827

Changed in aodh:
status: In Progress → Fix Released
Yafei Yu (yu-yafei)
Changed in vmware-nsx:
assignee: nobody → yuyafei (yu-yafei)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to vmware-nsx (master)

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

Changed in vmware-nsx:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on networking-infoblox (master)

Change abandoned by yuyafei (<email address hidden>) on branch: master
Review: https://review.openstack.org/337148
Reason: Jenkins -1

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

Reviewed: https://review.openstack.org/333757
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=add4dc3b085b28f20ce8bd688b80ac3bc429c38f
Submitter: Jenkins
Branch: master

commit add4dc3b085b28f20ce8bd688b80ac3bc429c38f
Author: yuyafei <email address hidden>
Date: Fri Jun 24 15:37:43 2016 +0800

    Replace raw_input with input to make PY3 compatible

    The raw_input() raises NameError: name 'raw_input' is not defined in python3.
    This patch fixes it by replacing raw_input with input to make PY3 compatible.

    Change-Id: I50aad3161893250dab1d60af4569bb65d7edef5a
    Closes-Bug: #1595827

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

Reviewed: https://review.openstack.org/338643
Committed: https://git.openstack.org/cgit/openstack/vmware-nsx/commit/?id=d5682d62867a89d30fd87084871d24fd46f2196f
Submitter: Jenkins
Branch: master

commit d5682d62867a89d30fd87084871d24fd46f2196f
Author: yuyafei <email address hidden>
Date: Thu Jul 7 11:19:19 2016 +0800

    Replace raw_input with input to make PY3 compatible

    The raw_input() raises NameError: name 'raw_input' is not defined
    in python3. This patch fixes it by replacing raw_input with input
    to make PY3 compatible.

    Change-Id: Id1d1f202088d16044b59cb349be7733e0f4f911e
    Closes-Bug: #1595827

Changed in vmware-nsx:
status: In Progress → Fix Released
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/heat 7.0.0.0b2

This issue was fixed in the openstack/heat 7.0.0.0b2 development milestone.

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/aodh 3.0.0.0b2

This issue was fixed in the openstack/aodh 3.0.0.0b2 development milestone.

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/ceilometer 7.0.0.0b2

This issue was fixed in the openstack/ceilometer 7.0.0.0b2 development milestone.

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/aodh 3.0.0.0b2

This issue was fixed in the openstack/aodh 3.0.0.0b2 development milestone.

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/ceilometer 7.0.0.0b2

This issue was fixed in the openstack/ceilometer 7.0.0.0b2 development milestone.

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

Reviewed: https://review.openstack.org/337120
Committed: https://git.openstack.org/cgit/openstack/python-solumclient/commit/?id=4d4c85d9fb5ca28448d0e7530808189051e34b99
Submitter: Jenkins
Branch: master

commit 4d4c85d9fb5ca28448d0e7530808189051e34b99
Author: yuyafei <email address hidden>
Date: Mon Jul 4 19:55:53 2016 +0800

    Replace raw_input with input to make PY3 compatible

    The raw_input() raises NameError: name 'raw_input' is not defined in
    python3. This patch fixes it by replacing raw_input with input to make
    PY3 compatible.

    Change-Id: I2f2f28cfd212bc3787833f4d61e38c74a4659261
    Closes-Bug: #1595827

Changed in python-solumclient:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/python-solumclient 2.1.0

This issue was fixed in the openstack/python-solumclient 2.1.0 release.

Yafei Yu (yu-yafei)
no longer affects: tripleo-common
no longer affects: networking-infoblox
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.