Commit Graph

14 Commits

Author SHA1 Message Date
manchandavishal
20ae779160 Updating python testing classifier as per Yoga testing runtime
Yoga testing runtime[1] has been updated to add py39
testing as voting. Unit tests update are handled by the
job template change in openstack-zuul-job

- https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286

this commit updates the classifier in setup.cfg file.

[1] https://governance.openstack.org/tc/reference/runtimes/yoga.html

Change-Id: I189ac002fcd7b1950ed15626e04cdf8e941aa690
2022-01-31 10:42:21 +05:30
Sean McGinnis
2dc30d460c
Add py38 package metadata
Now that we are running the Victoria tests that include a
voting py38, we can now add the Python 3.8 metadata to the
package information to reflect that support.

Change-Id: Ic3840dd7d51ebfbbc2b15e3cc4590695df7d9129
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 08:23:23 -05:00
Ghanshyam Mann
2da57a19f5 Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

zun-ui is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/

Change-Id: I9134e73c6698e225044282977f40298822280b1c
2019-10-30 06:12:09 +00:00
pengyuesheng
a6972f44ca Add python37 job
Since we've entered Train and the runtime proposed include py37[1],
we need to include it in gate as well as local env.
This patch adds the support for the same.

[1] https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: Ib959ad72941e12a19e68549e2b397cf1c396508f
2019-07-01 11:03:19 +08:00
Ghanshyam Mann
fe30eddd5e Dropping the py35 testing
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].

As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: I21640e78f9bb42083e9dae03b484f9be3f4a78ac
2019-04-15 19:07:08 +00:00
huang.zhiping
61fa8b1f6a Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I641cc9501a1dc9677484d94a786f545bae30c0e4
2018-12-04 12:54:30 +00:00
Shu Muto
8bdee46fa4 Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:

https://governance.openstack.org/tc/reference/project-testing-interface.html

For more details information, please refer to:

http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: I8f3f9f1ae087b0abd5db0b0f58e83870ca49a529
2018-05-14 06:57:01 +00:00
chenpengzi
5fcf0d8c4b Change the wiki address to docs links
Change-Id: I0e7cd16522061a002601b2e7d1d4b0d92156fa63
2018-01-15 10:36:18 +08:00
Akihiro Motoki
496439b2ad Use pbr autodoc feature rather than custom logic
zun-ui doc/source/conf.py has a custom logic which prepare index files
for autodoc, but now pbr and sphinx autodoc have a feature to do it and
it is no a good idea to keep the custom logic.

UI cookiecutter populates the custom logic and it is an example of
the clean up.

Change-Id: I6c6eb2f6292bda30a4fa8d4375defd8234463008
2017-07-12 11:24:22 +00:00
Shu Muto
164d29526e Improve docs build
Starting in Django 1.7, standalone scripts, such as a sphinx build
require that django.setup() be called first. See:
https://docs.djangoproject.com/en/1.8/releases/1.7/#standalone-scripts
It does not always necessary, but it is needed to avoid warnings
when creating autoindex.
Note that horizon no longer generates the autoindex to avoid warnings.

Drops setenv DJANGO_SETTINGS_MODULE in docs env in tox.ini.
DJANGO_SETTINGS_MODULE is configured in doc/source/conf.py,
so there is no need to pass envvar.

Add warning-is-error sphinx setting to avoid doc build warnings.

Change-Id: I4c036e264c7dd28463c3d52d73fcbbd3abeacb2b
2017-06-27 17:17:17 +09:00
bhavani
5fdc2f7bc4 changed the python version from 3.4 to 3.5 for better openstack support
Change-Id: I9eed250954075586b9e63943a10354bdffc45bd8
2017-03-01 10:22:45 +00:00
Sharat Sharma
325380b7b2 Changed the home-page of zun-ui
Change-Id: I12adcbacc4fc144afe67d60beeb9cc97e27ce020
2016-10-04 03:52:14 +00:00
Shu Muto
74342999ed update test settings, cleanup REST api files 2016-09-07 13:01:07 +09:00
Shu Muto
73c2bcf7af first commit 2016-07-22 13:06:25 +09:00