summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Update mailinglist from dev to discusschenlx2018-12-171-1/+1
| | | | | | | openstack-dev was decomissioned this night in https://review.openstack.org/621258 Update openstack-dev to openstack-discuss Change-Id: Ifa1900a1ac8df659dff5042503e43847047dae58
* Add Python 3.6 classifier to setup.cfgqingszhao2018-11-291-0/+2
| | | | Change-Id: I33930ac42df62ef16e174a6bf905b72f255db3cc
* Update the documentation link for doc migrationchenxing2017-07-211-1/+1
| | | | Change-Id: I73a74233f0663fe651288ec0a65ad13857f04504
* Refactor barbicanclientJeremy Liu2017-06-201-20/+20
| | | | | | | | | Add v1 directory for APIs, CLIs and API testcases. Currently, v1 is supported and the default api version. If version is not specified when constructing barbicanclient, default api version will be used. Implements: blueprint refactor-barbicanclient Change-Id: Ib91e7049de007f4d4254abcd4c125b4dc7e03c55
* Remove support for py34Rui Chen2017-02-091-1/+0
| | | | | | | | The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: If9a737676cd82f5e2170042da71f241ff35a0edb
* Add Python 3.5 classifier and venvTony Xu2016-10-251-0/+1
| | | | | | | | Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. Change-Id: Ifbd1147a3c8c4d6fa745d210d37a90f5ae8321dd
* Update the home-page with developer documentation linkvenkatamahesh2016-05-171-1/+1
| | | | Change-Id: If8f8766ca6578931dd769f5ef7ee4d68b8068742
* Remove py26 supportricolin2015-12-021-1/+0
| | | | | | | | | | | 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
* Part 2: Adding ACL support for CLI commands and docsArun Kant2015-09-291-0/+6
| | | | | | | | | | | | | | 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
* Create Openstack CLI plugin for BarbicanJuan Antonio Osorio Robles2015-09-251-9/+12
| | | | | | | | | | | | | | | | | This is the first implementation of the barbicanclient plugin for the OpenStack CLI. Since we chose to use cliff in for the client, the integration with the OCC is quite seamless. Only change that needed to be done was that, since the OCC uses a ClientManager class to fetch the specific libraries for the components, we needed to simulate that in the barbicanclient. Currently, the plugin can be used if the barbican server is configured with keystone authentication. This is because currently there is no way for us to set the X-Project-Id header manually from the client (if the plugin is being used) but that functionality is out of the scope of this first implementation. Change-Id: I37fd158af24e785bc0b7125c6b4c1a9795927a10
* 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 ability to add and list CAsAde Lee2015-08-031-0/+3
|/ | | | | Change-Id: Ice07a597658facc5d774d4c4eff9e3093121c851 Implements: blueprint identify-cas
* Remove py33 tox environmentDouglas Mendizábal2015-02-131-1/+1
| | | | | | | | | | | Remove Python 3.3 tox environment because Infra changed all Python 3 gates to Python 3.4. References: http://lists.openstack.org/pipermail/openstack-dev/2015-February/055775.html Change-Id: I355323aa0e03580f86b46fb2d7ab41da3f4d59c2
* Add Python 3 classifiers.Cyril Roelandt2014-11-071-0/+2
| | | | Change-Id: I2e3b29e33d96f9526bab60f38109f62ae7f81f46
* Add Containers to python-barbicanclientAdam Harwell2014-09-261-0/+5
| | | | | | | | Adding Container support to the client and CLI. Also adding Consumer Registration support at the same time (though not in the CLI). Change-Id: Id34ac86cfae3f155e97760f14d8cf256722c7d6f Implements: blueprint client-add-containers
* Remove hardcoded version.Robert Collins2014-08-201-1/+0
| | | | | | | | | API clients generally use semantic versioning, not pbr's pre-version facility which is used for the API servers. This line causes local package builds to have the wrong version (2.0.dev.. when 2.0 was released a long time ago) and pbr will in future detect this and error. Change-Id: Ief099a077f0c4da656dcdba10d86531694fc8491
* Introduce cliff for cli frameworkJuan Antonio Osorio2014-08-091-0/+12
| | | | | | | | | | | | | | | | | | | | | | | This patch introduces the cliff framework from oslo. The same functionality from the old command line interface was replicated, and a few orthographic errors where corrected from the command help. The application structure was made so that it resembles the way python-openstackclient was done, this will enable the code to be integrated to that client in a more straight forward way. Same with the naming of classes within the sub-commands. For example, the list commands are List<Entity> and not List<Entities>; this was done in such way because it is done that way in python-openstack client; and the aim of this commit is to produce functional code, and at the same time, follow their standards to be able to integrate this there without much hassle. NOTE: Only secrets and orders were added, since verifications are no longer in use Implements: blueprint cliff-for-python-barbicanclient Change-Id: Ice2dddf418dfb76a616b65f22dc8dfd7ef4df36f
* Add version to setup.cfgDouglas Mendizabal2014-03-061-0/+1
| | | | Change-Id: I6b76585c5fd8adbb21d53c6141a2a8550586f94a
* Remove version from setup.cfg2.0.0Donald Stufft2014-01-201-1/+0
| | | | | | | This will be generated dynamically from git tags instead of being hardwritten into the setup.cfg. Change-Id: Ia81aabd11e8202dfb88f11348d453193a0819525
* Merge "Switch README.md to README.rst"Jenkins2014-01-201-1/+1
|\
| * Switch README.md to README.rstDonald Stufft2014-01-201-1/+1
| | | | | | | | Change-Id: I0fd5d1efacada53260097d18405dc863110c89ae
* | Use summary not description for the short summaryDonald Stufft2014-01-201-1/+1
|/ | | | Change-Id: I3ab302187221f890e90dc7db3c070cf2e1554c34
* Migrate to pbrDonald Stufft2014-01-031-1/+29
| | | | Change-Id: Id914183a5098e2fdc3f325fc83ecc5161886733d
* Initial setup.py configurationJarret Raim2013-05-091-0/+7