7 Commits

Author SHA1 Message Date
Zuul
a62d2fa934 Merge "Switch to using stestr" 2018-07-18 20:21:39 +00:00
Ilya Etingof
1deddefcea Add reno for release notes management
Change-Id: I14d8b7304f276f76d0fd2a1347dd8a53fdc2a989
2018-06-25 17:57:36 +02:00
Charles Short
154ab21fb1 Switch to using stestr
According to Openstack summit session [1] stestr is
maintained project to which all Openstack projects
should migrate.
Let's switch it then.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Also update requirements to pass gating.

Change-Id: Ibc8575f9f1c6084ec3e695c1ba5827b712aba318
Signed-off-by: Charles Short <zulcss@gmail.com>
2018-06-20 09:23:50 -04:00
Lucas Alvares Gomes
b71669a826 Add "cover" to .gitignore
This patch is adding "cover" to the .gitignore file since we should keep
track of results of tests coverage.

Change-Id: I0ec638d586a65c319b51da530090e7718442869b
2016-05-11 17:32:55 +01:00
Lucas Alvares Gomes
85a0b201ff Restructure the repository according to OpenStack
This patch is restructuring the VirtualBMC repository according to the
OpenStack template for projects (Cookiecutter).

This patch also removes the dependency on the python-daemon library
since it is not present in the OpenStack global-requirements, now a new
class called "detach_process" has been added to the virtualbmc/utils.py
module that will take care of detaching the process context from its
parent and session.

Change-Id: Id4ae1db5b73a18abc54276fe1dfbf3ceff7adc06
2016-05-09 12:35:50 +01:00
Lucas Alvares Gomes
f6e7153e2b Add the "vbmc" utility
This patch is refactoring the code and adding the vbmc utility.
2016-02-12 23:37:05 +00:00
Lucas Alvares Gomes
aff825c8ab Initial Commit with code 2016-02-11 15:55:51 +00:00