<div dir="ltr"><span style="font-size:12.8px">Hi,</span><div style="font-size:12.8px">My proxy-server gets authentication token from keystone but getting 503 service unavailable error while calling " curl -i <a href="http://127.0.0.1:8080/v1/AUTH_252f9f2613b34baab0f0d6dd93f974e8?format=json" target="_blank">http://127.0.0.1:8080/v1/AUTH_<wbr>252f9f2613b34baab0f0d6dd93f974<wbr>e8?format=json</a> -X GET -H "X-Auth-Token: 8e6e9915a48b4408a114e30303a1dd<wbr>97"</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">My proxy-server.conf file config : </div><div style="font-size:12.8px"><div>[DEFAULT]</div><div>bind_port = 8080</div><div><br></div><div>bind_ip = 0.0.0.0</div><div><br></div><div>workers = 1</div><div>user = swift</div><div>log_name = proxy-server</div><div>log_facility = LOG_LOCAL1</div><div>log_level = DEBUG</div><div>log_headers = False</div><div>log_address = /var/log/swift</div><div><br></div><div><br></div><div><br></div><div>[pipeline:main]</div><div>pipeline = catch_errors gatekeeper healthcheck proxy-logging cache container_sync bulk ratelimit authtoken keystone container-quotas account-quotas slo dlo proxy-logging proxy-server</div><div><br></div><div>[app:proxy-server]</div><div>use = egg:swift#proxy</div><div>set log_name = proxy-server</div><div>set log_facility = LOG_LOCAL1</div><div>set log_level = DEBUG</div><div>set log_address = /var/log/swift</div><div>log_handoffs = true</div><div>allow_account_management = true</div><div>account_autocreate = true</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>[filter:bulk]</div><div>use = egg:swift#bulk</div><div>max_containers_per_extraction = 10000</div><div>max_failed_extractions = 1000</div><div>max_deletes_per_request = 10000</div><div>yield_frequency = 60</div><div><br></div><div>[filter:authtoken]</div><div>log_name = swift</div><div>signing_dir = /var/cache/swift</div><div>paste.filter_factory = keystonemiddleware.auth_token:<wbr>filter_factory</div><div><br></div><div>auth_uri = <a href="https://identity.cncloud.com:5000/v2.0/" target="_blank">https://identity.cncloud.com:<wbr>5000/v2.0/</a></div><div>identity_uri = <a href="https://identity.cncloud.com:35357/" target="_blank">https://identity.cncloud.com:<wbr>35357</a></div><div>auth_url = <a href="https://identity.cncloud.com:35357/" target="_blank">https://identity.cncloud.com:<wbr>35357</a></div><div>admin_tenant_name = services</div><div>admin_user = swift</div><div>admin_password = swift</div><div>delay_auth_decision = 1</div><div>cache = swift.cache</div><div>include_service_catalog = False</div><div>auth_plugin = password</div><div>memcached_servers = <a href="http://127.0.0.1:11211/" target="_blank">127.0.0.1:11211</a></div><div>project_domain_id = default</div><div>user_domian_id = default</div><div><br></div><div><br></div><div>[filter:cache]</div><div>use = egg:swift#memcache</div><div>memcache_servers = <a href="http://127.0.0.1:11211/" target="_blank">127.0.0.1:11211</a></div><div><br></div><div>[filter:catch_errors]</div><div>use = egg:swift#catch_errors</div><div><br></div><div>[filter:healthcheck]</div><div>use = egg:swift#healthcheck</div><div><br></div><div>[filter:ratelimit]</div><div>use = egg:swift#ratelimit</div><div>clock_accuracy = 1000</div><div>max_sleep_time_seconds = 60</div><div>log_sleep_time_seconds = 0</div><div>rate_buffer_seconds = 5</div><div>account_ratelimit = 0</div><div><br></div><div>[filter:proxy-logging]</div><div>use = egg:swift#proxy_logging</div><div><br></div><div>[filter:gatekeeper]</div><div>use = egg:swift#gatekeeper</div><div>set log_name = gatekeeper</div><div>set log_facility = LOG_LOCAL0</div><div>set log_level = INFO</div><div>set log_headers = false</div><div>set log_address = /dev/log</div><div><br></div><div>[filter:slo]</div><div>use = egg:swift#slo</div><div>max_manifest_segments = 1000</div><div>max_manifest_size = 2097152</div><div>min_segment_size = 1048576</div><div>rate_limit_after_segment = 10</div><div>rate_limit_segments_per_sec = 0</div><div>max_get_time = 86400</div><div><br></div><div>[filter:dlo]</div><div>use = egg:swift#dlo</div><div>rate_limit_after_segment = 10</div><div>rate_limit_segments_per_sec = 1</div><div>max_get_time = 86400</div><div><br></div><div>[filter:keystone]</div><div>use = egg:swift#keystoneauth</div><div>operator_roles = admin, user</div><div>is_admin = true</div><div>reseller_prefix = AUTH_</div><div><br></div><div>[filter:account-quotas]</div><div>use = egg:swift#account_quotas</div><div><br></div><div>[filter:container-quotas]</div><div>use = egg:swift#container_quotas</div><div><br></div><div>[filter:container_sync]</div><div>use = egg:swift#container_sync</div><div><br></div><div>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?</div></div><div><br></div>Thanks,<br><div class="gmail_signature"><div dir="ltr"><div class="gmail_signature">Naresha</div></div></div>
</div>