Commit Graph

2303 Commits

Author SHA1 Message Date
Tony Breeds e50ef75f7e 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: Id80e2fd6d0f5f1873bd0b11403d19e86de400530
2017-09-12 16:01:07 -06:00
OpenStack Proposal Bot a8de72a1a2 Updated from global requirements
Change-Id: I6a0f4b82bb70548bda7afaa67ca7a3adc88320cc
2017-07-23 13:51:56 +00:00
OpenStack Proposal Bot 090c0f27f7 Updated from global requirements
Change-Id: I0672453e18b684bd0210a0554c4c09795e505df4
2017-07-18 01:56:04 +00:00
Jenkins 1be750b470 Merge "Update URLs in documents according to document migration" 2017-07-17 12:45:16 +00:00
melissaml 956ec88d0a Update URLs in documents according to document migration
Change-Id: Ie0a8594f2dd0554a07111207899e6134affc998e
2017-07-14 09:56:01 +08:00
OpenStack Proposal Bot b1e9e27f7a Updated from global requirements
Change-Id: Ia1e1a0163d038664f651f7182f6de2796ea6a840
2017-07-13 14:23:56 +00:00
Jenkins efbe02e67c Merge "Bring back intersphinx reference to keystoneauth" 2017-07-06 06:40:57 +00:00
Jenkins 36bdcf6b2d Merge "Switch from oslosphinx to openstackdocstheme" 2017-07-06 04:06:54 +00:00
Jenkins 6172c763d4 Merge "Change locations of docs for intersphinx" 2017-07-05 11:48:11 +00:00
Boris Bobrov eb70dba59d Bring back intersphinx reference to keystoneauth
Change-Id: I0b1d1a4abdf919dd403679565cde046a825898fa
Depends-On: I2a4fc6a4782a5496b2ab4a8355ed2c3b6dac58fa
2017-07-05 12:04:01 +03:00
Boris Bobrov 0a79acf82f 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.

Also temporarily drop reference to keystoneauth1 to prevent circular
dependency. This reference will be brought back after keystoneauth1
docs get fixed.

Change-Id: I7e170275fd422345505b7282b52899d08c7a4172
2017-07-05 12:01:10 +03:00
Van Hung Pham 2ea1fcacfd 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: If3a8f6668d0a4e32bd8a20330d973249ce6a5b46
2017-06-30 19:06:18 +07:00
OpenStack Proposal Bot 937f4d62be Updated from global requirements
Change-Id: I6e4cb42d8e9d40aa4f074387add065a705a5d7e1
2017-06-27 12:21:37 +00:00
Jenkins 2a50f56b61 Merge "Add support for endpoint group filtering" 2017-06-22 22:02:25 +00:00
Kristi Nikolla ef49844248 Add support for specifying role ids when creating trust
Change-Id: I38e0ac35946ee6e53128babac3ea759a380572e0
Partial-Bug: 1696111
2017-06-16 11:30:56 -04:00
OpenStack Proposal Bot 2ab7f6df12 Updated from global requirements
Change-Id: Ie9942be7dfa024864e834256e12cddd206bd1bce
2017-06-15 16:34:13 +00:00
Jenkins a6edbb10be Merge "Remove pbr warnerrors in favor of sphinx check" 2017-06-13 16:48:23 +00:00
Jenkins 0d0969a66b Merge "Replace six.iteritems() with .items()" 2017-06-13 16:45:01 +00:00
Jenkins daa99ed5fe Merge "Fix html_last_updated_fmt for Python3" 2017-06-07 09:16:25 +00:00
Vu Cong Tuan b456e923ae 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.

In addition, changing Popen to check_output because
check_output() will raise CalledProcessError if the called process
returns a non-zero return code.
It also makes the code look much better.

Change-Id: If01f08216b4b252bd31029913e83fe945bf76866
Closes-Bug:#1693670
2017-06-06 08:42:35 +07:00
OpenStack Proposal Bot 9dd14ef70f Updated from global requirements
Change-Id: I7002c54da6b5f3905e5f9746b7aaf28d5ae79ba3
2017-06-02 22:06:44 +00:00
Kristi Nikolla 9c6233f48c Moved release note to the correct path
Release note was accidentally added to keystoneclient/releasenotes
instead of releasenotes

