Commit Graph

1406 Commits

Author SHA1 Message Date
Tony Breeds b6ad2ea843 Retire Packaging Deb project repos
This commit is part of a series to retire the Packaging Deb
project. Step 2 is to remove all content from the project
repos, replacing it with a README notification where to find
ongoing work, and how to recover the repo if needed at some
future point (as in
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project).

Change-Id: Id5dc2e4c9e814ca8c35422b3cc2d791eddadd27a
2017-09-12 16:01:19 -06:00
Jenkins 73b908fb15 Merge "Update comment about fetch token kwargs" 2017-07-25 16:06:01 +00:00
Jenkins 198d3cdd46 Merge "Enable sphinx todo extension" 2017-07-24 15:26:05 +00:00
OpenStack Proposal Bot e1629bb0df Updated from global requirements
Change-Id: If23c486c63fa1b0ae3fe003eb7b220138e9e454d
2017-07-23 13:43:13 +00:00
Lance Bragstad 13c2a15ae6 Update comment about fetch token kwargs
Jamie had a comment explain the requirement of fetching tokens
with kwargs and the token. This was suppose to be required in Pike
but it was missed. This commit updates the comment to be relevant for
the Queens release instead.

Change-Id: Iaa2c3fb02e76a87865a4ae7f06c4e86cc5b9b991
2017-07-21 17:10:14 +00:00
Hangdong Zhang 4a72cd6c3b Update URLs in documentation
Update URLs according to OpenStack document migration.

Change-Id: Icb4232fcce79bb1ea121489122e578e3109b5e90
2017-07-20 16:38:16 +08:00
OpenStack Proposal Bot 577ded1154 Updated from global requirements
Change-Id: Ic5a8fd8c1cf4729f4254751f595c0df876c1a05a
2017-07-18 01:47:30 +00:00
Gage Hugo 15b9ad644d Enable sphinx todo extension
In a previous change [0] when warning-is-error was added, the
sphinx todo extension was causing errors with duplicate
registration. However with the recent changes between pbr and
sphinx, this extension no longer throws a duplicate error when
using warning-is-error and we can add it back in.

[0] https://review.openstack.org/#/c/439819/

Change-Id: Ib71f156eb179bdfe07479441334ea0efcc594924
2017-07-17 11:11:09 -05:00
Jenkins 4b0b4154bd Merge "Redundant adminURL in test_gives_v2_catalog" 2017-07-17 04:33:31 +00:00
Jenkins 64e0533cbd Merge "Using assertFalse(A) instead of assertEqual(False, A)" 2017-07-16 21:33:23 +00:00
Jenkins 1c12eb4131 Merge "Added "warning-is-error" sphinx check for docs" 2017-07-14 20:32:00 +00:00
Van Hung Pham 8c017470ad Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid using
six.iteritems to achieve iterators.
We can use dict.items instead, as it will return
iterators in PY3 as well. And dict.items/keys will more readable.

2.In py2, the performance about list should be negligible, as link [2].

