heat/heat/tests
Dan Prince 19686f0910 Revert "Support ... x-forwarded-for header"
This reverts commit e3679217d1.

This commit broke using the heat API when client requests were
behind a proxy (this sets the X-Forwarded-For header)
and effectively causes the heat-api to return the clients
IP address back in the request via the location header.

I believe the original (unapproved) heat blueprint for
this feature should have used X-Forwarded-Host instead.

Closes-bug: #1316754

Change-Id: I1b38ececf59545a3c13c7ebf2c33be97f4332ac0
2014-05-06 15:17:47 -04:00
..
db Remove use of py3kcompat 2014-04-03 12:31:30 +02:00
policy Add check_is_admin to common.policy.Enforcer 2013-11-27 22:30:59 +00:00
templates "version" section should be required in template 2014-01-24 09:47:55 +08:00
v1_1 Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
__init__.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
common.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
fakes.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
generic_resource.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_api_aws.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_api_cfn_v1.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_api_cloudwatch.py Fix many typos 2014-04-25 16:45:43 -07:00
test_api_ec2token.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_api_openstack_v1.py Merge "Add link to a resource's nested stack" 2014-04-24 18:21:48 +00:00
test_api_openstack_v1_util.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
test_api_openstack_v1_views_stacks_view_builder.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_api_openstack_v1_views_views_common.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_attributes.py Adding attribute schema class for attributes 2014-04-22 08:32:00 -04:00
test_auth_password.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_auth_url.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
test_autoscaling.py Merge "unit tests: Don't mess with template retrospectively" 2014-05-02 08:30:34 +00:00
test_autoscaling_update_policy.py Deprecate Stack.resolve_runtime_data() 2014-05-02 21:51:01 -04:00
test_ceilometer_alarm.py tests remove stack_delete_after decorator 2014-04-30 16:14:59 +01:00
test_clients.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_cloud_config.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_cloudwatch.py tests remove stack_delete_after decorator 2014-04-30 16:14:59 +01:00
test_common_context.py Allow for stack users in _authorize_stack_user 2014-04-07 16:56:13 +12:00
test_common_policy.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_common_serializers.py Refactor to separate serializers from wsgi controller 2014-04-10 08:30:46 +01:00
test_constraints.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
test_cw_alarm.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_dbinstance.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_dependencies.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_eip.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_engine_api_utils.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_engine_service.py Shut the heat-engine after all threads finished 2014-05-01 16:04:46 +09:00
test_environment.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_environment_format.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
test_event.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_exception.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
test_fault_middleware.py Replace str with six.text_type in tests 2014-04-11 20:47:15 +08:00
test_function.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_heat_autoscaling_group.py Rolling updates for OS::Heat::AutoScalingGroup 2014-05-01 14:46:00 -07:00
test_heatclient.py Catch NotFound for keystone delete operations 2014-04-22 11:09:56 +12:00
test_hot.py Merge "tests remove stack_delete_after decorator" 2014-05-02 16:09:20 +00:00
test_identifier.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_image.py Don't catch all exceptions in image constraint 2014-03-25 19:19:01 +01:00
test_instance.py Unit tests: tidy up resolve_runtime_data() calls 2014-05-02 21:51:01 -04:00
test_instance_group.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_instance_group_update_policy.py Deprecate Stack.resolve_runtime_data() 2014-05-02 21:51:01 -04:00
test_instance_network.py Unit tests: tidy up resolve_runtime_data() calls 2014-05-02 21:51:01 -04:00
test_iso8601_utils.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_iso_8601.py Add ISO 8601 date constraint 2014-05-05 11:01:24 -04:00
test_loadbalancer.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_loguserdata.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
test_metadata_refresh.py tests remove stack_delete_after decorator 2014-04-30 16:14:59 +01:00
test_multi_part.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_nested_stack.py Merge "An IO optimised method for accessing resource data" 2014-04-29 21:23:03 +00:00
test_neutron.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_neutron_autoscaling.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_neutron_firewall.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_neutron_loadbalancer.py tests remove stack_delete_after decorator 2014-04-30 16:14:59 +01:00
test_neutron_metering.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_neutron_network_gateway.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_neutron_security_group.py tests remove stack_delete_after decorator 2014-04-30 16:14:59 +01:00
test_neutron_vpnservice.py tests remove stack_delete_after decorator 2014-04-30 16:14:59 +01:00
test_nokey.py Unit tests: tidy up resolve_runtime_data() calls 2014-05-02 21:51:01 -04:00
test_notifications.py tests remove stack_delete_after decorator 2014-04-30 16:14:59 +01:00
test_nova_floatingip.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_nova_keypair.py Merge "tests make dummy db setup/reset consistent" 2014-04-29 09:23:40 +00:00
test_nova_utils.py Fix validate failed with an image_name in uuid format 2014-04-25 14:50:27 +08:00
test_os_database.py Unit tests: tidy up resolve_runtime_data() calls 2014-05-02 21:51:01 -04:00
test_parameters.py Fix many typos 2014-04-25 16:45:43 -07:00
test_parser.py Deprecate Stack.resolve_runtime_data() 2014-05-02 21:51:01 -04:00
test_plugin_loader.py Skip tests when loading plugins 2014-04-30 23:19:57 +02:00
test_plugin_manager.py Skip tests when loading plugins 2014-04-30 23:19:57 +02:00
test_properties.py More specific exceptions when validating params 2014-04-09 14:59:57 -04:00
test_provider_template.py Merge "Don't dynamically create provider types in the global env" 2014-05-05 21:10:13 +00:00
test_random_string.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_resource.py Merge "unit tests: Test dependency resolution using validate()" 2014-05-02 08:24:29 +00:00
test_resource_group.py tests remove stack_delete_after decorator 2014-04-30 16:14:59 +01:00
test_restarter.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_rpc_client.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_s3.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_scaling_template.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
test_scheduler.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
test_security_group.py tests remove stack_delete_after decorator 2014-04-30 16:14:59 +01:00
test_server.py Merge "Include exception in custom constraints errors" 2014-05-06 08:50:30 +00:00
test_server_tags.py Unit tests: tidy up resolve_runtime_data() calls 2014-05-02 21:51:01 -04:00
test_short_id.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
test_signal.py Merge "Fix status reason in events for deployment signals" 2014-05-05 06:25:33 +00:00
test_software_config.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_software_deployment.py Merge "Validate user_data_format for server with deployment" 2014-05-06 09:56:36 +00:00
test_sqlalchemy_api.py Add database model to store snapshots 2014-05-05 09:17:21 +02:00
test_sqlalchemy_filters.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
test_sqlalchemy_types.py Order imports in alphabetical order (8/9) 2014-03-27 12:45:17 +02:00
test_ssl_middleware.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
test_stack_lock.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_stack_resource.py tests remove stack_delete_after decorator 2014-04-30 16:14:59 +01:00
test_stack_user.py Merge "Port all resources to new resource data methods" 2014-04-30 10:02:11 +00:00
test_structured_config.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_support.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
test_swift.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_template.py Move some template validation to Template class 2014-04-14 13:07:47 +02:00
test_template_format.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_urlfetch.py Tidy up urlfetch.py exception handling 2014-04-11 20:47:15 +08:00
test_user.py tests make dummy db setup/reset consistent 2014-04-28 14:17:33 +01:00
test_validate.py Merge "Allow empty sections in the yaml templates" 2014-05-01 11:54:39 +00:00
test_version_negotiation_middleware.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
test_volume.py Restores Nova API for volume attach and detach 2014-04-29 11:46:05 +00:00
test_vpc.py unit tests: Check validation in VPC test 2014-04-29 16:41:57 -04:00
test_waitcondition.py tests remove stack_delete_after decorator 2014-04-30 16:14:59 +01:00
test_watch.py tests remove wr_delete_after decorator 2014-04-28 14:17:33 +01:00
test_wsgi.py Don't disguise CFN API exceptions 2014-04-10 08:30:46 +01:00
testing-overview.txt Remove examples and update testing-overview.txt 2013-04-30 13:51:31 -07:00
utils.py tests remove stack_delete_after decorator 2014-04-30 16:14:59 +01:00