expose container sync enablement in /info

Bug #1521355 reported by John Dickinson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Object Storage (swift)
Fix Released
Wishlist
Yatin Kumbhare

Bug Description

expose container sync enablement in /info

Revision history for this message
Yatin Kumbhare (yatinkumbhare-c) wrote :

Is this wishlist been implemented? as, I see into SAIO setup.

swift --debug -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K testing info

DEBUG:swiftclient:RESP BODY: {"bulk_delete": {"max_failed_deletes": 1000, "max_deletes_per_request": 10000}, "versioned_writes": {}, "container_quotas": {}, "crossdomain": {}, "swift": {"max_file_size": 5368709122, "account_listing_limit": 10000, "account_autocreate": true, "max_meta_count": 90, "max_meta_value_length": 256, "container_listing_limit": 10000, "extra_header_count": 0, "max_meta_overall_size": 4096, "version": "2.5.1.dev127", "max_meta_name_length": 128, "max_header_size": 8192, "policies": [{"default": true, "name": "gold"}, {"name": "silver"}, {"name": "ec42"}], "max_object_name_length": 1024, "max_account_name_length": 256, "strict_cors_mode": true, "allow_account_management": true, "max_container_name_length": 256}, "tempurl": {"methods": ["GET", "HEAD", "PUT", "POST", "DELETE"]}, "bulk_upload": {"max_failed_extractions": 1000, "max_containers_per_extraction": 10000}, "container_sync": {"realms": {"SAIO": {"clusters": {"SAIO_ENDPOINT": {"current": true}}}}}, "ratelimit": {"account_ratelimit": 0.0, "max_sleep_time_seconds": 60.0, "container_ratelimits": [], "container_listing_ratelimits": []}, "slo": {"max_manifest_segments": 1000, "min_segment_size": 1048576, "max_manifest_size": 2097152}, "account_quotas": {}, "staticweb": {}, "tempauth": {"account_acls": true}}

Additional middleware: container_sync
 Options:
  realms: {u'SAIO': {u'clusters': {u'SAIO_ENDPOINT': {u'current': True}}}}

/etc/swift/container-sync-realms.conf
[saio]
key = changeme
key2 = changeme
cluster_saio_endpoint = http://127.0.0.1:8080/v1/

If needs mode addition, Please describe.

Changed in swift:
assignee: nobody → Yatin Kumbhare (yatinkumbhare-c)
Revision history for this message
Brian Cline (briancline) wrote :
Changed in swift:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.