← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1226943] 2013.2 release

 

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

 affects nova
 status fixreleased
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJSX9W+AAoJEFB6+JAlsQQjL0kQAKD3VDZJu1sQKh1arwjqTy/R
txfbS7nQIdRS1rr4rwr2jhWBhAgXI2E6AsVM6W95UDf4Gk5A+dDDrQpPhqXFt/bZ
IgEiiRKyAHWmhoBsiowvpE7amDT584uvnLoWZtFOoCwSk2l6ak1hO5TajL2GUXY5
q7HU7Ot0dDSN/WIIjIqw0Jzfcm6irK+QwgpddcoaBQW92WK9Ye+EH/mYDzmGExOx
s/scXmD8+89+bWF9Z/7Q/88NaaVB8JUmOfop1utpwQuXonB6dqf0W/9Dk0EgRehM
w/+0ZvswadVkUnT5Nz/pBUjd2VFCaHz4FvTtL3tGHpIweMVLZD/rJK/hiPIF3cxq
/oWCG8/qqSgEAe5q2zro1wvjpHgu+SYAO41GPR2AjbPzd/ClDmCKLvqGm8Eaa35d
KJCxtYN8stfWtEP3GHhXoIToXJ0mUkm3JttDOexfARioW0XlNdMkjUMW94LzYWtV
bOtIJHNVy3VF+qSoxJHYD1/CYwxY+z8hKTzlNnIRQoO/6FUtygqmRF2ijfnQq5yH
Tkz5ZvkiQcvc4V/aSU4UniS4w85oDx/qEF1kdRWX480jeJIpljBF5g/rY7WdzR7M
/hADUkSlYTOfsWz9d0jaY0SmSeUh73OaOvFV3J1dETEj8nAZeCXosCIvJ65xBjAw
vQtHCS3gJoF0IsYw2iaY
=aCeQ
-----END PGP SIGNATURE-----


** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: keystone
    Milestone: 2013.2 => None

** Changed in: glance
    Milestone: 2013.2 => None

-- 
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 Released
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):
  Fix Released
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