[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: Id1cab2190424f1ac8b48cae43e4006f1d720be0c
2017-07-12 13:43:55 +07:00
Jenkins c697e793af Merge "Switch from oslosphinx to openstackdocstheme" 2017-07-07 16:56:15 +00:00
Jenkins b5bd8a86ca Merge "Change locations of docs for intersphinx" 2017-07-07 15:32:37 +00:00
Boris Bobrov 5761091747 Change locations of docs for intersphinx
Due to latest change in docs the old urls don't work and cause gate
failures. Fix it to reflect the new locations.

Change-Id: I5b02d7fa40b5892ee0c66bba8dd642dde9a6637e
Depends-On: I7e170275fd422345505b7282b52899d08c7a4172
2017-07-05 12:27:19 +03:00
zlyqqq 1524300372 Redundant adminURL in test_gives_v2_catalog
Change-Id: I9a08443cb83a8bc73590683488fe7c3307cdc7f3
2017-07-01 10:45:38 +08:00
Van Hung Pham 27296d5858 Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use
the openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: I5150a456df75d61035a6f00366fa70bd4ec83457
2017-06-30 15:21:25 +07:00
OpenStack Proposal Bot ca3792953c Updated from global requirements
Change-Id: Ic4b31fec47cb550b0f5e5ac8405d9c77ea5d9064
2017-06-27 12:11:38 +00:00
Van Hung Pham c415496c22 Using assertFalse(A) instead of assertEqual(False, A)
This patch is to replace assertEqual(False, A) with assertFalse(A), which
the latter is more straightforward and easier to understand.
Similar to a merged patch https://review.openstack.org/#/c/473749/

Change-Id: I899fe822e4a37dda8e14b9c1dfd31c07b7d24000
2017-06-23 15:23:05 +07:00
Jenkins b9e01bda73 Merge "Updated from global requirements" 2017-06-23 03:00:04 +00:00
Jenkins c0ad34545a Merge "Removing double spaces" 2017-06-23 02:57:04 +00:00
Tin Lam e402c61cc5 Removing double spaces
When user generate config using oslo genconfig, the comments in the
keystone middleware section contains double spaces between some words.
This patch set removes the extra spaces in the help comment for
auth_uri.

TrivialFix

Change-Id: I4ac514df6d2d229de1b04557771ddb0253c5baa0
2017-06-15 23:00:07 -05:00
OpenStack Proposal Bot 5f9020c925 Updated from global requirements
Change-Id: Ifae5931a29ef9e687139de0a78f33736907f7f7d
2017-06-15 16:24:45 +00:00
lingyongxu 6a52a8456e Fix html_last_updated_fmt for Python3
html_last_updated_fmt option is interpreted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.

Change-Id: I21ff7fe4da885d590303105c311aa9792fdaef2a
2017-06-09 18:04:43 +08:00
Jenkins 1e06a64d4e Merge "add a log when the option in conf can't be identitied" 2017-06-05 18:05:17 +00:00
xuhaigang ba78db0b4b add a log when the option in conf can't be identitied
When the option is unknown to auth_token and it's value can't be
converted, this patch adds a warning log.

Change-Id: I818708cc19488030b80daa2b01b9f8622632f7eb
2017-06-04 00:05:32 +00:00
OpenStack Proposal Bot c86bbd076f Updated from global requirements
Change-Id: I119fbce30d448bcda1be5da1122922b1ea5c3b57
2017-06-03 13:05:19 +00:00
OpenStack Proposal Bot c2d61ee459 Updated from global requirements
Change-Id: I2304e946843d671351a5ad98c03d297ec85830a3
2017-05-26 17:20:28 +00:00
Jenkins 5bd147435a Merge "Updated from global requirements" 2017-05-26 12:37:29 +00:00
Tin Lam 0f4d4f8010 Fix oslo.messaging deprecation of get_transport
Oslo.messaging has deprecated get_transport and splits it into
get_notification_transport and get_rpc_transport.  This patch set updates the
code and addresses a zuul check/gate error [1].

[1] http://logs.openstack.org/55/467155/2/check/gate-keystonemiddleware-python27-ubuntu-xenial/3b6d9ef/console.html#_2017-05-24_23_49_58_453129

Change-Id: I263bd1076b47749bd14393855803419d0be9d758
2017-05-24 22:14:07 -05:00
OpenStack Proposal Bot a657e0704e Updated from global requirements
Change-Id: I62b51c1d98bccbd2929637743e5c52a306427128
2017-05-23 16:20:56 +00:00
Jenkins e1cd9a47e1 Merge "Replace pycrypto with cryptography" 2017-05-23 15:09:33 +00:00
Tin Lam e23cb36ac0 Replace pycrypto with cryptography
The pycrypto library is unmaintained, and keystonemiddleware currently
uses pycrypto to encrypt and decrpyt things before caching them.
This patch set removes the pycrypto dependency and updates the code
to use the cryptography library.  See [1].  Replacing the cryptographic
library is backward compatible.  See [2].

[1] http://lists.openstack.org/pipermail/openstack-dev/2017-March/113568.html
[2] http://paste.openstack.org/show/610186/

Change-Id: Iced7f5115e49ccf4f7f5bf6813cb5988b95c248b
Closes-Bug: #1677308
2017-05-22 16:52:37 -05:00
OpenStack Proposal Bot e9929a3a38 Updated from global requirements
Change-Id: I112a32382d16a64ed8a814d23ed2d40062151605
2017-05-17 03:49:14 +00:00
Jenkins 712438ebf9 Merge "Remove log translations" 2017-05-17 03:30:46 +00:00
Jenkins 45eeab2a98 Merge "Updated from global requirements" 2017-05-16 04:38:04 +00:00
Tin Lam 0382f7db00 Update driver config parameter from string to list
This patch set fixes a gating issue where the parameter passes
into [oslo_messaging_notifications] driver is a string rather
than a list.  This causes the code to enumerate over the string
when [audit_middleware_notifications] driver is set to None.  Per
[0], that parameter should be a list instead of a string.

[0] https://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/notify/notifier.py#L35

Change-Id: Iab92629b19f46aa3bff96aa6a22b5a609a4ff76e
2017-05-15 14:29:19 -05:00
OpenStack Proposal Bot bf5bf96dc6 Updated from global requirements
Change-Id: I5a9e67d2ded7ac9b9079ffbfcf30c03f442e3c24
2017-05-15 00:45:35 +00:00
D G Lee 50fcc70df1 Remove log translations
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: I73ca5fc046ad04505b52ca93c9bbdbfd72405aed
2017-05-02 09:58:02 +08:00
Jenkins 08bf885ceb Merge "Bump the token deferral message from info to debug" 2017-04-28 18:21:17 +00:00
Gage Hugo 7e209b9767 Added "warning-is-error" sphinx check for docs
This change adds the "warning-is-error" setting
to setup.cfg in order to enforce strict doc validation which
will cause the build to fail if any warnings are thrown.

This also removes the redundant loading of the todo plugin
warning that shows up while running 'tox -e docs' with
'warning-is-error' enabled.

Change-Id: I33c110073feec7dd38ab75981d6f97c654852f37
2017-04-24 16:31:00 -05:00
OpenStack Proposal Bot 9b14d80fe0 Updated from global requirements
Change-Id: I5c42ec052c4b8f6a3cabc5e2456b1aacc322e479
2017-04-06 22:03:25 +00:00
OpenStack Proposal Bot 1ea76fbf7b Imported Translations from Zanata
For more information about this automatic import see:
http://docs.openstack.org/developer/i18n/reviewing-translation-import.html

Change-Id: I6d460b0dc470d2542ec322e01c83882cadc0d17c
2017-04-06 08:16:26 +00:00
Thomas Bechtold d94c40b1e0 Remove deprecated oslo.messaging aliases parameter
Those are remnants from the oslo-incubator times. Also, oslo.messaging
deprecated [1] transport aliases since 5.2.0+ that is the minimal
version supported for stable/newton.

[1] I314cefa5fb1803fa7e21e3e34300e5ced31bba89

Closes-Bug: #1424728
Change-Id: I50c4559ea2ebc8512a05ffad52e5f04b22743ff4
2017-04-04 18:17:46 +02:00
Jenkins a2e3d60644 Merge "Remove old comment referencing fixed bug" 2017-03-15 01:56:27 +00:00
iswarya_vakati 04052686af Pass located tests directory in oslo debug
According to [1], we can passing a "-t" argument to
oslo_debug_helper to indicate the directory where tests
are located. This will solves ImportError exception.

[1] https://docs.openstack.org/developer/oslotest/features.html

Closes-Bug: #1666560

Change-Id: I18ea63e9303b2a69f69de3e42b52c8a9f25bf7a5
2017-03-13 11:02:34 +00:00
Gage Hugo 126cad8dee Remove old comment referencing fixed bug
There was an old comment left regarding this bug:

https://bugs.launchpad.net/pbr/+bug/1260495

which was fixed over a year ago but left over.

This change removes the comment and related extension
and adds the referenced pbr setting.

Change-Id: Ib334c136835a9b5b43cabe13b9616cce45e578e0
2017-03-08 11:02:46 -06:00
Pete Zaitcev 00e94b73e1 Bump the token deferral message from info to debug
In Swift, we have a public access endpoint "/info", which
returns basics like version number, maximum object name length,
and such. When a user accesses it, the request travels the
pipeline, including authtoken, and since it has no valid token,
a message is logged. At some installations, monitoring agents
poll "/info" to see if Swift is up, and this floods the logs.

It would be best for us to dispose with this message altogether,
but I am concerned that operators of other services may find
this message useful. So, let's only mark it as a debug level.

Change-Id: I77abc3809a91e381b7650a9955046fe6d72a8089
2017-03-03 21:33:08 -07:00
Jenkins 124caad93e Merge "Updated from global requirements" 2017-02-20 06:19:38 +00:00
Anh Tran 3ac8cdff3f Remove unused logging import
Change-Id: I0c4ef3ecbacc3968344659de47be6b2cb483c074
2017-02-17 10:06:34 +07:00