summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirementsmitaka-eolstable/mitakaOpenStack Proposal Bot2016-05-152-2/+2
| | | | Change-Id: Ia5330bcb8e13162de230d2f2336b3a26fe7ca454
* Updated from global requirements4.0.1OpenStack Proposal Bot2016-03-241-1/+1
| | | | Change-Id: Id5b85ca054c7a3b6145ed82a72dee37923c6bf3e
* Update .gitreview for stable/mitakaDoug Hellmann2016-03-161-1/+1
| | | | Change-Id: I431008829de0785b04c7bbb74ae91a35ce853dfa
* 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
|\ \
| * | Update Readme to include new/updated CLI commands“Fernando2015-11-101-20/+22
| |/ | | | | | | | | | | | | Updates the readme.rst file to include new commands as well as some name changes. Change-Id: I59ffb87ed78439a37a6c47813f3eb0a184b00ae4
* | Remove invalid skipping of testsJuan Antonio Osorio Robles2015-11-021-3/+0
| | | | | | | | | | | | Change-Id: Id03e05edd300ae141a70115bb30d9e998a501ec2 Depends-On: I98a558862eed039ed6f33fbee474bdb86767313e Closes-bug: #1425667
* | Merge "improve readme contents"Jenkins2015-10-291-3/+26
|\ \
| * | improve readme contentsricolin2015-10-161-3/+26
| | | | | | | | | | | | | | | | | | Add more information in README.rst Change-Id: I9a92a85b9760da62b9507e67daee3fdf257683a8
* | | Fix Secrets FilterChris Solis2015-10-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the algorithm and mode parameters in the secrets list command to return the correct secrets based on the correct arguments. Change-Id: I3925562b29c765ca6a9d6c25708ceb50a1c628ed Closes-Bug: #1510577
* | | Merge "Updated from global requirements"Jenkins2015-10-261-1/+1
|\ \ \
| * | | Updated from global requirementsOpenStack Proposal Bot2015-10-231-1/+1
| | | | | | | | | | | | | | | | Change-Id: I03524a7ad2b4d97ea68247a8cad039eca9e5351f
* | | | Merge "Add to_dict method to EntityFormatter."Jenkins2015-10-242-0/+63
|\ \ \ \ | |/ / / |/| | |
| * | | Add to_dict method to EntityFormatter.Laurent Luce2015-10-092-0/+63
| | | | | | | | | | | | | | | | | | | | Change-Id: Ie1228e1f50af8c6c31f7772d3393e845cb899f63 Closes-Bug: #1485619
* | | | Updated from global requirementsOpenStack Proposal Bot2015-10-211-1/+1
| | | | | | | | | | | | | | | | Change-Id: I49ae8800def8fc70a584ef2e2d555d5950c414c2
* | | | README.rst devstack link not properly displayed“Fernando2015-10-201-2/+1
| |_|/ |/| | | | | | | | | | | | | | | | | Fixes the rst file so that the devstack setup link is properly displayed. Change-Id: I0528a96664c4e4754bd2b6d38f9dae6d3c89f962
* | | Updated from global requirementsOpenStack Proposal Bot2015-10-161-2/+2
| |/ |/| | | | | Change-Id: I1d42ac2652878f302e44d7c14cc414ff246bc4bf
* | Updated from global requirementsOpenStack Proposal Bot2015-10-091-1/+1
| | | | | | | | Change-Id: Ifa8f08297098da0a2bdf599b7276366c3ef3e2d9
* | Merge "Updated from global requirements"Jenkins2015-10-082-2/+2
|\ \ | |/ |/|
| * Updated from global requirementsOpenStack Proposal Bot2015-10-052-2/+2
| | | | | | | | Change-Id: I5901348dc35a91cd9bef742a57d9c5d3d0b45af0
* | Part 3: Adding ACL functional tests.Arun Kant2015-10-066-1/+1057
|/ | | | | | | | | | Added functional tests for CLI commands. Added functional tests for client API. Modified ACL client API functional test not to use behavior class as per recent change in secrets, containers, and orders. Change-Id: Ibacf33e834daa2c70ef1b0032495bbe443957cac
* Initialize optional attributes in CA objectDave McCowan2015-10-052-6/+28
| | | | | | | | | | When executing "barbican ca list", the client throws an attribute error if a CA does not contain a meta description field. This field is optional. This fix initializes the _description attribute to None to prevent the error. Change-Id: Ic861fe67c59c5109c0f09db46ad229a789d2e510 Closes-bug: #1502928
* Merge "Fix error where barbican order create returns invalid error"Jenkins2015-10-041-3/+5
|\
| * Fix error where barbican order create returns invalid errorFernando Diaz2015-09-281-3/+5
| | | | | | | | | | | | | | | | When performing barbican order create we obtain the error that: 'NoneType' object has no attribute 'lower'. This patch fixes that. Closes-Bug: #1481996 Change-Id: If09c72eae731e40b6055ba8ef062b0cd4536e48a
* | Merge "Part 2: Adding ACL support for CLI commands and docs"Jenkins2015-10-0310-49/+840
|\ \
| * | Part 2: Adding ACL support for CLI commands and docsArun Kant2015-09-2910-49/+840
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added CLI commands related to ACL support. Added docs for client API and CLI. Updated docs as per meetup discussion. Added acls access from secret and container entities. Addressed functional test failures resulted from recent merge of https://review.openstack.org/#/c/198732/ Change-Id: I8f54d437eab8a2d7e9cdacf62e7a05c7dffb05c7