30 Commits

Author SHA1 Message Date
gaofei
14c4b8bc71 Replace curly quotes with straight quotes
Curly quotes usually input from Chinese input method.
When read from english context, it makes some confusion.

Change-Id: I653631f5eb0d2024d7457d576d7dfd9b38543d20
2018-01-25 03:41:59 +00:00
Yujun Zhang
de26e6afde Update docs build job for new documentation PTI jobs
openstack infra use a new way for building documents[1]

[1]:See http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html for details

Change-Id: I8bdaa16706d0f4040b9c2e8ece639a59ffc52305
2017-12-20 14:19:51 +08:00
Eyal
a6ede3f6bc dont run py27 and py35 in parallel
we have some issues with the db testing
use one worker until we fix it

Change-Id: If04e25601d57ded4cb59a71ca34411609f05a758
2017-12-18 15:03:11 +02:00
Vu Cong Tuan
915f97d93f Apply pep8 check to app.wsgi
Because app.wsgi should meet pep8 standards,
this patch apply pep8 check to app.wsgi.

Change-Id: Ie81361de324b7b297025c2b6a2d3ef33c739aa6d
2017-11-28 15:22:34 +07:00
Zuul
e525801ff5 Merge "Register default policies in code" 2017-11-20 03:24:06 +00:00
Eyal
024e9b1fd9 add hacking module
Change-Id: I7f89cade9fbb9e24a3acc7783ad67820d8cfcabb
2017-11-12 16:41:18 +02:00
Lance Bragstad
d3ae72dd00 Register default policies in code
This commit attempts to move default policies from a policy.json
file into oslo.policy objects. This is an effort to make policy
easier to maintain for operators and is a community-wide goal for
the Queens release.

For more information on this initiative, please see:

  https://governance.openstack.org/tc/goals/queens/policy-in-code.html

Co-authored-By: Hieu LE <hieulq@vn.fujitsu.com>
bp policy-and-docs-in-code

Change-Id: I8ce4fc45447b41930736d6fcf85e6d35cfbe9d56
2017-11-12 09:30:12 +00:00
Jenkins
494e2dad9f Merge "Enable some off-by-default checks" 2017-07-09 11:22:05 +00:00
loooosy
ac059ea575 Enable some off-by-default checks
Some of the available checks are disabled by default, like:
[H106] Don’t put vim configuration in source files
[H203] Use assertIs(Not)None to check for None

Depends-On: Ib6451504530f932ebd63374618d213ff7086dd1c
Change-Id: I1e81dd00d6c19574382d3c065826255879708833
2017-07-09 06:31:00 +00:00
Jenkins
98806ade0d Merge "Aligning install guide with the Pike doc structure" 2017-07-05 11:33:51 +00:00
csatari
c9ea8ea4a1 Aligning install guide with the Pike doc structure
In Pike OpenStack documentation is changed in a way that the project repos
contain most of the documentation material [1]. This affcects how the doc
folder shall be strucutred inside the project repo. With this change I
align the install guide to the new structure and correct the warnings
during the document generation. The overall work is tracked in [2].

[1]: http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html
[2]: https://etherpad.openstack.org/p/doc-migration-tracking

Change-Id: Ib5400247d2ba5f8dac80ef68a43d06868bd42f1c
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Signed-off-by: csatari <gergely.csatari@nokia.com>
2017-07-03 13:22:52 +02:00
Kien Nguyen
5756e2e6a3 Pass environment variables of proxy to tox
When a development environment is under a proxy, tox is failed even if
environment variables of the proxy are set.

This patch fix this problem. Refer patch set [1]

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

Change-Id: Id4046c5be169907a2038f4a67bd984825f9621ea
2017-06-25 18:16:09 +07:00
Eyal
89b27980e2 remove tox warnning
fix "test command found but not installed in testenv"
by adding the full path

fix "WARNING:stevedore.named:Could not load oslo.db"

