Commit Graph

13 Commits

Author SHA1 Message Date
OpenDev Sysadmins fc637b2f52 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:38 +00:00
Jeremy Stanley 38cc32994c Update .gitreview for new namespace
Change-Id: If60364581e457e0fae3178cc78c1218969cad047
2015-10-17 22:39:48 +00:00
Monsyne Dragon f955d147ac Bump dev status
Should be production.

Change-Id: Icb2f4134877eae77cfd521ca26636eaadc995253
2015-08-17 22:46:04 +00:00
Levi Blackstone b13bcb7513 Add PEP8 check and fix related issues
- Add PEP8 section to tox.ini
- Add hacking to requirements to enforce OpenStack style requirements
- Change setup.py to use PBR
- Add setup.cfg
- Fix formatting issues flagged by flake8 check
- Add copyright notices to all remaining files
- Update .gitignore file
- Bump version number

Change-Id: If32d332d3b7800f66fe6ad0f815f178bda739036
2015-05-05 10:20:59 -05:00
Jenkins 2a005502e0 Merge "Add config file format docs" 2015-04-16 20:24:54 +00:00
Monsyne Dragon 61c57c7d4c Add config file format docs
Add documentation for Stackdistiller's config file format.

Change-Id: I59031f62c5f7021b3ea6a89f622716da935f6100
2015-04-15 22:10:46 +00:00
Levi Blackstone 1547a5b4a3 Fix install_requires
See https://caremad.io/2013/07/setup-vs-requirement/ for more info
* Move list of requirements to setup.py
* Remove use of parse_requirements() which changed in latest pip release

Change-Id: I80451731999a5b538203bf2cea1972afe21d30dc
2015-01-05 07:55:33 -06:00
Sandy Walsh d3f83ab369 Move to stackforge repo.
Updates setup for pypi

Change-Id: I37967d3e265f4a3a49dab0e47ef6e79974db80cc
2014-10-22 11:20:56 -07:00
Sandy Walsh 3c0d142d0f Better error reporting for bad trait definitions.
In the case someone does
   destination_trait: source_trait

instead of
   destination_trait:
	fields: source_trait

it will now get a proper error message.

Change-Id: Ia22f58b6443714c2a407c7a3f94ed24f437efc1c
2014-10-07 12:34:37 -07:00
Monsyne Dragon 9fa408ce74 Merge pull request #1 from pran1990/test
Fix a typo in the readme.
2014-06-19 13:44:00 -05:00
Pranesh Pandurangan ea91f6d67e Fix a typo in the readme.
Changed d = distiller to dist = distiller, to prevent a line below
from breaking.
2014-06-19 11:39:23 -07:00
Monsyne Dragon a88696e578 remove uneeded requirement for stevedore library 2014-05-29 18:40:57 +00:00
Monsyne Dragon fe164f59d0 Inital commit. 2014-05-27 22:57:46 +00:00