summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove invalid smoke test that is failing in the gatenewton-eolstable/newtonDave McCowan2017-02-151-2/+0
| | | | | | | | | | | | | | | | | | The smoke test that ran the CLI command "acl delete" with a null entity_ref was failing with an exception in the cliff library. This test is invalid, since the CLI parser would not accept this command without an entity_ref. This test failed more gracefully with cliff 2.3.0, but in 2.4.0 cliff throws an exception that causes this test to start failing. This patch is needed in stable/newton to prevent gate failures, since upper constraints are not set. Change-Id: If91d4966eff77dad7c8569e309134dc540edc258 (cherry picked from commit 0eb09156adee9201b8e67ef8324b0ad3748d24d7)
* Update .gitreview for stable/newtonDoug Hellmann2016-09-021-1/+1
| | | | Change-Id: I81f1f01f7380cb450bb81ad3e0724821014b1955
* Updated from global requirements4.1.0OpenStack Proposal Bot2016-08-112-4/+4
| | | | Change-Id: I32865a1db22fce38e1503d4a705b7360f97d1b05
* Fix jenkins failing on coverage reportliujiong2016-08-031-1/+1
| | | | | | | Coverage combine deletes reports and thus jenkins failed saying `no data to report`, this change fixes it. Change-Id: I1d7ea816e82fa81d3edb8ecdbe2d602d3624c126
* Fixed python-barbicanclient functional tests.Max Abidi2016-06-132-3/+5
| | | | | | | | | | When using KMIP backend, some barbican client functional tests failed in payload length validation. Fixed the test case payload data, for client/v1/functional/test_secrets and cli/v1/smoke/test_secret Change-Id: Ic0abe8b6094d838fb4ec33cf22a5ca4c0450de31 Closes-Bug: #1570166
* Updated from global requirementsOpenStack Proposal Bot2016-06-082-3/+3
| | | | Change-Id: Ib984584b0cb20eaa6e17f8a54ebf0487e156023d
* Remove unused importJamie Lennox2016-06-011-1/+0
| | | | | | BaseAuthPlugin is imported but unused. Remove it. Change-Id: I0236810f0da715c3004e9314a38d914a1e79673c
* Merge "Update the home-page with developer documentation link"Jenkins2016-05-201-1/+1
|\
| * Update the home-page with developer documentation linkvenkatamahesh2016-05-171-1/+1
| | | | | | | | Change-Id: If8f8766ca6578931dd769f5ef7ee4d68b8068742
* | Updated from global requirementsOpenStack Proposal Bot2016-05-192-3/+3
| | | | | | | | Change-Id: Id21c336b5c8fb0341431b253381fd887b80e7662
* | Update mailmap for Douglas MendizábalDouglas Mendizábal2016-05-181-1/+3
|/ | | | Change-Id: Id80513f6c9782b5772790229d4544661187eb8d9
* Merge "Fixed python-barbicanclient functional tests."Jenkins2016-05-161-1/+2
|\
| * Fixed python-barbicanclient functional tests.Max Abidi2016-04-131-1/+2
| | | | | | | | | | | | | | | | | | When using KMIP backend, some barbican client functional tests failed in payload length validation. Fixed the test case payload data. Change-Id: I9d0b2d04662b3a7399603b9eff20d9daf406e069 Closes-Bug: #1570166
* | Merge "Censoring secrets payload value from debug log"Jenkins2016-05-054-3/+22
|\ \
| * | Censoring secrets payload value from debug logArun Kant2016-04-084-3/+22
| |/ | | | | | | | | | | | | Added utility method to censor dict values by keys. Change-Id: I1ec4050c9f9e0906635eff764add16b4b804804e Closes-Bug: #1567029
* | Issue deprecation message for the barbican CLIJuan Antonio Osorio Robles2016-04-291-1/+9
| | | | | | | | | | | | | | The barbican CLI has been deprecated and users should use the openstack unified CLI instead. Change-Id: Ie78b2c913b1520f1df312ab7a11e0132f0c36d26
* | Merge "Make Client test documentation similar to Barbican"Jenkins2016-04-213-64/+175
|\ \ | |/ |/|
| * Make Client test documentation similar to BarbicanFernando Diaz2015-11-193-64/+175
| | | | | | | | | | | | Testing documentation will now include all types of testing. Change-Id: I2a188c8159691916880d43b334202203b496a8d4
* | Fix argument order for assertEqual to (exp, obs)reedip2016-03-2412-106/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | assertEqual expects that the arguments provided to it should be (expected, observed). If a particluar order is kept as a convention, then it helps to provide a cleaner message to the developer if Unit Tests fail. The following patch fixes this issue. TrivialFix Change-Id: I6a8e11df30516f6be9a745b1f0f68ef3f2825fcf Closes-Bug: #1259292
* | Fixed barbican client order listMax Abidi2016-03-221-4/+4
| | | | | | | | | | | | | | | | | | When using barbican client to list asymmetric order type with passphrase, the response meta dictionary has "passphrase" key. Update client to also use this key, instead of pass_phrase. Change-Id: Iecd129a61eb02d0de59b4a11b83200a8a4269a6c Closes-Bug: #1560699
* | Merge "Remove unused import logging"Jenkins2016-03-211-3/+0
|\ \
| * | Remove unused import loggingLiuNanke2016-01-061-3/+0
| | | | | | | | | | | | | | | | | | | | | The code is not useful. Change-Id: I007179b0cd06a161cf255244e69a7820c9cbdd0a Closes-bug: #1529541
* | | Display error descriptionThomas Herve2016-03-092-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | When an error happens, display both the title and the description of the returned error if they exist, to give more context to the user. Change-Id: I84457bfe2d55a877e72a7fcb6dd6ba54c557c45e Closes-Bug: #1555102
* | | Updated from global requirementsOpenStack Proposal Bot2016-03-031-1/+1
| | | | | | | | | | | | Change-Id: Id1eebdda00f990b89e45c795710f96424997fa7c
* | | Replace assertEqual(None, *) with assertIsNone in tests4.0.0Shuquan Huang2016-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Replace assertEqual(None, *) with assertIsNone in tests to have more clear messages in case of failure. Change-Id: If4893a55b2fede30a796a2f1080477b7c92e5d4c Closes-bug: #1280522
* | | Updated from global requirementsOpenStack Proposal Bot2016-02-202-3/+3
| | | | | | | | | | | | Change-Id: I20dde68bf84fdea1745dd25840c2a7dd57bb4e7e
* | | Use six.moves.urllib.parse to replace urlparseTin Lam2016-02-171-2/+1
| | | | | | | | | | | | | | | | | | | | | Import six.moves.urllib.parse as urlparse for python3 compatible. Change-Id: I0f28f01a54daaa690cd890540fd4edc3b32411d1 Closes-Bug: #1279611
* | | Merge "Replace deprecated keystoneclient...exceptions"Jenkins2016-02-061-1/+1
|\ \ \
| * | | Replace deprecated keystoneclient...exceptionsLiuNanke2016-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use "keystoneclient.exceptions" instead of the deprecated "keystoneclient.openstack.common.apiclient.exceptions". ref: https://github.com/openstack/python-keystoneclient/blob/master/ keystoneclient/openstack/common/apiclient/exceptions.py#L25 Change-Id: Ic0fb631aa9f5f3cab2d9829420da746e37d0b0eb
* | | | Merge "Removes MANIFEST.in as it is not needed explicitely by PBR"Jenkins2016-02-051-4/+0
|\ \ \ \
| * | | | Removes MANIFEST.in as it is not needed explicitely by PBRsonu.kumar2015-12-141-4/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes `MANIFEST.in` file as pbr generates a sensible manifest from git files and some standard files and it removes the need for an explicit `MANIFEST.in` file. Change-Id: I9838d042ec3cffa047e95f2c1a8000d63cd55cab
* | | | Updated from global requirementsOpenStack Proposal Bot2016-01-251-1/+1
| | | | | | | | | | | | | | | | Change-Id: I0bad7fce5979e0fc56bbcd9d6a715f415399f222
* | | | Merge "Remove argparse from requirements"Jenkins2016-01-251-1/+0
|\ \ \ \
| * | | | Remove argparse from requirementsAndreas Jaeger2016-01-201-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | argparse was external in python 2.6 but not anymore, remove it from requirements. This should help with pip 8.0 that gets confused in this situation. Installation of the external argparse is not needed. Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
* | | | | Merge "Deprecated tox -downloadcache option removed"Jenkins2016-01-251-3/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Deprecated tox -downloadcache option removedOndřej Nový2015-12-111-3/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Caching is enabled by default from pip version 6.0 More info: https://testrun.org/tox/latest/config.html#confval-downloadcache=path https://pip.pypa.io/en/stable/reference/pip_install/#caching Change-Id: I0349f6d3812783391bc74cacae6ad947a4d19622
* | | | Updated from global requirementsOpenStack Proposal Bot2016-01-192-15/+15
| | | | | | | | | | | | | | | | Change-Id: I65e4e45f2c2db58a8fe89fb380d10cea9c4a4922
* | | | Updated from global requirementsOpenStack Proposal Bot2016-01-142-3/+3
| |/ / |/| | | | | | | | Change-Id: Ia5c37c56147c2eb495ee4c9194ce8fb51e720978
* | | Update typosSwapnil Kulkarni (coolsvap)2016-01-133-3/+3
|/ / | | | | | | Change-Id: I6e022008940819c479afc040441e0e5e029d3bd6
* | Merge "Remove py26 support"Jenkins2015-12-092-2/+1
|\ \
| * | Remove py26 supportricolin2015-12-022-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of mitaka, the infra team won't have the resources available to reasonably test py26, also the oslo team is dropping py26 support from their libraries. sine we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py26 support too. Closes-Bug: 1519510 Depends-On: Ic8241e55b5f4e3d567156d4c1e8bf8a0303f6d29 Change-Id: I4386dc70e3d467e31963d852726af78fbdbbba38
* | | Updated from global requirementsOpenStack Proposal Bot2015-12-011-1/+1
|/ / | | | | | | Change-Id: I17604cbc2d32b491a5a15967c566e9108e8eded0
* | Updated from global requirementsOpenStack Proposal Bot2015-11-291-1/+1
| | | | | | | | Change-Id: I6afb64947305c08984939af6d1e698aa03d798e5
* | Updated from global requirementsOpenStack Proposal Bot2015-11-271-1/+1
| | | | | | | | Change-Id: If72d2b102346387456eea69a5fec9d07ed545caa
* | Updated from global requirementsOpenStack Proposal Bot2015-11-192-2/+2
|/ | | | Change-Id: I6d928d7f700136b45955396dc76bb62647640ba7
* Merge "Make CLI Order's type field a required argument"Jenkins2015-11-181-2/+1
|\
| * Make CLI Order's type field a required argument“Fernando2015-11-051-2/+1
| | | | | | | | | | | | | | | | | | Barbican Secret Order Create has 'type' as an optional parameter, eventhough it is required. This patch makes the argument a positional argument. Change-Id: I5f69ac741ec1d59b7ecb76d6c7cc655a92d18a25 Closes-Bug: #1485615
* | Merge "Allow tox to be able to run independent functional tests"Jenkins2015-11-181-1/+1
|\ \
| * | Allow tox to be able to run independent functional tests“Fernando2015-11-101-1/+1
| |/ | | | | | | | | | | | | | | | | Allows tox to be able to run all functional tests in a Class as well as a single functional test. Also runs the tests in verbose mode, as is done in the gate. Change-Id: I1fba43aa8c577c81da07522f84cddc36fd7807e1 Closes-Bug: #1514699
* | Merge "Update Readme to include new/updated CLI commands"Jenkins2015-11-161-20/+22
|\ \