summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirements3.2.0OpenStack Proposal Bot2016-07-012-2/+2
| | | | Change-Id: I433f6487a9e29166897cc4b6333e90226e443579
* Update other-requirements.txt for XenialAndreas Jaeger2016-06-291-1/+2
| | | | | | Update entries for Ubuntu xenial. Change-Id: Id248475284c7b227251999dd1f9e2b4a3afcec97
* Merge "Update README to comply with Identity V3"Jenkins2016-06-281-7/+9
|\
| * Update README to comply with Identity V3Joao Paulo Targino2016-06-281-7/+9
| | | | | | | | | | | | | | Updated the README instructions to use Identity V3 parameters and removed the reference to the deprecated 2.0 as an auth endpoint. Change-Id: Ia2bb8934277f6386b8c44ce51931b10d937e6bdf
* | Merge "List system dependencies for running common tests"Jenkins2016-06-282-0/+34
|\ \
| * | List system dependencies for running common testsAndreas Jaeger2016-06-282-0/+34
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an other-requirements.txt file containing a cross-platform list of dependencies needed for running included tox-based tests. Also include a tox environment for convenience calling the bindep[*] utility to list any missing system requirements. This change is self-testing. For other-requirements.txt see also http://docs.openstack.org/infra/manual/drivers.html#package-requirements [*] http://docs.openstack.org/infra/bindep/ Change-Id: Ifa3d417d9c3f8c172980a593c0a5a4a29987366a
* | Merge "Updated from global requirements"Jenkins2016-06-281-2/+2
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2016-06-241-2/+2
| |/ | | | | | | Change-Id: I8be61c57af9f525fa254e567725fd24f7bc2fb2c
* | Follow up patch for Improve docs for v3 projectsNisha Yadav2016-06-251-4/+8
|/ | | | | | | This patch fixes some nits left by the review I3961945a2833fcd4a04c8e2fa294ecd3a12cfbe2. Change-Id: I8c7c4c926d60d0b0ba44c3c7a42e5eef7be9441c
* Improve docs for v3 projectsNisha Yadav2016-06-221-27/+62
| | | | | | | | In preparation to add functional tests for v3 projects, this change proposes to detail the method docs, because the tests need to be based on them. Change-Id: I3961945a2833fcd4a04c8e2fa294ecd3a12cfbe2
* Merge "Add group functional tests"Jenkins2016-06-211-0/+94
|\
| * Add group functional testsNisha Yadav2016-06-211-0/+94
| | | | | | | | | | | | | | | | | | Adds functional tests for groups. For now, the tests are created under a single class. Once we have a gate that runs against LDAP, we will create a class that only contains readonly tests and a tox call for it (e.g tox -e functional-readonly). Change-Id: Ib1db14367b8dc3bd6356aff0dfef1fc573211c6e
* | Updated from global requirementsOpenStack Proposal Bot2016-06-211-1/+1
|/ | | | Change-Id: I422c275580a11d1b288747e6e21bead8215de46a
* Merge "Improve docs for v3 groups"Jenkins2016-06-211-4/+50
|\
| * Improve docs for v3 groupsNisha Yadav2016-06-211-4/+50
| | | | | | | | | | | | | | | | In preparation to add client functional tests for v3 groups, this change proposes to detail the method docs, because the tests need to be based on them. Change-Id: I12722effee092eed00841215e8f1e9ea2d323628
* | Follow up patch for add domain functional testsNisha Yadav2016-06-212-5/+4
|/ | | | | | | This patch fixes comments left by the review I74bff2728c09e6aafaced97a7836f51e58a81786. Change-Id: Ic74e8fbde2455280f5affaafb8d989a6b98feb75
* Add domain functional testsNisha Yadav2016-06-202-0/+112
| | | | | | | | | Adds functional tests for domains. For now, the tests are created under a single class. Once we have a gate that runs against LDAP, we will create a class that only contains readonly tests and a tox call for it (e.g tox -e functional-readonly). Change-Id: I74bff2728c09e6aafaced97a7836f51e58a81786
* Improve docs for v3 domainsNisha Yadav2016-06-201-1/+48
| | | | | | | | In preparation to add functional tests for v3 domains, this change proposes to detail the method docs, because the tests need to be based on them. Change-Id: I78e62fbd877ba32744fa3587ad2eb497bfb79fc2
* Updated from global requirementsOpenStack Proposal Bot2016-06-171-1/+1
| | | | Change-Id: Ia5e23854ccc6600362687541269aa50585fa9081
* Use /v3/auth/projects and /v3/auth/domainsLance Bragstad2016-06-133-6/+6
| | | | | | | | | The OS-FEDERATION/projects and OS-FEDERATION/domains APIs are deprecated. We should switch python-keystoneclient to use the correct API before they are removed. Change-Id: Id58a62d538e8d6f70af420bd6c98278522720466 Closes-Bug: 1590037
* Merge "Add users functional tests"Jenkins2016-06-102-0/+172
|\
| * Add users functional testsSamuel de Medeiros Queiroz2016-05-122-0/+172
| | | | | | | | | | | | | | | | | | Adds initial set of functional tests for users. For now, all the tests are created under a single class. Once we have a gate that runs against LDAP, we will create a class that only contains readonly tests and a tox call for it (e.g tox -e functional-readonly). Change-Id: Ie41872a1ad86db6219dd0af47dbc3e2db46bd878
* | Handle EmptyCatalog exception in list federated projectsPaulo Ewerton2016-06-082-1/+104
| | | | | | | | | | | | | | | | | | | | | | | | This patch handles the EmptyCatalog exception raised from the keystoneauth1.access.service_catalog.url_for function when listing projects in the unscoped token case. Also a new test class, K2KFederatedProjectTests, is added. Co-Authored-By: Doug Fish <drfish@us.ibm.com> Change-Id: I37e601cf0126ddae2a3e5ec255f4e4703ecf7682 Closes-Bug: #1471943
* | Updated from global requirementsOpenStack Proposal Bot2016-06-032-2/+2
| | | | | | | | Change-Id: Id4f9faae93b1d57094055b8579d37db82bd04a43
* | PEP257: Ignore D203 because it was deprecatedDolph Mathews2016-06-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | PEP257's D203 check ensures that you have a blank line before class docstrings. This rule directly conflicts with D211 (no blank lines before class docstrings), which is intended to supersede D203. The original language in PEP257 which D203 was based on was actually removed from PEP257 by Guido here: https://hg.python.org/peps/rev/9b715d8246db Change-Id: Icc048b947acea8f655d00540c221123b906e7545
* | Updated from global requirementsOpenStack Proposal Bot2016-06-011-1/+1
| | | | | | | | Change-Id: Icc5e63cfd84aa6f5bc1d00868d086a1aff0e8088
* | import warnings in doc/source/conf.pyCorey Bryant2016-05-311-0/+1
| | | | | | | | | | Change-Id: If14c02e156f7fe6884ad8de4b80869b2d01de4d7 Closes-Bug: 1587625
* | Updated from global requirementsOpenStack Proposal Bot2016-05-311-1/+1
| | | | | | | | Change-Id: I276b3b1d37fde11153ec062866cf6c9c221a3375
* | Updated from global requirementsOpenStack Proposal Bot2016-05-301-1/+1
| | | | | | | | Change-Id: I01f0c393369315b9588652fef1cdbf6e4de3becc
* | Updated from global requirementsOpenStack Proposal Bot2016-05-301-1/+1
| | | | | | | | Change-Id: Iee2119eebd5033ae3c5391d333683d8d0c3d871b
* | Updated from global requirementsOpenStack Proposal Bot2016-05-261-1/+1
| | | | | | | | Change-Id: I85538ef1bc251baa1fcd498f26c76912fdeeb4df
* | Remove unused iso8601 requirementBertrand Lallau2016-05-251-1/+0
| | | | | | | | Change-Id: I5c43812f008af086b315289112cdac4f77a07834
* | Merge "map fixtures to keystoneauth"Jenkins2016-05-236-879/+47
|\ \
| * | map fixtures to keystoneauthSteve Martinelli2016-05-226-879/+47
| | | | | | | | | | | | | | | | | | | | | point to the latest fixtures in keystoneauth so we do not need to update code in two spots. Change-Id: I1e9ffdafd4dc06b84bc643e570dbea0132b47540
* | | Updated from global requirements3.1.0OpenStack Proposal Bot2016-05-171-1/+1
| | | | | | | | | | | | Change-Id: Iae21ee627767280954d3e77d4a4dd34237b5b424
* | | Update the home-page with developer documentationvenkatamahesh2016-05-171-1/+1
| |/ |/| | | | | Change-Id: I13c8602dd26b41a009c3b60b6e56574b391870f9
* | Merge "Trivial: ignore openstack/common in flake8 exclude list"Jenkins2016-05-111-1/+1
|\ \
| * | Trivial: ignore openstack/common in flake8 exclude listChangBo Guo(gcb)2016-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | The directory openstack/common doesn't exist any more, so remove it from flake8 exclude list. Change-Id: I4ec588c5c0a2cf1b3bf06b4754889dc27d391b33
* | | Merge "Improve docs for v3 users"Jenkins2016-05-111-16/+122
|\ \ \ | |/ / |/| |
| * | Improve docs for v3 usersSamuel de Medeiros Queiroz2016-05-111-16/+122
| | | | | | | | | | | | | | | | | | | | | | | | In preparation to add functional tests for v3 users, this change proposes to detail the method docs, because the tests need to be based on them. Change-Id: I8f725ca8071e592fdf932bf83f72eaebf588bb6b
* | | Updated from global requirementsOpenStack Proposal Bot2016-05-101-1/+1
| | | | | | | | | | | | Change-Id: Ic66e3bbeb23df8eaa3ddc6b6e081c07177442c33
* | | Merge "Replace tempest-lib with tempest.lib"Jenkins2016-05-052-2/+2
|\ \ \
| * | | Replace tempest-lib with tempest.libDaniel Gonzalez2016-04-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | tempest-lib is deprecated, replace it with tempest.lib. Closes-Bug: #1553047 Change-Id: Ib03938b133f2aca1e73ec5df5815cff9dfe7b2e2
* | | | Merge "Add federation related tests"Jenkins2016-05-051-0/+106
|\ \ \ \
| * | | | Add federation related testsRodrigo Duarte2016-04-291-0/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds the test_federation file with some tests for Identity Providers, the tests are not supposed to be exhaustive, they are rather simple and intend to cover the basic actions in the Identity Provider handling. More complete tests should be added later. Change-Id: Ibe618dcd646912060b1785d8d72fd526dd4a083b
* | | | | Merge "Updated from global requirements"Jenkins2016-05-051-1/+1
|\ \ \ \ \
| * | | | | Updated from global requirementsOpenStack Proposal Bot2016-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8b9777a5d81f050fce80e02a72b75809c2307f65
* | | | | | Merge "Fixing D105 PEP257"Jenkins2016-05-0414-2/+17
|\ \ \ \ \ \
| * | | | | | Fixing D105 PEP257Navid Pustchi2016-05-0414-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently tox ignores D105. D105: Missing docstring in magic method. This change removes it and make keystoneclient docstring compliant with it. Change-Id: I34dfc164891880425f542f8f8aa3426ec8640c96
* | | | | | | Merge "Fixing D200 PEP257 violation."Jenkins2016-05-043-11/+4
|\ \ \ \ \ \ \ | |/ / / / / /