Commit Graph

26 Commits

Author SHA1 Message Date
Ronald Bradford b5c7d3ab8f Remove all dot files with project removal
See I78a16ad052072feba7670aaea144216875ddc0d1 for prior removal.

Change-Id: I11cd4876cd8470f04f069bb0ecd3aa8c3f1737cf
2016-05-03 12:48:08 -04:00
Ronald Bradford 94987eaec7 This project is no longer maintained.
The contents of this repository are still available in the Git
source code management system.  To see the contents of this
repository before it reached its end of life, please check out the
previous commit with "git checkout HEAD^1".

http://lists.openstack.org/pipermail/openstack-dev/2016-March/090409.html

Change-Id: I78a16ad052072feba7670aaea144216875ddc0d1
Depends-On: If9c42d2cec35b68c4de85b750c8540d86322f3e3
2016-03-25 12:10:30 -04:00
Andreas Jaeger 4e21fba469 Remove argparse from requirements
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
2016-01-20 19:17:11 +01:00
Monty Taylor 4f694b47cf Change ignore-errors to ignore_errors
Needed for coverage 4.0

Change-Id: I95339394353b8cbd11fa38a0e9cba79a55d5e9fc
2015-09-21 14:28:27 +00:00
Doug Hellmann 598b4bf6fb Drop use of 'oslo' namespace package
The Oslo libraries have moved all of their code out of the 'oslo'
namespace package into per-library packages. The namespace package was
retained during kilo for backwards compatibility, but will be removed by
the liberty-2 milestone. This change removes the use of the namespace
package, replacing it with the new package names.

The patches in the libraries will be put on hold until application
patches have landed, or L2, whichever comes first. At that point, new
versions of the libraries without namespace packages will be released as
a major version update.

Please merge this patch, or an equivalent, before L2 to avoid problems
with those library releases.

Blueprint: remove-namespace-packages
https://blueprints.launchpad.net/oslo-incubator/+spec/remove-namespace-packages

Change-Id: I51245cf20c0c5f4fd3e11cbb86edf36def007b6d
2015-06-25 22:56:19 +00:00
Jeremy Stanley 9f79be9ff2 Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I3d08340cf654c9eeeaf2888d9a8e48255b8d4c2a
2014-12-05 03:30:37 +00:00
Jenkins 6d4bcf19a4 Merge "Work toward Python 3.4 support and testing" 2014-09-22 16:36:12 +00:00
Jamie Lennox 5adf3f01f2 Explicitly import _ translation function
Having this installed in the global namespace no longer appears to be
supported. This should transition to oslo.i18n soon.

Change-Id: Ie85da45b407b3c85758e9f25945d60a5465c884e
2014-09-08 14:54:04 +10:00
Jeremy Stanley 16dfb5c404 Work toward Python 3.4 support and testing
Change-Id: Icad585c66dc9164e1b3933f80c26271f0793c598
2014-09-03 19:03:59 +00:00
Sergey Lukjanov f50b901586 Fix .gitreview due to the repo rename/move
Change-Id: I8c5c806554a45d8f718fda8c059c2ebbe5287230
2014-08-16 21:30:28 +04:00
Christian Berendt 8714600e5f Bump hacking to version 0.9.2
Change-Id: I3ecd4c6470d926f04d9e6345e1489fa88312c35f
2014-08-12 18:25:18 +02:00
Jenkins 8638be7453 Merge "Cleaning up index.rst file" 2014-07-31 04:30:16 +00:00
Jenkins 0656be8a73 Merge "Add group support to KDS" 2014-07-22 20:59:28 +00:00
Christian Berendt 74bffda05f Cleaning up index.rst file
Removed notes about the generation of the file.

Change-Id: I61f70070e55ee8409d4ead61c68f4c9f2e5cd310
2014-07-21 08:26:19 +02:00
Jamie Lennox 8ac50d553e Add group support to KDS
Allow creating groups, requesting tickets for group keys and for
retrieving group keys.

SecImpact
blueprint: key-distribution-server
Change-Id: I92aefd2ac1d9c2fa65efa13384a9390cc107b048
2014-07-17 09:37:02 +10:00
Longgeek 14c50fd42c Update the requirements file
Add the argparse module to requirements.
Match Global requirements.

Change-Id: I53a205e9636e57e04145d24333764fe1bed6d968
2014-07-03 09:43:54 +10:00
Jamie Lennox 6b54c09bad Add ticket handling to KDS
Adds creation of tickets to transmit communication keys between peers.

SecurityImpact
Change-Id: I4dbd23adb0bdd9011eb9a0b45e30dd862d390473
2014-06-13 16:35:48 +10:00
Jamie Lennox 33c5b9f2e3 Add cryptographic key storage
Adds a layer called Storage on top of the DB. The DB is a simple store
retrieve interface and things going through Storage are correctly
encrypted and stored to the database.

Add some routes to allow setting a key through the storage interface.

SecurityImpact
Change-Id: Id8acb8fae0f0908a2bade4f227cd1a181b0075de
2014-06-06 09:14:23 +10:00
Jamie Lennox a553d98dd4 Introduce database functionality into KDS
Add database setup and initial testing into Key Distribution Server.
Also adds a migration script.

Change-Id: I22e914ef1ca6ec8217d131c073261b309d9f637e
2014-04-07 09:51:49 +10:00
Jenkins 987407a23c Merge "Add version routes to KDS" 2014-03-31 04:49:14 +00:00
Jenkins c62ecbff5a Merge "Introduce basic Pecan/WSME framework for Kite" 2014-03-31 04:48:24 +00:00
Jamie Lennox b766aca05e Add version routes to KDS
Add the first real endpoints to the KDS server starting with the version
discovery endpoints.

Change-Id: If359a683e1c9614855d7c20e9f8009c2198a05f7
2014-03-25 09:14:48 +10:00
Jamie Lennox fef233829a Introduce basic Pecan/WSME framework for Kite
So far there is simply a CLI application called kite-api that launches
the server using the reference wsgi server and a test just to
make sure things are wired in correctly.

Change-Id: I17f1943eb6cd71f6059606a1a099f5761896b131
2014-03-25 09:14:48 +10:00
Jamie Lennox 9390bf7b7a API v1 Doc
This is a fairly straight conversion from the KDS extension doc that was
written up for keystone.

Initial document: https://git.openstack.org/cgit/openstack/identity-api/tree/openstack-identity-api/v3/src/markdown/identity-api-v3-os-kds-ext.md

Change-Id: I4a02ed4c376aae97946a7762b558d51745571ec9
2014-03-18 03:07:24 +00:00
Jamie Lennox e2daef67a5 Initial Commit
Generating repository from cookiecutter.

Change-Id: I012aaff491cf3f6ec7526bcd491e0340f32644df
2014-03-18 13:02:48 +10:00
OpenStack Project Creator 0b9b132d34 Added .gitreview 2014-03-14 23:10:14 +00:00