~openstack-charmers-archive/charms/trusty/ceph-radosgw/next

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Edward Hope-Morley
  • Date: 2015-12-21 17:41:11 UTC
  • mfrom: (53 ceph-radosgw)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: edward.hope-morley@canonical.com-20151221174111-28ifpbcpdoc4uw92
synced /next

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
      the following public endpoint for the ceph-radosgw:
104
104
 
105
105
      https://files.example.com:80/swift/v1
 
106
  haproxy-server-timeout:
 
107
    type: int
 
108
    default:
 
109
    description: |
 
110
       Server timeout configuration in ms for haproxy, used in HA
 
111
       configurations. If not provided, default value of 30000ms is used.
 
112
  haproxy-client-timeout:
 
113
    type: int
 
114
    default:
 
115
    description: |
 
116
       Client timeout configuration in ms for haproxy, used in HA
 
117
       configurations. If not provided, default value of 30000ms is used.
 
118
  haproxy-queue-timeout:
 
119
    type: int
 
120
    default:
 
121
    description: |
 
122
       Queue timeout configuration in ms for haproxy, used in HA
 
123
       configurations. If not provided, default value of 5000ms is used.
 
124
  haproxy-connect-timeout:
 
125
    type: int
 
126
    default:
 
127
    description: |
 
128
       Connect timeout configuration in ms for haproxy, used in HA
 
129
       configurations. If not provided, default value of 5000ms is used.