| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: I3a0df4c9886465238bb62c1c24b3cafb9bc5aeb1
|
| |
|
|
|
|
|
|
|
|
|
| |
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
know about the requirement
- Remove old sections from setup.cfg: Wheel is not needed for python
3 only repo
Change-Id: I92d21453d610ba7f90ae9b150e6a245ce0e709e6
|
| |
|
|
|
|
|
|
|
|
|
| |
Also adds support for py3.6 and py3.7 check and gate jobs.
Co-authored-by: xuanyandong <xuanyandong@inspur.com>
Co-authored-by: Brian Rosmaita <rosmaita.fossdev@gmail.com>
Closes-bug: #1853372
Change-Id: Ia978b692ade23ee6482957f41b17cb879c96fea7
|
| |
|
|
|
|
|
|
| |
This is a followup to Drop py35 jobs from gate and tox env[1].
[1] https://review.openstack.org/#/c/639388/
Change-Id: Ie6d897db48013b8b845cb5068da76a7c68e0e666
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: I8eb981871397e1d9ae84e775d4e68915c06ecef7
|
| |/
|
|
|
|
| |
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.
Change-Id: Iee7d2087d7015f49e96345d96217a150bb1c23e2
|
| |
|
|
|
|
|
|
|
|
| |
This review already follows the new PTI
https://review.openstack.org/#/c/528997/
but we also should remove [build_sphinx] section as described
in: http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html
Change-Id: I6cf9f2fb59502acb4166faa5c3946dc24eeceee0
|
| |
|
|
|
|
|
|
|
| |
An upcoming release of pbr will require explicitly stating which
builders are requested, rather than defaulting to html and man. Head off
any potential impact this may cause by explicitly setting this
configuration now.
Change-Id: Iabdcfaef48af2b4a8f82444b122902c3187d56e6
|
| |
|
|
|
|
|
|
| |
With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as
errors is setting warning-is-error in build_sphinx section. Migrate the
setting from the old warnerrors one.
Change-Id: Ifd411ead74497a43ab22c57090ece2e1c7cfddb5
|
| |
|
|
|
|
| |
Some docs links have changed. We should update the wrong links in our codes.
Change-Id: I2e43cd26e10e5be0452d611064e199f784ea0d34
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
Use https instead of http to ensure the safety without containing our
account/password information
Change-Id: I40d748c6044cc10eadd24eedc2d1753aa0323caf
|
| |\ \
| |/
|/| |
|
| | |
| |
| |
| |
| |
| |
| | |
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: I04e036521c902d846b6341ce1fd7fc2662bff8df
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch includes several improvements:
1. Use keystoneauth1 plugin mechanism for auth plugins.
2. Implements CinderNoAuthPlugin.
3. Deletes non-working cinderclient.auth_plugin module.
4. Deprecates --bypass-url in flavor of --os-endpoint to be consistent
with keystoneauth1 plugins.
5. Deprecates in --os-auth-system in falvor of --os-auth-type to be
consistent with keystoneauth1 plugins.
Both bypass_url and os_auth_system params are not changed for client
objects to not break backward compatibility for Python API.
How to use noauth with cinderclient CLI:
OS_USER_ID=userid OS_PROJECT_ID=projectis cinder --os-auth-type noauth
--os-endpoint=http://localhost:8776/v2 list
Change-Id: I3be59a5a39235acbc3334e0a0b797081507a5c88
Closes-Bug: #1657156
|
| |
|
|
| |
Change-Id: I22e1e72077d1fe277678f85592dcf1bfb798edfe
|
| |
|
|
|
|
|
| |
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: I29cab82225675fbb4e2f1701067b26e4a632b851
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"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: Iea4db590139e1a611a5dca72ef3adca187eb541e
Closes-Bug: #1526170
|
| |
|
|
|
|
|
|
|
|
| |
as of mitaka, the infra team won't have the resources available to
reasonably test py26, also the oslo team is dropping py26 support
from their libraries. sine we rely on oslo for a lot of our work,
and depend on infra for our CI, we should drop py26 support too.
Change-Id: Icf1b13b044de03705688df929ed74429879c6dd8
Closes-Bug: 1519510
|
| |
|
|
| |
Change-Id: Ifcf9abc5d9e0cdb46596f5a05103c46235eb379a
|
| |
|
|
|
|
| |
These are often used by automated tools to check for Python 3 support.
Change-Id: I29fae2c0b80d28a865cc0972272e470da720ca11
|
| |
|
|
|
|
| |
Fixes bug 1179007.
Change-Id: I66b78ec4b5ba70a1bf1e375a5d1b7575a1879730
|
| |
|
|
|
|
|
|
|
|
|
| |
Granted - this takes the test suite from 3 seconds to 1 second... but there
are a bunch of other ways (correctness) that testr is better than nose.
Removed tests/v1/utils - it was not being used anywhere.
Part of blueprint grizzly-testtools.
Change-Id: I54d9a0b7dc22305ec60d779d6f19025a0b5dc785
|
| |
|
|
|
|
|
|
|
| |
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc and build results go in project/doc/build.
Change-Id: I3ae14ac735d9b4c0b534eac9a9c142f8ccaac1b9
|
| |
|
|
| |
Change-Id: Ic63c6fd4d770303ae5f295c58e43213e88e34b57
|
| |
|