19102c6e7f501241f36e5e40d27ab3ba5dcc6655
5956 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Ondřej Nový
|
19102c6e7f |
Apply bash error handling consistently in all bash scripts
Change-Id: I36dcff9cc2593bcfb6aebbe84b59d95c711eb3e4 |
||
|
Jenkins
|
9be2a58576 | Merge "Move other-requirements.txt to bindep.txt" | ||
|
Jenkins
|
15b2fc708a | Merge "modify the home-page info with the developer documentation" | ||
|
Andreas Jaeger
|
aab2cee827 |
Move other-requirements.txt to bindep.txt
The default filename for documenting binary dependencies has been changed from "other-requirements.txt" to "bindep.txt" with the release of bindep 2.1.0. While the previous name is still supported, it will be deprecated. Move the file around to follow this change. Note that this change is self-testing, the OpenStack CI infrastructure will use a "bindep.txt" file to setup nodes for testing. For more information about bindep, see also: http://docs.openstack.org/infra/manual/drivers.html#package-requirements http://docs.openstack.org/infra/bindep/ As well as this announcement: http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html Change-Id: I000a4e708006263acc6d9731a6677a6e62e285b6 |
||
|
Jenkins
|
a8626f7509 | Merge "Reduce code duplication" | ||
|
Jenkins
|
1f90e8a4ac | Merge "fix swift_oldies on RH based systems" | ||
|
Jenkins
|
1d5048a293 | Merge "Add encrypter and decrypter links to middleware.rst" | ||
|
Jenkins
|
5e8a0050f7 | Merge "Grammer error : swift/doc/source/overview_ring.rst" | ||
|
Jenkins
|
c87d04c5cb | Merge "add swift-oldies man page" | ||
|
Jenkins
|
2be944d6a5 | Merge "Fix assertEqual error" | ||
|
Thiago da Silva
|
05b8d9d7fc |
fix swift_oldies on RH based systems
Change-Id: Icbb4c6d461ded4fab2afade09e718b3a74917717 Signed-off-by: Thiago da Silva <thiago@redhat.com> |
||
|
Jenkins
|
6d472f8a7a | Merge "swift-ring-builder output corrected for ipv6" | ||
|
Nakul Dahiwade
|
7e2cb23f88 |
Grammer error : swift/doc/source/overview_ring.rst
Changed sentence: "Regions can be used to describe geo-graphically systems characterized by lower-bandwidth" To: "Regions can be used to describe geographical systems characterized by lower-bandwidth" Change-Id: I0f614a4c53dd31459f1b6297dd32a8c0f609d9ce Closes-Bug: 1612302 |
||
|
Jenkins
|
9d29ca1c76 | Merge "Last-Modified header support on HEAD/GET container" | ||
|
Shashank Kumar Shankar
|
844d0c965d |
Corrects spelling error in swift/common/middleware/slo.py
Fixes 'perfomed' to 'performed' Change-Id: I54adf45494cd4c6edae7bb5b404d377527c6c5a0 Closes-Bug: 1612051 |
||
|
zheng yin
|
4638171ece |
Fix assertEqual error
I think assertEqual(a,a) is error that caused by carelessness in test case, so I modify it. Change-Id: I8767c35e8a1a47f1b64241f67959277074a37b21 |
||
|
Jenkins
|
22184eb882 | Merge "Fix encryption-delimiter interaction" | ||
|
Jenkins
|
93cbd10b07 | Merge "Make swift-oldies py3-compatible" | ||
|
Jenkins
|
8256e93aa8 | Merge "Raise ValueError if empty value coming into encrypt_header_val" | ||
|
Jenkins
|
ea961cfef2 | Merge "Have py35 tox env match py34" | ||
|
Jenkins
|
a5a46854d5 | Merge "NIT: fixing inconsistent naming of OpenStack Swift" | ||
|
Jenkins
|
499fe875af | Merge "Fix gettext_ calls" | ||
|
Jenkins
|
1956d4c398 | Merge "Fix repeated OPTIONS in swift-dispersion-report manpage" | ||
|
Jenkins
|
f1b1bad79d | Merge "Fix Python 3 issues in diskfile" | ||
|
Jenkins
|
2e3657cfea | Merge "[install-guide] Include environment-networking" | ||
|
Jenkins
|
bf17189484 | Merge "Make the logger information format" | ||
|
Jenkins
|
e29687137f | Merge "Remove the duplicated word 'be'" | ||
|
KATO Tomoyuki
|
bd29a3e3c7 |
Remove the duplicated word 'be'
Change-Id: I3ff4e7135d8d10c62dfcde90f34befe328ac39b2 |
||
|
Petr Kovar
|
8b5578c362 |
[install-guide] Include environment-networking
environment-networking.rst and edit_hosts_file.txt were left out when swift-specific content was moved from OpenStack Installation Guide to swift install-guide. Change-Id: I334cca0634e3071a7ea285e6ad49ed9baaf7dca8 Partially-Implements: blueprint projectspecificinstallguides Closes-Bug: 1605021 |
||
|
Or Ozeri
|
4aa1ae61cb |
Raise 412 response on expirer
Currently, the expirer daemon treats 412 (precondition failed) as successful DELETEs. On the other hand, it treats 404 as failed while reclaim_age (usually a week) has not passed. This patch unifies both cases to the same handling: waiting for reclaim_age to pass, then deleting the entry. The reason the expirer should not delete a 412 entry right away, is that it might be the case that 412 is returned because of a split brain, where the updated object servers are currently down. Same reason holds for a 404 response. Change-Id: Icabbdd72746a211b68f266a49231881f0f4ace94 |
||
|
Jenkins
|
e42567f14f | Merge "check _last_part_moves when pretend_min_part_hours_passed" | ||
|
Jenkins
|
5ffcddca1b | Merge "Add end_marker and reverse options to direct_client" | ||
|
Shashirekha Gundur
|
c5ff9932a4 |
NIT: fixing inconsistent naming of OpenStack Swift
Throughout the manpages maintaining references to OpenStack Swift. Change-Id: I2a0c2658e10a92671bfc092c0a3abaddfd8cd7d9 Closes-Bug: #1609687 |
||
|
houweichao
|
3096dc6b1e |
Make the logger information format
The logger usually use the _() func to ensure the international message. This commit modify the logger format in proxy pkg. Change-Id: I9a8e118dc6ba55e462f326aebff280289e8ab4fe |
||
|
Tim Burke
|
fb5fcb189e |
Fix encryption-delimiter interaction
Previously, if a container listing produced `subdir` elements the decrypter would raise a KeyError. Additionally, update the functests so this sort of thing would have been caught at the gate. Closes-Bug: 1609904 Change-Id: Idc1907d19f90af7a086f45f8faecee9fbc3c69c2 |
||
|
Paul Dardeau
|
4f94e71d55 |
add swift-oldies man page
Closes-bug: #1607017 Change-Id: I365edf77c5bf34e2e51d7f10c9ea1012c1bda8ed |
||
|
Jenkins
|
fad720bfe9 | Merge "missing parens in functional test" | ||
|
Jenkins
|
bb9b52729d | Merge "Fix link to docs from swift-dispersion manpages" | ||
|
Michael Barton
|
303e4a1d83 |
missing parens in functional test
I was watching the logs and noticed it creates an object named: "<bound method type.create_ascii_name of <class 'test.functional.tests.Utils'>>" Change-Id: I8dcbb40125b84a914e3c01566ae9c3f08dc9ea0f |
||
|
Samuel Merritt
|
425bb0d8b0 |
Fix stale docstring in SegmentedIterable.
At some point, we added stuff to listing_iter, but didn't update the docstring. I noticed this while trying to write code using a SegmentedIterable when it wouldn't take my 3-tuples like the docstring claimed it would. Change-Id: I8f6667e97b1277f5b403a5f6fa7f9d708bb19249 |
||
|
Alistair Coles
|
5cf24ecf16 |
Fix link to docs from swift-dispersion manpages
Change the link to the admin docs to point to #dispersion-report rather than non-existent #cluster-health. Change-Id: Ia2f4262c266201d4d555e7bedb8c5c2eb9fb1264 |
||
|
Alistair Coles
|
e0c7e6bf78 |
Fix repeated OPTIONS in swift-dispersion-report manpage
Remove the repeated OPTIONS section headers, which looks odd and is inconsistent with swift-dispersion-populate. Change-Id: I6d894e3b61002ddf7c0ea8a78cde226617eb11a6 |
||
|
Shashirekha Gundur
|
d819ae00a5 |
update swift-dispersion manpages to add policy-name
This change adds -P / --policy-name option to the swift-dispersion manpages. Also tidied up a little removing some extra whitespace at the end of lines. Change-Id: Ic3372379994964e96258939580452f94fb575a06 Closes-Bug: #1605686 |
||
|
Jenkins
|
4521eb6e2e | Merge "Enable in-process func tests to optionally use encryption" | ||
|
Jenkins
|
c78db90f9c | Merge "made link in README.rst more clear" | ||
|
maoshuai
|
e7f025f7fa |
made link in README.rst more clear
Escaping the underscore is not necessary in this case. See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#inline-markup-recognition-rules Change-Id: I21d95d6baaf471246eb8a931c7df366634529512 |
||
|
Jenkins
|
2c062d93d8 | Merge "Fix intermittent SLO unit test failures" | ||
|
Jenkins
|
3cbb62a898 | Merge "Check object metadata constraints after authorizing" | ||
|
Nandini Tata
|
99a6f915ff |
swift-ring-builder output corrected for ipv6
Adjusted width of ip and port columns in swift-ring-builder command output to dynamically span to the longest ip or the longest port in the devices list. Also combined the port and ip address columns for better visual clarity. Took care of ipv6 format [ipv6]:port Modified the corresponding test case with expected output. Change-Id: I65837f8fed70be60b53d5a817a4ce529ad0f070e Closes-Bug: #1567105 |
||
|
Jenkins
|
e9f5e7966a | Merge "Moved ipv4 & ipv6 validations to the common utils" |