19102c6e7f501241f36e5e40d27ab3ba5dcc6655
Commit Graph

5956 Commits

This Branch
This Branch
All Branches
Author SHA1 Message Date
Ondřej Nový
19102c6e7f Apply bash error handling consistently in all bash scripts
Change-Id: I36dcff9cc2593bcfb6aebbe84b59d95c711eb3e4
2016年10月11日 22:13:06 +02:00
Jenkins
9be2a58576 Merge "Move other-requirements.txt to bindep.txt" 2016年08月13日 02:00:22 +00:00
Jenkins
15b2fc708a Merge "modify the home-page info with the developer documentation" 2016年08月12日 20:08:48 +00:00
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
2016年08月12日 21:18:07 +02:00
Jenkins
a8626f7509 Merge "Reduce code duplication" 2016年08月12日 09:47:55 +00:00
Jenkins
1f90e8a4ac Merge "fix swift_oldies on RH based systems" 2016年08月12日 02:17:44 +00:00
Jenkins
1d5048a293 Merge "Add encrypter and decrypter links to middleware.rst" 2016年08月11日 23:26:44 +00:00
Jenkins
5e8a0050f7 Merge "Grammer error : swift/doc/source/overview_ring.rst" 2016年08月11日 23:26:36 +00:00
Jenkins
c87d04c5cb Merge "add swift-oldies man page" 2016年08月11日 23:23:10 +00:00
Jenkins
2be944d6a5 Merge "Fix assertEqual error" 2016年08月11日 20:37:23 +00:00
Thiago da Silva
05b8d9d7fc fix swift_oldies on RH based systems
Change-Id: Icbb4c6d461ded4fab2afade09e718b3a74917717
Signed-off-by: Thiago da Silva <thiago@redhat.com>
2016年08月11日 16:24:57 -04:00
Jenkins
6d472f8a7a Merge "swift-ring-builder output corrected for ipv6" 2016年08月11日 17:35:13 +00:00
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
2016年08月11日 16:10:35 +00:00
Jenkins
9d29ca1c76 Merge "Last-Modified header support on HEAD/GET container" 2016年08月11日 14:44:12 +00:00
Shashank Kumar Shankar
844d0c965d Corrects spelling error in swift/common/middleware/slo.py
Fixes 'perfomed' to 'performed'
Change-Id: I54adf45494cd4c6edae7bb5b404d377527c6c5a0
Closes-Bug: 1612051
2016年08月11日 08:30:39 +00:00
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
2016年08月11日 09:56:15 +08:00
Jenkins
22184eb882 Merge "Fix encryption-delimiter interaction" 2016年08月10日 04:04:00 +00:00
Jenkins
93cbd10b07 Merge "Make swift-oldies py3-compatible" 2016年08月09日 19:48:17 +00:00
Jenkins
8256e93aa8 Merge "Raise ValueError if empty value coming into encrypt_header_val" 2016年08月09日 18:34:12 +00:00
Jenkins
ea961cfef2 Merge "Have py35 tox env match py34" 2016年08月09日 18:20:32 +00:00
Jenkins
a5a46854d5 Merge "NIT: fixing inconsistent naming of OpenStack Swift" 2016年08月09日 18:16:13 +00:00
Jenkins
499fe875af Merge "Fix gettext_ calls" 2016年08月09日 18:07:29 +00:00
Jenkins
1956d4c398 Merge "Fix repeated OPTIONS in swift-dispersion-report manpage" 2016年08月09日 18:07:16 +00:00
Jenkins
f1b1bad79d Merge "Fix Python 3 issues in diskfile" 2016年08月09日 17:51:00 +00:00
Jenkins
2e3657cfea Merge "[install-guide] Include environment-networking" 2016年08月09日 10:27:41 +00:00
Jenkins
bf17189484 Merge "Make the logger information format" 2016年08月09日 10:27:35 +00:00
Jenkins
e29687137f Merge "Remove the duplicated word 'be'" 2016年08月09日 10:15:27 +00:00
KATO Tomoyuki
bd29a3e3c7 Remove the duplicated word 'be'
Change-Id: I3ff4e7135d8d10c62dfcde90f34befe328ac39b2
2016年08月09日 13:18:10 +09:00
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
2016年08月08日 18:59:34 +02:00
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
2016年08月07日 10:44:59 +03:00
Jenkins
e42567f14f Merge "check _last_part_moves when pretend_min_part_hours_passed" 2016年08月05日 14:56:09 +00:00
Jenkins
5ffcddca1b Merge "Add end_marker and reverse options to direct_client" 2016年08月05日 14:55:03 +00:00
Shashirekha Gundur
c5ff9932a4 NIT: fixing inconsistent naming of OpenStack Swift
Throughout the manpages maintaining references to OpenStack Swift.
Change-Id: I2a0c2658e10a92671bfc092c0a3abaddfd8cd7d9
Closes-Bug: #1609687 
2016年08月05日 13:58:25 +00:00
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
2016年08月05日 10:15:24 +00:00
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
2016年08月04日 17:55:26 +00:00
Paul Dardeau
4f94e71d55 add swift-oldies man page
Closes-bug: #1607017
Change-Id: I365edf77c5bf34e2e51d7f10c9ea1012c1bda8ed
2016年08月04日 10:43:48 -04:00
Jenkins
fad720bfe9 Merge "missing parens in functional test" 2016年08月04日 08:54:05 +00:00
Jenkins
bb9b52729d Merge "Fix link to docs from swift-dispersion manpages" 2016年08月04日 04:26:37 +00:00
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
2016年08月04日 03:45:14 +00:00
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
2016年08月03日 16:46:48 -07:00
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
2016年08月02日 10:57:59 +01:00
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
2016年08月02日 10:41:26 +01:00
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 
2016年08月02日 07:30:56 +00:00
Jenkins
4521eb6e2e Merge "Enable in-process func tests to optionally use encryption" 2016年08月01日 21:14:18 +00:00
Jenkins
c78db90f9c Merge "made link in README.rst more clear" 2016年08月01日 20:34:38 +00:00
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
2016年08月01日 15:43:25 +00:00
Jenkins
2c062d93d8 Merge "Fix intermittent SLO unit test failures" 2016年08月01日 14:39:31 +00:00
Jenkins
3cbb62a898 Merge "Check object metadata constraints after authorizing" 2016年08月01日 14:38:13 +00:00
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 
2016年07月30日 15:28:11 +00:00
Jenkins
e9f5e7966a Merge "Moved ipv4 & ipv6 validations to the common utils" 2016年07月29日 21:25:16 +00:00