252 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
dde49a40dc Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ib475e2dfbaa0f87861a23557f179010d5b60cd68
1.29.0 1.29.1
2018-08-16 06:30:54 +00:00
Doug Hellmann
c0d7bbded1 add lib-forward-testing-python3 test job
This is a mechanically generated patch to add a functional test job
running under Python 3 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I77f9b9e83cbe353d099141916eec588896b404c5
Story: #2002586
Task: #24322
2018-08-14 16:39:37 -04:00
Doug Hellmann
cf41a66e09 add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I849ca8109ad729ed0abc9fbd2481332c1d86983d
Story: #2002586
Task: #24322
2018-08-14 16:39:37 -04:00
Doug Hellmann
8b94c8261b import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I629d58dc71035804b0fd7773afa1dae430477896
Story: #2003250
2018-08-14 16:39:37 -04:00
Zuul
33e9c5d46b Merge "Update unit test to reflect latest oslo.config" 2018-08-10 20:42:18 +00:00
Ben Nemec
98c0d2c1db Update unit test to reflect latest oslo.config
Because we added the default config_source opt in oslo.config, it
is now showing up in the GMR output and needs to be included in the
expected content.  However, for lower constraints testing we also
need to continue to support the older versions without config_source,
so the target_str is built dynamically based on whether the opt
exists.

Change-Id: I20b01285000ce84b69e8bd3cee8078edf03616f8
2018-08-02 15:31:08 +00:00
381f9f15e3 Update reno for stable/rocky
Change-Id: I00f829478576592c1829c8f118e7a2b70ba41ff5
2018-07-26 12:39:39 +00:00
Vu Cong Tuan
8d49f91349 Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Id762418616487dfb0955675b7c50085b48307879
2018-07-03 16:05:38 +07:00
melissaml
3cd1e767c3 Add release notes link to README
Change-Id: Iec18feef9515d3d206d9bcc29bb3f2077f3b828b
2018-06-21 13:13:51 +08:00
Zuul
0bfa82ad4f Merge "Remove the remaining of the removed option" 2018-06-13 11:24:34 +00:00
Doug Hellmann
055d347c0f fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I98b578898a34f94bbe8de7bb02cd2c94626eaac7
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-06 14:53:49 -04:00
wangqi
5d7035c8de Remove the remaining of the removed option
According to I8ae8507a089df4d0a32be5fbc615e2166f44516e the config option
multi_instance_display_name_template has been removed.
So this patch removes the remaining of the option.

Change-Id: I3f92add2f4505424264356a7ab832855c8971550
2018-05-22 02:57:55 +00:00
Vu Cong Tuan
884cee9f68 Replace deprecated "auth_uri" by "www_authenticate_uri"
According to [1], "auth_uri" has been deprecated.
This patch replace it by using "www_authenticate_uri" instead.

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

Change-Id: Ic490c9a1262c7aaae2c40b5c2b22b3a66ba294f1
2018-05-11 09:49:55 +07:00
Kenneth Giusti
05f2456cff Remove stale pip-missing-reqs and pypy tox tests
pip_missing_reqs tool is no longer maintained and has broken with
release 10 of pip

Refer to:
 http://lists.openstack.org/pipermail/openstack-dev/2018-April/130027.html

Change-Id: I38501c409d46a9ad400d55c51934660992e586d8
2018-05-02 11:33:20 -04:00
melissaml
5fee38d124 Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I518602e5042a1910e5de58105a9982232fde8c7e
2018-04-21 11:07:16 +08:00
Zuul
d743d0183a Merge "fix lower constraints and uncap eventlet" 1.28.0 rocky-em 2018-04-15 20:17:18 +00:00
Doug Hellmann
fa444a8bd7 set default python to python3
Set the default python to python3 except for the py27 environment. We
have to set that explicitly to override the new default.

Change-Id: I2ac4c36cf0d3786da9bb35abf28c039da7b8aa1e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-13 16:04:30 -04:00
Doug Hellmann
409c15e175 fix lower constraints and uncap eventlet
Fix the lower constraints values to match the expected values.

We will manage the eventlet version using constraints now. See the
thread starting at
http://lists.openstack.org/pipermail/openstack-dev/2018-April/129096.html
for more details.

Change-Id: I2974d8d119664e6d21decc6f4fc5b16fdb5724a0
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-12 10:47:33 -04:00
Ben Nemec
8d0e5fcc95 Document workaround for AccessDenied error
On SELinux-enabled platforms it is possible for the report process
to fail with an AccessDenied error when it tries to read information
about the process being debugged.  Per [1], the recommended solution
is to temporarily disable SELinux during debugging and then turn it
on again once the report has completed successfully.

1: https://bugzilla.redhat.com/show_bug.cgi?id=1292787

Change-Id: Ic12d5658858bb085448e1b437b548111d3c79583
Closes-Bug: 1756044
2018-04-04 15:49:42 +00:00
Doug Hellmann
a3ee768864 add lower-constraints job
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.

Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.

Add openstack-tox-lower-constraints job to the zuul configuration.

See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.

Change-Id: I161c55335b8fa6a57164bfadbc7be0adb6fed33b
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-24 21:02:48 -04:00
Zuul
7ee015dcb3 Merge "Update links in README" 2018-03-20 09:54:38 +00:00
OpenStack Proposal Bot
9dcee1dd2e Updated from global requirements
Change-Id: Id9f73c81af98a317e26c98ff8915149858f32dad
2018-03-15 07:50:21 +00:00
wangqi
bcc813a04c Update links in README
Change the outdated links to the latest links in README

