OpenStack Orchestration (Heat)
Go to file
Sirushti Murugesan 2c99f0090c Adopt @six.python_2_unicode_compatible decorator
On Python 3, the decorator does nothing. On Python 2, it aliases the
__str__ method to __unicode__ and creates a new __str__ method that
returns the result of __unicode__() encoded with UTF-8.

All instances of __unicode__ have been removed with the
aforementioned decorator in place instead.

Note: There are some instances of __str__ which aren't handled but
will be once we have actual python34 tests running in the gate.

partial blueprint heat-python34-support

Change-Id: I7271a2581e1c2bbc282933c7da73db810c7e09db
2015-07-09 12:44:03 +05:30
bin Add domain when list users in heat-keystone-setup-domain 2015-07-01 23:38:19 +08:00
contrib Override mox in sys.modules to mox3 in a py3 env 2015-07-02 11:41:49 +05:30
doc HOT version 2015-10-15, remove Fn::Select 2015-06-26 10:21:50 +01:00
etc/heat Add template-version-list 2015-07-01 09:00:57 -04:00
heat Adopt @six.python_2_unicode_compatible decorator 2015-07-09 12:44:03 +05:30
heat_integrationtests Re-enable ceilometer alarm test 2015-06-29 15:41:06 +02:00
rally-scenarios Add config file for performance gate job 2014-08-08 02:22:59 +04:00
tools changed heat dev docs to comply with conventions 2015-04-24 22:03:07 -04:00
.coveragerc Enabled source code coverage for contrib directory 2014-01-28 21:49:40 +08:00
.gitignore Use pbr new autodoc feature 2015-06-16 11:35:02 +02:00
.gitreview Update .gitreview for org move. 2012-12-02 17:46:15 +00:00
.testr.conf Add separate requirements.txt to integration tests 2015-04-01 09:02:13 +00:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:36 +00:00
HACKING.rst cleanup of hacking.rst heat doc 2015-04-28 16:47:07 -04:00
LICENSE Initial commit (basics copied from glance) 2012-03-13 21:48:07 +11:00
README.rst Merge "changed heat dev docs to comply with conventions" 2015-05-08 08:54:19 +00:00
babel.cfg Add setup.py and friends 2012-03-14 09:25:54 +11:00
config-generator.conf Fix config generator for oslo.service 2015-06-27 05:33:07 -04:00
install.sh Merge "Switch from MySQL-python to PyMySQL" 2015-06-22 10:32:35 +00:00
openstack-common.conf Switch to oslo.service 2015-06-23 08:30:39 +02:00
py3-testlist Add a py34 env 2015-05-12 20:25:41 +05:30
pylintrc Directives to not use variable names that conflict with pdb 2012-03-20 07:16:16 -04:00
requirements.txt Remove (test-)requirements-py3.txt files 2015-07-01 23:55:35 +05:30
setup.cfg Merge "Add nova.network custom constraint" 2015-07-01 09:15:13 +00:00
setup.py Updated from global requirements 2015-06-22 21:57:19 +00:00
test-requirements.txt Override mox in sys.modules to mox3 in a py3 env 2015-07-02 11:41:49 +05:30
tox.ini Merge "Switch from MySQL-python to PyMySQL" 2015-06-22 10:32:35 +00:00
uninstall.sh Add uninstall script for Heat 2012-06-23 22:41:30 -04:00