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

« back to all changes in this revision

Viewing changes to unit_tests/test_ceph_radosgw_context.py

  • Committer: Liam Young
  • Date: 2016-01-11 11:21:53 UTC
  • mfrom: (52.2.2 ceph-radosgw.lp1515387)
  • Revision ID: liam.young@canonical.com-20160111112153-kpttpd06upb0wz1q
[hopem, r=gnuoy] Don't disable HTTP 100-Continue if using ceph
optimised packages with Apache.
Closes-Bug: 1515387

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
        expect = {
163
163
            'auth_supported': 'cephx',
164
164
            'embedded_webserver': False,
 
165
            'disable_100_continue': True,
165
166
            'hostname': '10.0.0.10',
166
167
            'mon_hosts': '10.5.4.1:6789 10.5.4.2:6789 10.5.4.3:6789',
167
168
            'old_auth': False,
195
196
        expect = {
196
197
            'auth_supported': 'none',
197
198
            'embedded_webserver': False,
 
199
            'disable_100_continue': True,
198
200
            'hostname': '10.0.0.10',
199
201
            'mon_hosts': '10.5.4.1:6789 10.5.4.2:6789 10.5.4.3:6789',
200
202
            'old_auth': False,
220
222
        expect = {
221
223
            'auth_supported': 'cephx',
222
224
            'embedded_webserver': False,
 
225
            'disable_100_continue': True,
223
226
            'hostname': '10.0.0.10',
224
227
            'mon_hosts': '10.5.4.1:6789 10.5.4.2:6789 10.5.4.3:6789',
225
228
            'old_auth': False,