Change-Id: Ie54781e2dcf2d5fbb16a48684283250fc2568c58
2018-03-09 02:11:48 +00:00
OpenStack Proposal Bot
eb3d36a0b4 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I875e75d78e8028aee2256ccf4df87d367be5081a
1.27.0
2018-03-01 06:04:38 +00:00
OpenStack Proposal Bot
bd38437e40 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I178a8f5f2247e7c45a18356368e2a522f970ede3
2018-01-28 07:37:07 +00:00
d238555a27 Update reno for stable/queens
Change-Id: Idb19b8db62d130ff167e73bb31f7abb5ea783b99
2018-01-24 18:07:09 +00:00
OpenStack Proposal Bot
9e346710d0 Updated from global requirements
Change-Id: I84dc2eee6d9566972aa36ad019bf9e3cc6ca57d1
2018-01-24 01:26:05 +00:00
OpenStack Proposal Bot
1e05b90371 Updated from global requirements
Change-Id: Ic02b5513b4dacdf69a46a8dad4125647b4bfafeb
2018-01-18 03:24:23 +00:00
Zuul
2f450c9dae Merge "Updated from global requirements" 2018-01-17 12:32:46 +00:00
OpenStack Proposal Bot
882c7f37ca Updated from global requirements
Change-Id: I9d6ec512c44cd8bc95314c20dff044546a879182
2018-01-16 04:27:35 +00:00
OpenStack Proposal Bot
cdab3449e1 Updated from global requirements
Change-Id: I713f6f5bf93bbb0aaa2bc3afba4f9075338a0631
2018-01-16 04:27:33 +00:00
Zuul
c7ac43b0ea Merge "Updated from global requirements" 1.26.0 queens-em 2017-12-20 06:40:30 +00:00
OpenStack Proposal Bot
39ec4f5c53 Updated from global requirements
Change-Id: I1a0f3cf69778bcea09023db19706b263cefb49fc
2017-12-19 01:39:17 +00:00
ChangBo Guo(gcb)
4dde5f3cb2 Add bandit to pep8 job
Add the bandit security scanner to the pep8 job.
* skip B314,B405
* Don't use '/temp/file'

Change-Id: I5ae66767178d037d312eb2ab0374dd6f137ecc7b
2017-12-12 14:42:13 +08:00
Andreas Jaeger
80ec3ef091 Remove -U from pip install
'pip install -U' ugrades specified packages, this is not necessary
since we use constraints, remove the parameter '-U' from the line.

With tools/tox_install.sh - which a previous change of mine removed -
the -U was not harmful, but with the current set up, it might cause
upgrades, so remove it.

Change-Id: I49dfbdcf72f0322b9b20ac2294e57556a4ef6441
1.25.0
2017-12-02 19:27:48 +01:00
Andreas Jaeger
84e7ef93d4 Avoid tox_install.sh for constraints support
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: I81d832dfde5178ebc0f7a6faafe7427854cbaed4
2017-12-01 09:50:05 +01:00
OpenStack Proposal Bot
af284adc73 Updated from global requirements
Change-Id: I8fbb71f1be60c1453a044c27bde81e46becf84e8
2017-11-29 09:15:39 +00:00
Zuul
310bac5af5 Merge "Updated from global requirements" 2017-11-20 09:29:59 +00:00
Andreas Jaeger
5f7a7ea0e2 Remove setting of version/release from releasenotes
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.

Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.

This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.

Change-Id: I5cdc6520c5b7a523768f8bcd5721ea61eb968d07
2017-11-16 21:47:40 +01:00
OpenStack Proposal Bot
2fe508d5e4 Updated from global requirements
Change-Id: Ib5a27e512d5fce9944cc918b791ad1bbb0dae339
2017-11-16 11:21:47 +00:00
OpenStack Proposal Bot
529fd1a237 Updated from global requirements
Change-Id: I4ff70586a395013c3a47b84fde835679d6b95d9c
2017-11-12 21:14:13 +00:00
Jenkins
b5d9bb98c3 Merge "Imported Translations from Zanata" 1.24.0 2017-10-09 03:28:56 +00:00
Jenkins
07afa7df4a Merge "Remove psutil 1.x compat wrapping" 2017-10-08 17:34:40 +00:00
OpenStack Proposal Bot
00a3a497eb Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I7950aaaca82915230f13ed92cbea9f8347690edb
2017-10-08 08:25:08 +00:00
Dirk Mueller
21cbc5db00 Remove psutil 1.x compat wrapping
oslo.reports requires psutil at least to be 3.x, so the compat
code paths for 1.x can be removed safely.

Change-Id: If5de0051f2cd131db2f2b0b2919082e1623c29aa
2017-09-28 18:03:27 +02:00
OpenStack Proposal Bot
42b861b4cc Updated from global requirements
Change-Id: I300026a15361b17544c2783bd568bf81bad5992c
2017-09-20 16:23:14 +00:00
OpenStack Proposal Bot
eefa87ff3c Updated from global requirements
Change-Id: I9d9d2347060cdf9099f2820bac9847c980ebb687
1.23.0
2017-09-11 21:47:19 +00:00
Jenkins
5e69872b3d Merge "Update the documentation link" 2017-09-08 06:17:46 +00:00
loooosy
9218d7e739 Update the documentation link
This patch is proposed according to the Direction 10 of doc
migration(https://etherpad.openstack.org/p/doc-migration-tracking).

Change-Id: I00622c9e17643c17af1497d199c9445aa1ba8166
2017-08-23 15:12:32 +08:00
Adam Harwell
36d97a4f42 Remove SIGUSR1 handler, which was deprecated after Ocata
Change-Id: I4d068bba3f395969a7bcb1e83a2c4fbc2cb304d4
2017-08-21 16:38:37 -07:00