Fixed tempest.api.object_storage.test_crossdomain.CrossdomainTest.test_get_crossdomain_policy
This commit is contained in:
parent
6080248a28
commit
761b030fd0
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -14,6 +14,8 @@ openstack-meta-packages (0.15) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
[ Ondřej Nový ]
|
[ Ondřej Nový ]
|
||||||
* Fixed VCS URLs (https).
|
* Fixed VCS URLs (https).
|
||||||
|
* Fixed tempest.api.object_storage.test_crossdomain.CrossdomainTest
|
||||||
|
.test_get_crossdomain_policy
|
||||||
|
|
||||||
-- Thomas Goirand <zigo@debian.org> Fri, 29 Jan 2016 11:48:15 +0800
|
-- Thomas Goirand <zigo@debian.org> Fri, 29 Jan 2016 11:48:15 +0800
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ eventlet_debug = true
|
|||||||
# The following pipeline shows keystone integration. Comment out the one
|
# The following pipeline shows keystone integration. Comment out the one
|
||||||
# above and uncomment this one. Additional steps for integrating keystone are
|
# above and uncomment this one. Additional steps for integrating keystone are
|
||||||
# covered further below in the filter sections for authtoken and keystoneauth.
|
# covered further below in the filter sections for authtoken and keystoneauth.
|
||||||
pipeline = catch_errors gatekeeper healthcheck proxy-logging cache container_sync bulk tempurl ratelimit formpost authtoken keystoneauth staticweb container-quotas account-quotas slo dlo versioned_writes proxy-logging proxy-server
|
pipeline = catch_errors gatekeeper healthcheck proxy-logging cache container_sync bulk tempurl ratelimit formpost crossdomain authtoken keystoneauth staticweb container-quotas account-quotas slo dlo versioned_writes proxy-logging proxy-server
|
||||||
|
|
||||||
[app:proxy-server]
|
[app:proxy-server]
|
||||||
use = egg:swift#proxy
|
use = egg:swift#proxy
|
||||||
@ -557,6 +557,10 @@ use = egg:swift#tempurl
|
|||||||
[filter:formpost]
|
[filter:formpost]
|
||||||
use = egg:swift#formpost
|
use = egg:swift#formpost
|
||||||
|
|
||||||
|
[filter:crossdomain]
|
||||||
|
use = egg:swift#crossdomain
|
||||||
|
cross_domain_policy = <allow-access-from domain="*" />
|
||||||
|
|
||||||
# Note: Just needs to be placed before the proxy-server in the pipeline.
|
# Note: Just needs to be placed before the proxy-server in the pipeline.
|
||||||
[filter:name_check]
|
[filter:name_check]
|
||||||
use = egg:swift#name_check
|
use = egg:swift#name_check
|
||||||
|
@ -22,7 +22,6 @@ tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON
|
|||||||
tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON
|
tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON
|
||||||
|
|
||||||
tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization
|
tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization
|
||||||
tempest.api.object_storage.test_crossdomain.CrossdomainTest.test_get_crossdomain_policy
|
|
||||||
|
|
||||||
tempest.api.orchestration.stacks.test_nova_keypair_resources.NovaKeyPairResourcesYAMLTest
|
tempest.api.orchestration.stacks.test_nova_keypair_resources.NovaKeyPairResourcesYAMLTest
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user