← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1226943] RC1

 

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

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

iQIcBAEBCAAGBQJSTSYaAAoJEFB6+JAlsQQjXp4P/jUOMyCJ8GqoaISlaRo9T/o+
oG7dKbJLAB+U7XZRuL20Wsnm86Hw3djzszkuG+KacHzyjMlda4OHeYo4Mk9yMwv0
5/j8X3luO04e7WUSzIPczHbOKrCyLJiQblMpG4QvSxJ4nxnIiqdlG3gJXzmRgRLF
QWxfCZ6S1V6vVWic9ZkeTNe9s+5wNWmPGG/UaIViPEwlYya+WcDEouliafvU5J83
Xxe9M/Vnr6HdchY9MndBC39zrV8LCmpc8a5Wm5KMP9FJYtQNZz20SJqlbgfXClx4
xW1yKjd+JQcmiP0ILC4ALCqbl5pM98Jn5RttI11P+ri1zvMgTP3yphPeYwnFL6Or
Ics7yIX5czVYspHeEfiMUzqVeiG3/6GMaICHhTQfW7ylL7634CtnWMfKvnu7HE/0
3AjFX6WSKt387HaZqaZWsyC8iu/VBpJAhCX/S++zqwdr5lRfDjqNDqrL4cSrXcYN
bhcOefDo0pLzjPELJoErN4l+qK8+NZGhUxHjN5GBbpxwRk1uQeI/E53muFt16Enz
hXH6Z1LmVe8x+L9qn7CJ5Rd2zpGYevrLlu9oeQEjBR4rAYnESqIJl79R1bXF+agF
e1b7g5r9/d/hVFUOyiEMQlKZ/nOfquFCkPZT1eXeiHXbiBKSlkmhDytfs0AVTxWy
HZTceAmemR/TmHHiW+8i
=YTjL
-----END PGP SIGNATURE-----


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

-- 
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