summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirements3.13.0OpenStack Proposal Bot2017-07-231-1/+1
| | | | Change-Id: I6a0f4b82bb70548bda7afaa67ca7a3adc88320cc
* Updated from global requirementsOpenStack Proposal Bot2017-07-181-1/+1
| | | | Change-Id: I0672453e18b684bd0210a0554c4c09795e505df4
* Merge "Update URLs in documents according to document migration"Jenkins2017-07-176-8/+8
|\
| * Update URLs in documents according to document migrationmelissaml2017-07-146-8/+8
| | | | | | | | Change-Id: Ie0a8594f2dd0554a07111207899e6134affc998e
* | Updated from global requirementsOpenStack Proposal Bot2017-07-131-1/+1
|/ | | | Change-Id: Ia1e1a0163d038664f651f7182f6de2796ea6a840
* Merge "Bring back intersphinx reference to keystoneauth"Jenkins2017-07-061-1/+2
|\
| * Bring back intersphinx reference to keystoneauthBoris Bobrov2017-07-051-1/+2
| | | | | | | | | | Change-Id: I0b1d1a4abdf919dd403679565cde046a825898fa Depends-On: I2a4fc6a4782a5496b2ab4a8355ed2c3b6dac58fa
* | Merge "Switch from oslosphinx to openstackdocstheme"Jenkins2017-07-063-13/+17
|\ \
| * | Switch from oslosphinx to openstackdocsthemeVan Hung Pham2017-06-303-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Change locations of docs for intersphinx"Jenkins2017-07-051-2/+1
|\ \ \ | |/ / |/| / | |/
| * Change locations of docs for intersphinxBoris Bobrov2017-07-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* | Updated from global requirements3.12.0OpenStack Proposal Bot2017-06-271-1/+1
| | | | | | | | Change-Id: I6e4cb42d8e9d40aa4f074387add065a705a5d7e1
* | Merge "Add support for endpoint group filtering"Jenkins2017-06-226-12/+329
|\ \
| * | Add support for endpoint group filteringEnrique Garcia Navalon2017-04-136-12/+329
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Add support for specifying role ids when creating trustKristi Nikolla2017-06-162-4/+25
| | | | | | | | | | | | | | | Change-Id: I38e0ac35946ee6e53128babac3ea759a380572e0 Partial-Bug: 1696111
* | | Updated from global requirementsOpenStack Proposal Bot2017-06-151-3/+3
| | | | | | | | | | | | Change-Id: Ie9942be7dfa024864e834256e12cddd206bd1bce
* | | Merge "Remove pbr warnerrors in favor of sphinx check"Jenkins2017-06-132-2/+2
|\ \ \
| * | | Remove pbr warnerrors in favor of sphinx checkGage Hugo2017-04-242-2/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Replace six.iteritems() with .items()"Jenkins2017-06-1318-35/+24
|\ \ \
| * | | Replace six.iteritems() with .items()M V P Nitesh2017-04-0318-35/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "Fix html_last_updated_fmt for Python3"3.11.0Jenkins2017-06-071-2/+1
|\ \ \ \
| * | | | Fix html_last_updated_fmt for Python3Vu Cong Tuan2017-06-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Updated from global requirementsOpenStack Proposal Bot2017-06-022-2/+2
|/ / / / | | | | | | | | | | | | Change-Id: I7002c54da6b5f3905e5f9746b7aaf28d5ae79ba3
* | | | Moved release note to the correct pathKristi Nikolla2017-05-261-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Release note was accidentally added to keystoneclient/releasenotes instead of releasenotes Change-Id: Id8ec0b895fa8f42d60572077bd5fe49d9478ee10
* | | | Updated from global requirementsOpenStack Proposal Bot2017-05-231-1/+1
| | | | | | | | | | | | | | | | Change-Id: If0701b99b3b9371664c5295c81a64e7f77238ce5
* | | | Updated from global requirementsOpenStack Proposal Bot2017-05-171-1/+1
| | | | | | | | | | | | | | | | Change-Id: I5f10869789eb6797e4f601d7a73b469fbe08fea7
* | | | Merge "Remove log translations in python-keystoneclient"Jenkins2017-05-168-48/+33
|\ \ \ \
| * | | | Remove log translations in python-keystoneclientwingwj2017-03-218-48/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge "Stop using oslotest.mockpatch"Jenkins2017-05-161-8/+8
|\ \ \ \ \
| * | | | | Stop using oslotest.mockpatchChangBo Guo(gcb)2017-05-031-8/+8
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | This module has been deprecated in favor of native fixtures. Change-Id: I8fa00396f64d81eba807b2c6cbf4ae810447c59b
* | | | | Updated from global requirementsOpenStack Proposal Bot2017-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I4b2dae6b4fcb887dcc21bd6540109df6e9952a47
* | | | | Updated from global requirementsOpenStack Proposal Bot2017-05-031-2/+2
|/ / / / | | | | | | | | | | | | Change-Id: Iade6679462be48ae1714800be35049fa7dc56aa6
* | | | Remove unused logzlyqqq2017-04-252-8/+0
| |_|/ |/| | | | | | | | Change-Id: I1fe2c1703b03eb1c8458c53bdd208a91ababf941
* | | Updated from global requirementsOpenStack Proposal Bot2017-03-222-5/+5
| |/ |/| | | | | Change-Id: If701ef91dd5c67b39518ed073318bd5bcb1c3ada
* | Fix failing PY2 and PY3 gate jobsdineshbhor2017-03-222-2/+2
| | | | | | | | | | | | | | | | 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
* | Updated from global requirementsOpenStack Proposal Bot2017-02-152-3/+3
| | | | | | | | Change-Id: I9bc8e5d548371825ef793c4b601d98b095b2b7e3
* | Merge "Add support for endpoint group CRUD"Jenkins2017-02-145-0/+310
|\ \
| * | Add support for endpoint group CRUDSamuel de Medeiros Queiroz2017-02-115-0/+310
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Fix 12 warnings when building keystoneclient docsGage Hugo2017-02-095-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Use https for *.openstack.org referencesEric Brown2017-02-0513-29/+30
| | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Fix boto version strip regex"Jenkins2017-01-272-1/+40
|\ \ \
| * | | Fix boto version strip regexMarounMaroun2017-01-272-1/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the current regex pattern will match incorrect strings like: Boto/2x0t2 Change-Id: I260f4e0d98f082172a3a67a1fbaa05da5369ea49 Closes-Bug: #1658639
* | | | Update reno for stable/ocataOpenStack Release Bot2017-01-252-0/+7
| | | | | | | | | | | | | | | | Change-Id: I285ff2b66eb8ff11acc58688269a9587d0721b25
* | | | Merge "Allow Multiple Filters of the Same Key"ocata-em3.10.0Jenkins2017-01-253-1/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Allow Multiple Filters of the Same KeySamuel Pilla2017-01-243-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Updated from global requirementsOpenStack Proposal Bot2017-01-211-1/+1
|/ / / | | | | | | | | | Change-Id: Ia7be0de146563e59b7ba50cc9d27f9d790c8b25a
* | | Fix response body being omitted in debug mode incorrectlyTin Lam2017-01-172-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Updated from global requirementsOpenStack Proposal Bot2017-01-161-1/+1
| | | | | | | | | | | | Change-Id: Id01542e6bd83908f1859a047ec49bc16de87c8a3
* | | Merge "Removes unnecessary utf-8 encoding"Jenkins2017-01-132-3/+0
|\ \ \
| * | | Removes unnecessary utf-8 encodingji-xuepeng2017-01-132-3/+0
| | | | | | | | | | | | | | | | Change-Id: Ide4cb14246394522e35929cf08978aaf5fa9eb59