Change-Id: Id8ec0b895fa8f42d60572077bd5fe49d9478ee10
2017-05-26 12:12:42 -04:00
OpenStack Proposal Bot 641f24f4b5 Updated from global requirements
Change-Id: If0701b99b3b9371664c5295c81a64e7f77238ce5
2017-05-23 11:59:10 +00:00
OpenStack Proposal Bot ff86c089e8 Updated from global requirements
Change-Id: I5f10869789eb6797e4f601d7a73b469fbe08fea7
2017-05-17 03:57:50 +00:00
Jenkins 1e7543786e Merge "Remove log translations in python-keystoneclient" 2017-05-16 04:11:03 +00:00
Jenkins 826e82b425 Merge "Stop using oslotest.mockpatch" 2017-05-16 02:08:45 +00:00
OpenStack Proposal Bot 7aa1912e43 Updated from global requirements
Change-Id: I4b2dae6b4fcb887dcc21bd6540109df6e9952a47
2017-05-15 00:54:11 +00:00
OpenStack Proposal Bot f7c6cfd42d Updated from global requirements
Change-Id: Iade6679462be48ae1714800be35049fa7dc56aa6
2017-05-03 12:22:40 +00:00
ChangBo Guo(gcb) dd2000b284 Stop using oslotest.mockpatch
This module has been deprecated in favor of native fixtures.

Change-Id: I8fa00396f64d81eba807b2c6cbf4ae810447c59b
2017-05-03 16:50:32 +08:00
zlyqqq 683c469b2f Remove unused log
Change-Id: I1fe2c1703b03eb1c8458c53bdd208a91ababf941
2017-04-25 17:22:09 +08:00
Gage Hugo cfcf9ef798 Remove pbr warnerrors in favor of sphinx check
This change removes the unused "warnerrors" setting that
was part of [pbr], which was replaced by "warning-is-error"
in sphinx 1.5 and above[0]. This also fixes any warnings
and errors that came up when running `tox -edocs` using
this new feature:

 - Specified correct instance of 'List'

This change also adds the "warning-is-error" setting
to setup.cfg in order to allow for strict doc validation
which will cause doc building to fail if any warnings
are thrown.

[0] http://lists.openstack.org/pipermail/openstack-dev/2017-March/113085.html

Change-Id: I8111193e5a1ae7d063ab4cc37186aea1299964a4
2017-04-24 16:28:06 -05:00
Enrique Garcia Navalon 2cc2f1081f Add support for endpoint group filtering
The following API calls are made available:

- GET /OS-EP-FILTER/projects/{project_id}/endpoint_groups
- GET /OS-EP-FILTER/endpoint_groups/{endpoint_group_id}/projects
- PUT /OS-EP-FILTER/endpoint_groups/{endpoint_group}/projects/{project_id}
- HEAD /OS-EP-FILTER/endpoint_groups/{endpoint_group}/projects/{project_id}
- DELETE /OS-EP-FILTER/endpoint_groups/{endpoint_group}/projects/{project_id}

Co-Authored-By: Samuel de Medeiros Queiroz <samueldmq@gmail.com>

Closes-Bug: #1641674

Change-Id: Idf938267479b5b8c50c9aa141c3c2770c2d69839
2017-04-13 14:19:39 -03:00
M V P Nitesh 46b9e429a2 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, see the
link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I18a6890935ebdbb589269379f21a0dd47d07eb3a
2017-04-03 18:20:52 +05:30
OpenStack Proposal Bot 4c88af5ae1 Updated from global requirements
Change-Id: If701ef91dd5c67b39518ed073318bd5bcb1c3ada
2017-03-22 22:27:35 +00:00
dineshbhor cfd3373086 Fix failing PY2 and PY3 gate jobs
Please refer:
http://logs.openstack.org/43/446943/1/check/gate-python-keystoneclient-python27-ubuntu-xenial/84b965d/console.html

Closes-Bug: #1673761
Change-Id: Iefa74ffe8642f039a115e9ff4416c8f72d299317
2017-03-22 16:32:07 +00:00
wingwj 1d5774f498 Remove log translations in python-keystoneclient
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: Ia77819cbb133903d20e821bff0c45766b11ef07b
2017-03-21 14:38:05 +08:00
OpenStack Proposal Bot b264c4bbc8 Updated from global requirements
Change-Id: I9bc8e5d548371825ef793c4b601d98b095b2b7e3
2017-02-15 01:35:06 +00:00
Jenkins 04ff88189a Merge "Add support for endpoint group CRUD" 2017-02-14 16:09:39 +00:00
Samuel de Medeiros Queiroz 34d99f0c09 Add support for endpoint group CRUD
The following API calls are made available:

- POST /OS-EP-FILTER/endpoint_groups
- GET /OS-EP-FILTER/endpoint_groups/{endpoint_group_id}
- HEAD /OS-EP-FILTER/endpoint_groups/{endpoint_group_id}
- PATCH /OS-EP-FILTER/endpoint_groups/{endpoint_group_id}
- DELETE /OS-EP-FILTER/endpoint_groups/{endpoint_group_id}
- GET /OS-EP-FILTER/endpoint_groups

Partial-Bug: #1641674

Change-Id: I285eefe82152b178268f671e8800a0ff8c1511e4
2017-02-11 12:38:37 +00:00
Gage Hugo 67b1cd3705 Fix 12 warnings when building keystoneclient docs
While building keystoneclient docs, there are currently 12 warnings
emitted that specify either:

WARNING: more than one target found for cross-reference u'list'
WARNING: more than one target found for cross-reference u'Auth'

This change specifies the correct object for the docstring with
"List" since there are many instances of "list" within
keystoneclient and specifies the proper "Auth" object. With these
changes, the warnings no longer appear.

Change-Id: I4515429df38760700552d48fc570c03abf116f83
2017-02-09 10:22:28 -06:00
Eric Brown 689729fa35 Use https for *.openstack.org references
The openstack.org pages now support https and our references to
the site should by default be one signed by the organization.

Change-Id: Ia6cdaf7fabd1c355df002aa07b0695610dde9cd1
2017-02-05 20:46:32 -08:00
Jenkins 6f35d94a1f Merge "Fix boto version strip regex" 2017-01-27 04:13:38 +00:00
MarounMaroun 2e6459f2f1 Fix boto version strip regex
the current regex pattern will match incorrect
strings like: Boto/2x0t2

Change-Id: I260f4e0d98f082172a3a67a1fbaa05da5369ea49
Closes-Bug: #1658639
2017-01-27 02:01:01 +00:00
OpenStack Release Bot 49cbefeadb Update reno for stable/ocata
Change-Id: I285ff2b66eb8ff11acc58688269a9587d0721b25
2017-01-25 12:39:47 +00:00
Jenkins 5e23cef553 Merge "Allow Multiple Filters of the Same Key" 2017-01-25 04:45:52 +00:00
Samuel Pilla ef6ffa6516 Allow Multiple Filters of the Same Key
Before, the way filters were passed in would not allow filtering
on the same key.
For example:
    keystone.users.list(name__contains='test', name__contains='user')
This fails because of how kwargs handles key/value pairs.

This patch allows using multiple values for the same filter.
Example:
    keystone.users.list(name__contains=['test', 'user'])
Specifying the only one filter value is still functional as expected.

Co-Authored-By: Jeffrey Augustine <ja224e@att.com>
Partially-Implements: bp pci-dss-query-password-expired-users
Change-Id: I89cecf7e18974e7860ba0925840d6264168eabcb
2017-01-24 19:43:53 -06:00
OpenStack Proposal Bot f9e054fd74 Updated from global requirements
Change-Id: Ia7be0de146563e59b7ba50cc9d27f9d790c8b25a
2017-01-21 15:56:30 +00:00
Tin Lam dcb719d0e5 Fix response body being omitted in debug mode incorrectly
In debug mode, when a response's header Content-Type is set
to "application/json" with a parameter, i.e.,
"application/json; charset=UTF-8".  This patch set ignores
the additional parameter and only match the mimetype.

Change-Id: Ie8fcb1061e0e49b039436947524cfdc704c83846
Closes-Bug: #1656981
2017-01-17 08:05:52 -05:00
OpenStack Proposal Bot b120cc648e Updated from global requirements
Change-Id: Id01542e6bd83908f1859a047ec49bc16de87c8a3
2017-01-16 17:27:40 +00:00
Jenkins 06d5bd63f9 Merge "Removes unnecessary utf-8 encoding" 2017-01-13 13:22:19 +00:00