Hi, My proxy-server gets authentication token from keystone but getting 503 service unavailable error while calling " curl -i http://127.0.0.1:8080/v1/AUTH_252f9f2613b34baab0f0d6dd93f974e8?format=json -X GET -H "X-Auth-Token: 8e6e9915a48b4408a114e30303a1dd97"
My proxy-server.conf file config : [DEFAULT] bind_port = 8080 bind_ip = 0.0.0.0 workers = 1 user = swift log_name = proxy-server log_facility = LOG_LOCAL1 log_level = DEBUG log_headers = False log_address = /var/log/swift [pipeline:main] pipeline = catch_errors gatekeeper healthcheck proxy-logging cache container_sync bulk ratelimit authtoken keystone container-quotas account-quotas slo dlo proxy-logging proxy-server [app:proxy-server] use = egg:swift#proxy set log_name = proxy-server set log_facility = LOG_LOCAL1 set log_level = DEBUG set log_address = /var/log/swift log_handoffs = true allow_account_management = true account_autocreate = true [filter:bulk] use = egg:swift#bulk max_containers_per_extraction = 10000 max_failed_extractions = 1000 max_deletes_per_request = 10000 yield_frequency = 60 [filter:authtoken] log_name = swift signing_dir = /var/cache/swift paste.filter_factory = keystonemiddleware.auth_token:filter_factory auth_uri = https://identity.cncloud.com:5000/v2.0/ identity_uri = https://identity.cncloud.com:35357 auth_url = https://identity.cncloud.com:35357 admin_tenant_name = services admin_user = swift admin_password = swift delay_auth_decision = 1 cache = swift.cache include_service_catalog = False auth_plugin = password memcached_servers = 127.0.0.1:11211 project_domain_id = default user_domian_id = default [filter:cache] use = egg:swift#memcache memcache_servers = 127.0.0.1:11211 [filter:catch_errors] use = egg:swift#catch_errors [filter:healthcheck] use = egg:swift#healthcheck [filter:ratelimit] use = egg:swift#ratelimit clock_accuracy = 1000 max_sleep_time_seconds = 60 log_sleep_time_seconds = 0 rate_buffer_seconds = 5 account_ratelimit = 0 [filter:proxy-logging] use = egg:swift#proxy_logging [filter:gatekeeper] use = egg:swift#gatekeeper set log_name = gatekeeper set log_facility = LOG_LOCAL0 set log_level = INFO set log_headers = false set log_address = /dev/log [filter:slo] use = egg:swift#slo max_manifest_segments = 1000 max_manifest_size = 2097152 min_segment_size = 1048576 rate_limit_after_segment = 10 rate_limit_segments_per_sec = 0 max_get_time = 86400 [filter:dlo] use = egg:swift#dlo rate_limit_after_segment = 10 rate_limit_segments_per_sec = 1 max_get_time = 86400 [filter:keystone] use = egg:swift#keystoneauth operator_roles = admin, user is_admin = true reseller_prefix = AUTH_ [filter:account-quotas] use = egg:swift#account_quotas [filter:container-quotas] use = egg:swift#container_quotas [filter:container_sync] use = egg:swift#container_sync I have checked binding ports for account,object, container server are correct. The binding ip is 0.0.0.0 in all the servers. The swift-init main status show all running. What am I missing here? Thanks, Naresha
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack