Commit Graph

15 Commits

Author SHA1 Message Date
Alessandro Pilotti ec13226df6 Update pbr version requirements
Change-Id: Ie8926c50a952f1ebe8c59202c3ba4e9ee6129e66
2017-05-23 13:45:54 +03:00
Claudiu Popa fccf0e6f00 Move to the new oslo_config and oslo_log modules
Since a couple of releases ago, the old oslo.config is now
oslo_config, the same thing happening to oslo.log as well.
This patch also removes the vendorized openstack package,
since it's redundant now that oslo_log is out of the
incubator.

Change-Id: Iae1318aa0d2a9aab2d4f6af7d11ed1dfda51e733
2015-08-12 17:43:45 +03:00
Cosmin Poieana 2c8bf90854 Get rid of flake8 compatibility issues due to pbr
The version of pbr package should stay between a restricted
range so that flake8 gate will work as expected.
Details: http://sprunge.us/RDVV?log (L: 92)

Change-Id: Ifeb52fbac28dac40b894923c727b60d56768976d
2015-05-26 17:22:15 +03:00
Cosmin Poieana 415bdc7a72 Global mass refactor
* remove unnecessary vim comments
* use unittest.mock first, then mock
* consistent spaces
* ignore *.orig files
* pep8 & flake8 compliant

Change-Id: I48e8b5c13b8ea436a48180f526e97fa8da003b68
2015-01-18 17:51:56 +02:00
Alessandro Pilotti 2195a97213 Updates pbr requirements
Removes the version from setup.cfg and moves
Windows platdorm requirements to requirements-windows.txt

Closes-Bug: #1404746

Change-Id: Ieadc67e6c320e9712c57d6adf3f3e6df6ae78b75
2014-12-21 23:37:53 +01:00
Alessandro Pilotti 23ddd33fa4 Fixes requirements on Linux
Platform specific requirements can not be included in requirements.txt

Includes also:

* testr configuration file
* PEP8 fixes
* Unit test fixes for passing OpenStack Jenkins checks

Change-Id: I6f3f367f3316e0b506bb62e66d7671f9e52c72b5
Closes-Bug: #1376816
2014-10-05 22:20:58 +03:00
Alessandro Pilotti 2177b88d14 Move setup to pbr usage 2014-02-10 05:33:17 +02:00
Alessandro Pilotti 044a74022b Updates version to 0.9.5 2014-01-20 01:07:20 +02:00
Alessandro Pilotti cdf31f9bb7 Update version to 0.9.4 2013-12-17 02:34:35 +02:00
Alessandro Pilotti 3a95179007 Update version to 0.9.3 2013-11-15 14:03:17 +02:00
Alessandro Pilotti 32e3a2cbe2 Updates version to 0.9.2 2013-11-01 02:54:40 +02:00
Alessandro Pilotti 9a4d0de82e Individual plugin execution completion
Each plugin can now determine if it needs to be executed during the next boot.
Execution completion is now saved for each plugin upon completion.
As a result, in case of an exception during the execution of a plugin, the
plugin will be executed again during the next boot.
2013-04-29 08:01:24 +03:00
Alessandro Pilotti fcd8271c5b pylint and pep8 2013-03-29 00:10:07 +02:00
Alessandro Pilotti 309d5c4997 Fixes an import bug 2012-12-02 02:18:19 +02:00
Alessandro Pilotti df6c42aedb Initial commit 2012-12-01 23:50:15 +02:00