summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Move 'tests' directory into 'keystone' packageSascha Peilicke2013-08-141-1/+1
| | | | | | | | | | | Similar to a range of other components (e.g. glance,nova,...) and recent reviews by Monty. Running individual tests can be done like this: ./run_tests.sh keystone.tests.test_drivers Change-Id: I2482a48322150e5eb09b703326a94d8283f1c75b
* Move temporary test files into tests/tmpJamie Lennox2013-07-111-1/+1
| | | | | | | | | | | | | Add a new folder tests/tmp and move all temporary test artefacts like sqlite dbs into the folder. This has a number of advantages: - clean up .gitignore and tests folder. - common/sql/util.py files didn't really belong in common as they were test only. - by doing ``sudo mount -t tmpfs -o size=16M tmpfs tests/tmp; sudo chown $USER: tests/tmp`` tests speed up about 3x (ext4; credit ayoung's blog). Change-Id: I9b02a5273dd27db963e9a26085b7456f4c5f6a41
* Migrate to pbr.Monty Taylor2013-05-231-0/+1
| | | | | | Closes bug 1179007 Change-Id: I9d2a0190bb8dc31ea481909a4e0af3008aa976bf
* Add missing .po files to tarballThierry Carrez2013-01-071-1/+1
| | | | | | | Fix MANIFEST.in to include .po files in keystone/locale. Fixes bug 1096063. Change-Id: I4cf06a0777b5f22344ff18321bbf155f574b1e49
* Adding missing files to MANIFEST.inThierry Carrez2012-08-151-1/+3
| | | | | | | Fix MANIFEST.in to include files missing from generated tarballs. Fixes bug 1037010. Change-Id: I33a911e77cc364e761de0c45de7046eca58797b1
* blueprint 2-way-sslLiem Nguyen2012-05-241-1/+2
| | | | | | Implemented bp/2-way-ssl using eventlet-based SSL. Change-Id: I5aeb622aded13b406e01c78a2d8c245543306180
* Add ChangeLog to tarball.Dan Prince2012-04-111-0/+1
| | | | | | Fixes LP Bug #978981. Change-Id: I5b98df88673422cfc39c471fd77eecd77fa0cf2c
* Add AUTHORS to the tarball.Dan Prince2012-03-091-0/+1
| | | | | | Fixes LP Bug #950998. Change-Id: Ia521a9d013ef4fb332df4dc5576cc3e5f13651bc
* Align with project configs.Monty Taylor2012-03-011-1/+2
| | | | | | | | * docs in doc/ rather than docs/ * write out changelog from git * freeze requirements file Change-Id: If28d5414f7b2747fd6835546c45e1acfac8a3563
* Fix MANIFEST.in to include missing filesThierry Carrez2012-02-241-2/+2
| | | | | | | Fix MANIFEST.in to include missing files in generated tarballs. Fixes bug 940357. Change-Id: Ic31e7db4ae960e23ebd8c34a3510208c98d400a4
* Update Manifest.inChuck Short2012-02-211-0/+12
| | | | | | | Add missing files in keystone tarball. Change-Id: Idaccca930391b4cbe73ac6edac648045b6bf1327 Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Added Apache 2.0 License information.Monty Taylor2012-02-151-0/+4
Fixes bug 932819 Change-Id: I58e0c2ad704e2e8ff1924a01791694a5e02a154b