
* Replace 123L with 123: "123L" is a syntax error on Python 3 * Replace long() with int() * Replace (int, long) with six.integer_types * Make long type conditional in META_TYPE_MAP (ceilometer/storage/sqlalchemy/utils.py) Change-Id: Iccd628222b63caf4ff9bbab17f973b7da1f370bb