summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Switch to stestrVu Cong Tuan2018-07-111-1/+1
| | | | | | | | | | According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: I6484b605b1a7b8bcc4589170d2645f7cb0ca66f6
* Add release notes for keystoneclientSteve Martinelli2015-11-291-1/+3
| | | | | | | as mentioned in the mailing list, we need to include release notes for libraries, note that we do not include changes for liberty. Change-Id: I6497aac36720e2bea3f25316a426ea9fedb96c79
* Fix auth_token middleware test invalid cross-device link issueFlorent Flament2014-01-071-0/+2
| | | | | | | | | | | | | Fixes path of temporary files, containing token revocation lists, which weren't in the appropriate directory. File renaming now works properly since source and destination files are in the same directory, and therefore on the same partition. Added to .gitignore temporary files generated during tests, that are not being removed at the end of test. Change-Id: I21ff81419313f4205ebe552556e27b86135fd096 Closes-Bug: #1265190
* Merge "Updates .gitignore"Jenkins2013-12-081-1/+1
|\
| * Updates .gitignoreZhenguo Niu2013-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if these files exists, so improving this with *.sw? Change-Id: Iff581457cabe936b8b285142caff92fcc849f04a Closes-Bug: #1255876
* | Updates .gitignoreSushil Kumar2013-11-281-0/+3
|/ | | | | | | | | Adding ignore for Eclipse IDE environment files These files .project and .pydevproject should be ignored while pushing to repositories. Change-Id: If249ec02eb770ab66d2216939a0747dfa51e701a Closes-Bug: #1256043
* Migrate to pbr.Monty Taylor2013-05-171-0/+1
| | | | | | Fixes bug 1179007 Change-Id: Iceb63c223faab49be01baa36c035f703ddf59fc0
* Use testr instead of nose.Monty Taylor2013-05-101-0/+2
| | | | | | Part of blueprint grizzly-testtools Change-Id: I76dee19781eaac21901b5c0258e83a42180c1702
* Add file 'ChangeLog' to MANIFEST.inSascha Peilicke2012-12-191-0/+1
| | | | | | The file is missing from tarballs released at tarballs.openstack.org. Change-Id: I5c4f53f32b2e6b3741b03658d9c9472fca4226dd
* updating keystoneclient doc themeJoe Heck2012-10-011-0/+2
| | | | | | | | | | adding in openstack theming enabling last update from git removing old manual references to API, converted entirely to autodoc updated .gitignore fixed docstring warnings and errors Change-Id: Id22ddc446331d52cbf56c3462d8b532fc37f64ac
* Add post-tag versioning.0.1.1Monty Taylor2012-06-261-0/+1
| | | | Change-Id: Ic6cff31681b77e865ea0f1715e882cf7f191f7cd
* Auto generate AUTHORS for python-keystoneclient.Bhuvan Arumugam2012-05-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 976267 Now that git commits are gated by CLA, we shouldn't enforce committers to add an entry in AUTHORS file. The AUTHORS file should be generated automatically, based on git commits. This commit fixes the problem. * AUTHORS Remove this file. * .gitignore Add AUTHORS file. * keystoneclient/openstack/common/setup.py generate_authors(): New method to create AUTHORS file. If AUTHORS.in file exists, append it's content to AUTHORS file. * setup.py Import the new method. Generate AUTHORS file before creating the package. * openstack-common.conf Add config file to copy libraries from openstack-common project, using update.py script. * keystoneclient/openstack/__init__.py * keystoneclient/openstack/common/__init__.py Add new placeholders. Change-Id: I1a17ee8f1e19e8ad522f0d2e37c04fffba5e16cb
* Updates client to work with keystone essex roles API routes.Gabriel Hurley2012-01-281-1/+1
| | | | | | | Also adds pep8 to requirements since it was missing, and adds the automatically-created venv to the gitignore list. Change-Id: Iafa05c1889d7706b79d0f9392a9ac24f2f5a1719
* Initial commit.Gabriel Hurley2011-10-251-0/+11