]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat cleanups to align with pep8 1.3.4
authorSteven Hardy <shardy@redhat.com>
Wed, 19 Dec 2012 13:13:30 +0000 (13:13 +0000)
committerSteven Hardy <shardy@redhat.com>
Thu, 20 Dec 2012 09:26:16 +0000 (09:26 +0000)
commitc1bf924c0f2f18e775d0d75b56b7447410c1eea4
treefeb872de319e8a048e6463f4209a6c0b3783bf5e
parent8936c971722b80c5c39bd689774fece7506aeb29
heat cleanups to align with pep8 1.3.4

Lots of (mostly whitespace) cleanups to align all the non-test code with
pep8 v1.3.4

ref bug 1092057

Change-Id: I444b288444dba4ec1da5854bd276d091c06d8489
Signed-off-by: Steven Hardy <shardy@redhat.com>
65 files changed:
bin/heat-cfn
bin/heat-engine
heat/api/aws/ec2token.py
heat/api/aws/exception.py
heat/api/aws/utils.py
heat/api/cfn/v1/__init__.py
heat/api/cfn/v1/stacks.py
heat/api/cfn/v1/waitcondition.py
heat/api/cloudwatch/__init__.py
heat/api/cloudwatch/watch.py
heat/api/middleware/version_negotiation.py
heat/cfn_client/boto_client.py
heat/cfn_client/boto_client_cloudwatch.py
heat/cfn_client/client.py
heat/cfn_client/utils.py
heat/common/auth.py
heat/common/auth_token.py
heat/common/client.py
heat/common/config.py
heat/common/context.py
heat/common/heat_keystoneclient.py
heat/common/identifier.py
heat/common/template_format.py
heat/common/wsgi.py
heat/db/api.py
heat/db/sqlalchemy/api.py
heat/db/sqlalchemy/migrate_repo/versions/001_norwhal.py
heat/db/sqlalchemy/migrate_repo/versions/004_guest_watch.py
heat/db/sqlalchemy/migrate_repo/versions/005_user_creds.py
heat/db/sqlalchemy/migrate_repo/versions/012_stack_id_uuid.py
heat/db/sqlalchemy/migrate_repo/versions/013_owner_id_uuid.py
heat/db/sqlalchemy/migrate_repo/versions/014_watch_stackid.py
heat/db/sqlalchemy/migration.py
heat/db/sqlalchemy/models.py
heat/db/sqlalchemy/session.py
heat/engine/api.py
heat/engine/clients.py
heat/engine/parameters.py
heat/engine/parser.py
heat/engine/properties.py
heat/engine/resource.py
heat/engine/resources/cloud_watch.py
heat/engine/resources/instance.py
heat/engine/resources/loadbalancer.py
heat/engine/resources/quantum/floatingip.py
heat/engine/resources/quantum/net.py
heat/engine/resources/quantum/port.py
heat/engine/resources/quantum/quantum.py
heat/engine/resources/quantum/router.py
heat/engine/resources/quantum/subnet.py
heat/engine/resources/s3.py
heat/engine/resources/security_group.py
heat/engine/resources/stack.py
heat/engine/resources/user.py
heat/engine/resources/volume.py
heat/engine/resources/vpc.py
heat/engine/resources/wait_condition.py
heat/engine/service.py
heat/engine/watchrule.py
heat/openstack/common/iniparser.py
heat/openstack/common/log.py
heat/openstack/common/notifier/list_notifier.py
heat/rpc/client.py
heat/testing/runner.py
tools/install_venv.py