summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove unicode literal5.4.0Takashi Kajinami2022-05-181-10/+10
| | | | | | | | ... because u'...' is equivalent to '...' in Python 3. Also, removed the unicode prefix from example outputs because it is no longer shown in Python 3. Change-Id: I1f8fbec1d711659872cb07d2dcef9e33d5a9d21a
* Replace git.openstack.org URLs with opendev.org URLslikui2022-05-161-1/+1
| | | | Change-Id: I27a1bcb84c6f14a424fc355f8895304723f48024
* Remove PyPI downloadsChen2018-06-071-4/+0
| | | | | | | | | According to official site, https://packaging.python.org/guides/analyzing-pypi-package-downloads/ PyPI package download statistics is no longer maintained and thus should be removed. Change-Id: I4e1254172f94b609967f1ee8689f5c780dd56f6f
* Merge "Update the bugs link address"Zuul2018-06-021-1/+1
|\
| * Update the bugs link addresshuangshan2018-05-111-1/+1
| | | | | | | | | | | | We should switch this to storyboard now that we've migrated the bugs Change-Id: Ifed825076e735d2c61492a8e772b531a7a225cf0
* | Trivial: Update pypi url to new urlmelissaml2018-04-211-4/+4
|/ | | | | | | | | Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: Ia3cf07076ad2ecfbb7762a1ceb488f9ed880584d
* Update the old http links in docsShangXiao2018-03-071-1/+1
| | | | | | | Update the old http links to the newest ones in CONTRIBUTING.rst and README.rst. Change-Id: Ic4f1221a3aaa7bbe7dd7fda4961ec6fca73955b5
* Correct docs usage of keystoneauth1 sessionGage Hugo2017-09-121-1/+1
| | | | | | | | keystoneclient.session has been long deprecated in favor of keystoneauth1.session. This change corrects entries in the documentation to use the correct library's session. Change-Id: I92226c9407ff77839a96cc9476f01eb7acf5c379
* Update the documentation link for doc migrationchenxing2017-07-211-5/+5
| | | | Change-Id: I73a74233f0663fe651288ec0a65ad13857f04504
* Fix doc referencing --payload-content-typePetr Kovar2017-01-181-1/+1
| | | | | | | Referencing --payload-content-type seems incorrect. Also, fix trivial formatting and spelling issues. Change-Id: I68984ce55c1e8882b80a20a6c17b258383225ff3
* 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
* | 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
* | 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
* Merge "Part 2: Adding ACL support for CLI commands and docs"Jenkins2015-10-031-16/+25
|\
| * Part 2: Adding ACL support for CLI commands and docsArun Kant2015-09-291-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Fix keystone version selectionAdam Harwell2015-09-291-2/+2
|/ | | | | | | | | | | | | The client currently only accepts '3.0' which directly conflicts with other clients (like OSC). It is not currently possible to export OS_IDENTITY_API_VERSION and have it work properly for both clients. In addition, the way it is written now "DEFAULT" is not really a proper default, as 2.0 is the fallback. This change resolves that inconsistency. Closes-bug: #1496597 Change-Id: I0d829e46fc251eb7762912c7f89f79cb267e6abe
* Fix barbican-client README.rstFernando Diaz2015-09-231-1/+10
| | | | | | | | Current README.rst does not work off the bat. This patches fixes the documentation so that the user knows to setup Keystone so that the command will work. Change-Id: I8d49b2df08e17efe6f23e9fbf51a14b262a7420c
* Merge "Allow Barbican Client Secret Update Functionality"Jenkins2015-09-011-0/+1
|\
| * Allow Barbican Client Secret Update FunctionalityFernando Diaz2015-08-251-0/+1
| | | | | | | | | | | | | | | | | | This patch will allow the python-barbicanclient to perform Secret Updates. This functionality will also be added to the barbican command line client. I will also allow for a secret to be created without a payload. Change-Id: Ia53e1cc463f9a274feb11f6e3bb3cbbe981c3444
* | Add epilog to parserChristopher Solis2015-08-271-0/+2
|/ | | | | | | | | Other clients have an epilogue at the end of the parser that shows up when the help flag is used. This adds the epilogue to aid in using the barbican client. Documentation is updated as well. Change-Id: I0463aa5c980e8337fb06e70c083763fddb2c0746
* Update README to work with release toolsDoug Hellmann2015-04-211-0/+5
| | | | | | | | | The README file needs to have links to the project documentation and bug tracker in a parsable format in order for some of the release tools scripts to work (particularly the one that prints the release note email). Change-Id: I04c11e311b5d1610249ceacc2572f39851aef0ea
* Deprecate setting the payload type and encodingDouglas Mendizábal2015-03-111-9/+8
| | | | | | | | | | | | | | | | | | | | | Deprecate manually setting the payload_content_type and payload_content_encoding properties of a secret. With this CR a user of the client only needs to provide the payload, and the client will figure out what the correct payload_content_type and payload_content_encoding values should be. Setting these properties for the user lets us avoid a lot of weird behaviors such as the one described in Bug #1419166, and also lets us avoid errors that happen when a user mismatches the payload and an incorrect content type. In the interest of backwards compatibility, these properties are still usable, but will log deprecation warnings. They should be removed in a future version after current users have had enough time to update their code bases. Change-Id: Ibfe3ad42e11bd83c002d0f1b69fb8a323a7b6f3d Closes-Bug: #1419166
* Update documentationDouglas Mendizábal2015-02-061-1/+8
| | | | | | | Updated README to point to the official OpenStack docs for the client. Also fixed a typo in the authentication page. Change-Id: I81696138cfa929efd7074b52edde8d4019e2fd50
* Add sphinx docsDouglas Mendizabal2014-10-271-3/+4
| | | | | | Added sphinx documentation source skeleton from cookiecutter. Change-Id: I7c9fa2c0668b93dd00eecca90617121fdae304ea
* Refactored Client to use Keystone SessionsDouglas Mendizabal2014-10-201-36/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | This CR changes the Client to use Keystone Sessions exclusively. All authentication that was previously available in barbicanclient is removed so that we can defer all authentication to keystoneclient. Unit tests for the client module have been refactored to test the new functionality. The README file has been updated to give an example of how to authenticate with Identity v3 using Sessions. The Client will now give priority to an endpoint that is passed in over endpoints found in the service catalog, which closes bug #1276002. This is helpful for development, where you might be running an instance of Barbican locally that uses a Keystone instance for authentication that does not have the Barbican service in its catalog. The CLI uses Keystone API v3 as the default authentication method, but can also use v2.0. DocImpact Implements: blueprint use-keystone-sessions Closes-Bug: #1276002 Change-Id: I9d07cb50143c1f5cafea48318018a205f745999f
* Updating documentation from stackforge to openstackKaitlin Farr2014-06-021-1/+1
| | | | | Change-Id: I330443029cf600e17f0bbaf11143577139985f49 Closes-bug: #1323830
* Switch README.md to README.rstDonald Stufft2014-01-201-0/+94
Change-Id: I0fd5d1efacada53260097d18405dc863110c89ae