yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #05553
[Bug 1226943] RC1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
affects heat
status fixreleased
milestone havana-rc1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQIcBAEBCAAGBQJSTScoAAoJEFB6+JAlsQQjS0UP/iDm6lC3uGeSEqatCs8u2aj9
khUeOebiEGK1MCreLGMo5iFEMcv1Ya3jn1aK80XFQ2f/Co5xZpAm7lzuXp+MKrsV
NjnwCaSlhmj98shMXNwdMZJqmvzPLonwyZT7l38mRLxGqHw582vIdqAhff/t90ie
t4UqppdwVslE2Sty3/6fiiGZld/ZfBKJR3WJk2QLl2qOVnW3ykPoaX+zJFHPj1kR
ifybVWoo53CTaeFNQP317fEzfwegLBPelxGeq7h8YqHGyaFHQdIqRLyq0NVaFVF2
hry/H33e6bHm/M0Abr3murDLU6OnT2U/CGpyZPccD3+YTbfKn8rzJLknIOWDTmsL
gwyhzLgspW44fFe21mxFfI+R4RrLyiYtzrMRhs6DxgeDwuJQBxdliy68hzbImY6i
vBqFAJmEGai53Q0C4GPOfcTylwF195QuZcuZlhRhrodriu4QEFuDpQAFQIgLnCTH
3Vgd8gQZGe28b4mpiccKaykkOt3/1MlgttNqzKPQMrURE/g1bnbyW91pVhrx73kF
UrKMl3PCOKjwy4hWdYyE556RQsks/FficgGZ3cJuOu0UUiJYDV2NLNMkd7fQbua0
aXTP58Vqhuds+WpPaUlOm2vTXxjzcgfWX2nJFEiJR5xNpq4J9NUf/syKwftHSK+p
sscCkIo7Jaae8nYXKBxD
=nNP2
-----END PGP SIGNATURE-----
** Changed in: heat
Status: Fix Committed => Fix Released
** Changed in: heat
Milestone: None => havana-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1226943
Title:
Need Use built-in print() function instead of print statement
Status in Ceilometer:
Fix Released
Status in Cinder:
Fix Committed
Status in OpenStack Image Registry and Delivery Service (Glance):
In Progress
Status in Orchestration API (Heat):
Fix Released
Status in OpenStack Identity (Keystone):
In Progress
Status in OpenStack Neutron (virtual network service):
Fix Released
Status in OpenStack Compute (Nova):
Confirmed
Status in Tempest:
Fix Committed
Bug description:
In python 3 print statement is not supported, so we should use only print() functions.
built-in function was introduce in python 2.6
http://www.python.org/dev/peps/pep-3105/
Note :This function is not normally available as a built-in since the name print is recognized as the print statement.
To disable the statement and use the print() function, use this future statement at the top of your module:
from __future__ import print_function
http://docs.python.org/2/library/functions.html#print
To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1226943/+subscriptions