Change-Id: Idf757e1ba7e1e1410a9083a2127905a798a5ab8f
2017-06-15 11:52:09 +03:00
rajat29
4e6228d5ff Add 'rm -f .testrepository/times.dbm' command in testenv
Running py2* post py3* tests results in error. Add
'rm -f .testrepository/times.dbm' command in testenv to
resolve this.

Change-Id: I725b7f4dcbed537577b99f4b9f13a74e2e4c26e7
2017-04-25 13:31:26 +05:30
dongwenjuan
a165ea7fff fix the command of test cover
Change-Id: If0c87558913cfca41c0557f525dd6b2bb81bdd7f
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-03-19 13:52:56 +08:00
Jenkins
dd89796c27 Merge "Enable coverage report in console output" 2017-02-26 15:26:59 +00:00
csatari
2f4138a642 Cookiecutting install guide
Adding the framework for an install guide.

Change-Id: Ic5036706229b32c914f49b693385164a801464e7
Signed-off-by: csatari <gergely.csatari@nokia.com>
2017-02-23 17:11:21 +01:00
Jeremy Liu
a7620dbf9d Enable coverage report in console output
Change-Id: I3f389f5eb61e3072707ac5439868a32a290a27e4
2017-02-12 14:49:32 +00:00
Cao Xuan Hoang
a26298a69a Remove support for py34
The gating on python 3.4 is restricted to <= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.

Change-Id: I3ab6eca4deb5848b0684b4d2d44341c973fc7d9d
2017-02-08 11:24:05 +07:00
Alexey Weyl
483dfdbe76 tox.ini changes due to kombu 4.0.1 dependency
Change-Id: I17d56fe08e4f66dcb6e7178f17effc7d96b76d05
2016-12-08 12:54:01 +00:00
Li Wei
f414ac793b Drop *openstack/common* in flake8 exclude list
We have not *openstack/common* directory in vitrage, so
we should drop it for improving searching efficiency.

Change-Id: I9d78c4caf50571ff8cadef87eef471cf1c945875
2016-10-19 02:07:53 +00:00
Sharat Sharma
589d16e914 Maintain releasenotes for vitrage
All the components of openstack maintain releasenotes. Similarly,
vitrage must also maintain releasenotes. This adds the releasenotes
directory to the vitrage repo.

Change-Id: I83892a67063e51b704d25f37c9b9ce279ddc6a2e
Implements: blueprint maintain-releasenotes
2016-10-05 19:23:15 +05:30
gengchc2
56c5f75720 Add Python 3.5 classifier and venv
Now that there is a passing gate job, we can claim support for
Python 3.5 in the classifier. This patch also adds the
convenience py35 venv.

Change-Id: If2019cb09d0938377ce3d8bab13224675d81ba31
2016-09-06 11:23:59 +08:00
Eyal
19d4eeb443 update tox
Change-Id: I5b26eeef510ca5ee4c5d500d87708ef638e1c4c4
2016-05-01 10:08:07 +03:00
Eyal
e8a938b100 support py34
Change-Id: I1e44f68f259eecb7a12b11b366ac68e7f20cfc33
2016-04-19 14:37:32 +03:00
Alexey Weyl
d608941b30 topology tempests
Change-Id: I960b83a4281155e61835ab3e690513f9f0b450e5
2016-04-05 16:44:49 +03:00
Eyal
e3a503d51f support python 3.4
Change-Id: I574a3af51636fd99c6358f41b9a01fdbd7d778ac
2016-03-10 17:49:14 +02:00
Eyal
cb4e3be14e add configuration files and options
Implements: blueprint get-topology-api
Change-Id: Id0399997cfe23975774a828cbc6e608484f0b988
2015-11-30 12:04:06 +02:00
Aya Horwitz
620e4052a9 remove support for pypy in tox.ini
Change-Id: I586e3ec1bffda4ca09151272c0d97aa81757a2fe
2015-11-09 15:06:31 +02:00
mgrosz
f21687ecaf Add Vitrage project initial file
Change-Id: If3b03c8a9aff64e140d8068403d006e804004466
2015-11-06 14:46:43 +02:00