Commit Graph

5 Commits

Author SHA1 Message Date
Mike Fedosin 209028bb4e tests: replace .testr.conf with .stestr.conf
TrivialFix:In the change[1] os_testr changed under the covers
from using testr to stestr, so that we now get the following
warning:
   ostestr.py:120:
   UserWarning: No .stestr.conf file found in the CWD.
   Please create one to to replace the .testr.conf. You
   can find a script to do this in the stestr git repository.
So remove the .testr.conf and add .stestr.conf which was
generated using a utility script as documented here [2].
[1] Id7cb2a39a8308f1413608dcf19273a1d7f33592e
[2] https://media.readthedocs.org/pdf/stestr/stable/stestr.pdf

Change-Id: I084215311928c0e66d45977748e5a2263bbc1444
2017-10-31 01:15:15 +03:00
bhavani.cr fc3d0657be Update .gitignore to ignore .eggs
because egg* already ignores egg-info [1]

[1] https://review.openstack.org/#/c/477476/

Change-Id: I628c0cd404dfd9b97f5d3829a6b032a8bc952fd3
2017-07-03 18:16:11 +05:30
Mike Fedosin 0ef6a4cd61 Documentation initial commit
Change-Id: Icb8f6f93726d316241f9d25b56ae98c2c7a3aa72
2017-02-06 22:47:00 +03:00
kairat_kushaev 46f27365f8 Fix docs and remove bandit check for translation
Currently there are no translation files in glare repo. Because of
that some bandit checks have failed during pep8 run. The patch
fixes this behavior. It also adds gitreview file and
adds additional exception for idea files to gitignore
Additionally tox -edocs has failed because doc configuration is
absent. The patch has added basic configuration for sphinx so
users can generate docs for glare.

Change-Id: I817d8f4e072ff300923faf13871c29a80f226336
2016-08-23 09:25:01 +00:00
Fedosin a15b8b1b9a Initial commit 2016-08-02 12:54:54 +03:00