14 Commits

Author SHA1 Message Date
Brian Rosmaita
ecff5ec771 Remove Python 2.7 support from testing and gates
Makes Python 3 the base python for all tox venvs and removes
py2 jobs from zuul.yaml.

Remaining:
- move the legacy gate jobs from openstack-zuul-jobs to the os-brick
  repo and make them py3 jobs
- adjust setup.cfg to require py3 and remove py2 requirements from
  test-requirements.txt and doc/requirements.txt

Partial-bug: #1853372

Change-Id: Ib447656aa213914bafd50380b3821090f93776f8
2019-12-04 16:29:40 -05:00
whoami-rajat
b6de2cce49 Remove py35 from setup.cfg
This is a followup to Drop py35 jobs from gate and tox env[1].

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

Change-Id: I9e27e95a4493d9887a7dd8c7d7c7c5b511277f95
2019-02-28 11:02:40 +05:30
qingszhao
48097057bb Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Ic8589bef7e15316e1d1aa036b2a7c002eb5897ef
2018-12-04 17:15:35 +00:00
qingszhao
9a6fe1741b removing older python version 3.4 from setup.cfg
Change-Id: Iaf3b46dc8d7426cf8f25daa89b21ac33bb6899d6
Closes-Bug:  #1801855
2018-11-06 06:59:04 +00:00
Jenkins
1d617b2adb Merge "Update and replace http with https for doc links" 2017-09-01 14:22:15 +00:00
Stephen Finucane
4fc0a51a17 doc: Restructure docs for doc-migration
We have three populated sections:

- install
- user
- reference

There are three docs removed, as they served little useful purpose and
were mostly unreferenced.

Sphinx's 'warning-is-error' option is enabled to catch the few issues
that has snuck into the docs.

Change-Id: I04e426faf337f0b03175f439c80b3369d4066733
2017-08-08 15:44:29 +01:00
howardlee
b00cee15d8 Update and replace http with https for doc links
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: Ib98f33de8d7f6ef84a2f6ecb498530b336da875b
2017-07-26 02:18:44 +00:00
Cao Xuan Hoang
99eda1580a 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: Ic3967cf2461add370a03cd15e71087664b9ec1d7
2017-01-23 08:21:39 +07:00
Tony Xu
ca703533c2 Drop py33 support
"Python 3.3 support is being dropped since OpenStack Liberty."
written in following URL.
https://wiki.openstack.org/wiki/Python3

And already the infra team and the oslo team are dropping py33
support from their projects.

Since we rely on oslo for a lot of our work, and depend on infra
for our CI, we should drop py33 support too.

Change-Id: Ia5dba7d192e283bc1ba2ab24868402ab4a958870
2016-10-27 09:46:24 +08:00
zhangyanxian
7a75b47f7b Update the home-page info with the developer documentation
Since there are so many components in openstack,
by describing the URL info in the configuration file,
it is more convenient to find the developer documentation
than from the unified portal

Change-Id: I624427a3d18007121f04e53e7382140c6f29cefa
2016-08-03 01:41:34 +00:00
Doug Hellmann
97c5768e9a remove python 2.6 trove classifier
OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.

Change-Id: I9047beded251de0083bf6b6d48688e40872437d1
2015-12-23 01:31:13 +00:00
Walter A. Boring IV
c16abad3d8 Add rootwrap filters
This patch adds os-bricks list of rootwrap filters for commands
that are needed to execute.   The filters are a self contained entire
list of expected filters that os-brick needs to run.  It's expected that
this filter file is added to any rootwrap enabled service that needs to use
os-brick.

Devstack associated patch: https://review.openstack.org/#/c/207677/

Partial-Bug: #1479842
UpgradeImpact:  Need to place the os-brick.filters file in service's
                rootwrap.d directory to enable filters.

Change-Id: I2b1e657b87c7b27548200a20b991f34c3413c24b
2015-08-25 16:29:07 -07:00
Walter A. Boring IV
88afc6c17e renamed the project to os-brick
As per discussion in IRC, we have renamed brick to
os-brick, which creates the pacakge os_brick.  There was
a conflict in pypi for the 'brick' name.
2015-02-05 23:58:37 +00:00
Walter A. Boring IV
81b1dbebdf Created the Brick library from Cinder
This is the external Brick library that came from
Cinder's codebase.  It's intended to be used as a
standalone library and subproject of Cinder.
2015-01-22 19:09:30 +00:00