15 Commits

Author SHA1 Message Date
Alfredo Moralejo
d87a098cc2 Add .mo files to MANIFEST.in
Translations .mo files created with compile_catalog should
be included in the build if they exist.

Additionally, .pot files have been removed from source git in
https://review.openstack.org/307589 so they can be ignored in
MANIFEST.in.

Closes-Bug: 1583611

Change-Id: Ia0c87360d34936d432eceb22210f03f8592c6fec
2016-05-19 15:40:17 +02:00
Brant Knudson
d22eae3e00 Update MANIFEST.in
MANIFEST.in referenced files that don't exist.

Change-Id: I7f5827d284da0e6ba7a41c49cf88077b82bc938b
2015-06-28 11:01:35 -05:00
Dirk Mueller
75d03a575b Create TMPDIR for tests recursively
keystone/tests/tmp is missing in the sdist tarballs, so
we need to not only create keystone/tests/tmp/<pid> but also the
parent directory. Use os.makedirs for that.

Change-Id: I2f97bee517297b9fa239183c23ad1dfa52505bc9
Closes-Bug: #1296862
2014-03-24 18:46:36 +01:00
Sascha Peilicke
14e090154c Move 'tests' directory into 'keystone' package
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
2013-08-14 01:30:01 -03:00
Jamie Lennox
2397133b8f Move temporary test files into tests/tmp
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
2013-07-11 09:31:39 +10:00
Monty Taylor
444af9db83 Migrate to pbr.
Closes bug 1179007

Change-Id: I9d2a0190bb8dc31ea481909a4e0af3008aa976bf
2013-05-23 16:59:08 +02:00
Thierry Carrez
3244451c1b Add missing .po files to tarball
Fix MANIFEST.in to include .po files in keystone/locale.
Fixes bug 1096063.

Change-Id: I4cf06a0777b5f22344ff18321bbf155f574b1e49
2013-01-07 14:37:53 +01:00
Thierry Carrez
bf5ce27fb2 Adding missing files to MANIFEST.in
Fix MANIFEST.in to include files missing from generated tarballs.
Fixes bug 1037010.

Change-Id: I33a911e77cc364e761de0c45de7046eca58797b1
2012-08-15 11:16:08 +02:00
Liem Nguyen
f537a8259b blueprint 2-way-ssl
Implemented bp/2-way-ssl using eventlet-based SSL.

Change-Id: I5aeb622aded13b406e01c78a2d8c245543306180
2012-05-24 17:09:53 +00:00
Dan Prince
9a5200f59c Add ChangeLog to tarball.
Fixes LP Bug #978981.

Change-Id: I5b98df88673422cfc39c471fd77eecd77fa0cf2c
2012-04-11 10:57:56 -04:00
Dan Prince
48f2c7d4ef Add AUTHORS to the tarball.
Fixes LP Bug #950998.

Change-Id: Ia521a9d013ef4fb332df4dc5576cc3e5f13651bc
2012-03-09 12:54:06 -05:00
Monty Taylor
f8ba5af130 Align with project configs.
* docs in doc/ rather than docs/
* write out changelog from git
* freeze requirements file

Change-Id: If28d5414f7b2747fd6835546c45e1acfac8a3563
2012-03-01 11:42:42 -08:00
Thierry Carrez
1395bb4135 Fix MANIFEST.in to include missing files
Fix MANIFEST.in to include missing files in generated tarballs.
Fixes bug 940357.

Change-Id: Ic31e7db4ae960e23ebd8c34a3510208c98d400a4
2012-02-24 15:48:47 +01:00
Chuck Short
1143802037 Update Manifest.in
Add missing files in keystone tarball.

Change-Id: Idaccca930391b4cbe73ac6edac648045b6bf1327
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2012-02-21 11:19:10 -05:00
Monty Taylor
8d7189f117 Added Apache 2.0 License information.
Fixes bug 932819

Change-Id: I58e0c2ad704e2e8ff1924a01791694a5e02a154b
2012-02-15 17:48:33 -08:00