Commit Graph

1119 Commits

Author SHA1 Message Date
manchandavishal
c4a840820d Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I4be0695d921a044fabe4977df8eb106bbfabeecf
2019-06-12 17:09:05 +00:00
ricolin
7eb51032e3 Drop use of git.openstack.org
Our cgit instance will be going away and opendev.org is the new
preferred URL for browsing our git repos. Redirects will exist for the
foreseeable future, but it's more efficient to just go directly to the
new locations.

Change-Id: Ia84b464390dbbaaba4c87c4032f5fd21a529f412
Co-Authored-By: Vishal Manchanda <manchandavishal143@gmail.com>
2019-05-22 16:37:13 +05:30
OpenStack Proposal Bot
78495ee8a3 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I30d397059390e57865a3dbfb62354d61dffcb52d
2019-05-06 07:46:57 +00:00
Zuul
ff41a8b3e8 Merge "fix tox python3 overrides" 2019-04-22 08:57:54 +00:00
OpenDev Sysadmins
618c66ba43 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:29:01 +00:00
339fde97bf Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.

Change-Id: I1381ee067165681ec02da4067242f2371b77b912
Sem-Ver: feature
2019-04-11 16:28:47 +00:00
Zuul
1c653b256f Merge "Switch python3 versions of test jobs to match Train PTI" 2019-03-29 17:49:03 +00:00
manchandavishal
a7cda44dfe Switch python3 versions of test jobs to match Train PTI
In Train, we will use python 3.6 and 3.7 for python3 runtime
in our gate jobs [1]. This commit drops python 3.5 and adds python 3.7.

Redundant entries in tox.ini are cleanup along with python3.5 removal.

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

Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Change-Id: Ideb2e7f6e7e3bd0986e5f6d400912a3e4e392e14
2019-03-28 14:02:28 +09:00
jacky06
25415b0e46 Update hacking version
Use latest release 1.1.0 and compatible changes w.r.t pep8

Change-Id: I45befc03377d96c27db8b1d8d78dd7b5bec5ec14
2019-03-27 14:00:03 +08:00
OpenStack Proposal Bot
4c3e4da63b Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ib24a31e59ad4a404416c798a46033b93a9c88b56
2019-03-20 06:08:00 +00:00
OpenStack Proposal Bot
d3bee9e453 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I1e3fcb66da989cb39fbcf56361d6c011ab9e4999
2019-03-16 08:34:51 +00:00
Zuul
abc57c2879 Merge "Add python 3.6 unit test job" 2019-03-15 15:20:09 +00:00
Zuul
d85e180193 Merge "Update reno for stable/rocky" 2019-03-13 21:39:33 +00:00
manchandavishal
1703721a38 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: Ifb5d57e078d16bd1b15418f38750fc0ef2b571f7
2019-03-12 11:03:45 +00:00
Ivan Kolodyazhny
e4a8ab4a11 Add heat-dashboard integration tests
This patch adds basic tests to verify that heat-dashboard is
installed and could be opened.

heat-dashboard-integration-tests job is added in a
non-voting mode.

Depends-On: https://review.openstack.org/634712
Change-Id: I2550d6fcd1ce4e05502f247e227aaec05e762fcb
2019-02-05 09:40:06 +02:00
manchandavishal
d17cae6e77 Fix gate failures by a new pycodestyle
pycodestyle 2.5.0 introduces E117 over-indented.
This commit fixes E117 errors.

Change-Id: I1e8fdfa95753bc144a987f989f93e75e95d94a30
2019-01-30 17:51:33 +05:30
huang.zhiping
793617c36c 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: I981fa8d52800d24a5007f369ca6df4ffca9be0cb
2019-01-22 02:52:08 +00:00
Zuul
da62b278a6 Merge "fix bug link in readme" 2019-01-08 08:35:16 +00:00
Andreas Jaeger
e952fd0ff3 Use template for lower-constraints
Small cleanups:

* Use openstack-lower-constraints-jobs template, remove individual
  jobs.
* Sort list of templates

Also, update some minimal requirement for horizon
needs newer versions. This is needed to pass the lower-constraints
job.

Change-Id: I6d69299c6099bdcd3671e7e7c764604676e8eaef
Needed-By: https://review.openstack.org/623229
2018-12-21 09:57:57 +01:00
ZhijunWei
49594102ba fix bug link in readme
This patch fixes the bug tracker link in the readme. It is set to
depend on a job definition change in project-config so we can use this
patch to test the new release jobs.

Change-Id: Ice8649d24fd6386a70eac10c64a8d1b990fd3469
2018-12-08 17:32:25 +00:00
manchandavishal
0b356fd4bb Change openstack-dev to openstack-discuss
Mailing lists have been updated. Openstack-discuss replaces
openstack-dev.

Change-Id: I7d3c36cdb8886797354598640fd930f349c3c725
2018-12-04 06:35:19 +00:00
OpenStack Proposal Bot
840f572ef0 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I0f669b2a9695e1054bcf5712407750522875fe1d
2018-10-03 07:29:56 +00:00
Zuul
29874979f5 Merge "switch documentation job to new PTI" 2018-10-03 05:20:13 +00:00
Zuul
206ed6db25 Merge "import zuul job settings from project-config" 2018-10-03 05:04:15 +00:00
Doug Hellmann
c3665d1d9f switch documentation job to new PTI
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs 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: I5ed727f3dd33ad1c08de34b24246bd78b260dc8c
Story: #2002586
Task: #24298
2018-10-03 04:49:24 +00:00
Doug Hellmann
55537b6163 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.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

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

Depends-On: https://review.openstack.org/#/c/583291/
Change-Id: I2f183ca67c0d1d5b0d9e747131e1208085546e71
Story: #2002586
Task: #24298
2018-09-28 05:30:30 +00:00
Chuck Short
fbbd58a459 Remove mox3 completely
The porting of mock is complete. This fullfills the
community goal
200~"Remove Use of mox/mox3 for Testing" set for Rocky:
https://governance.openstack.org/tc/goals/rocky/mox_removal.html

This commit does the following code:
- Remove dead code that was previously used by mox.
- Raise the requirement to the Rocky M2 relase of Horizon.
- Convert the clients to use mock.

Change-Id: I33521b4bc8e873d50b1d2390e544eea0923dca4f
Signed-off-by: Chuck Short <chucks@redhat.com>
2018-09-28 05:30:01 +00:00
OpenStack Proposal Bot
97436c88e5 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I2e08bb61aa519022ef3c0edd0bc75638b73502e7
2018-09-06 06:22:12 +00:00
4977e37d04 Update reno for stable/rocky
Change-Id: I688f860af9b0832bdcb04fd788db892dea13bc3c
2018-09-05 19:28:18 +00:00
Zuul
6b64d85729 Merge "Drop nose dependencies" 2018-08-20 07:41:44 +00:00
Akihiro Motoki
be8e3372aa Drop nose dependencies
Horizon test setting no longer depends on nose and related stuffs.
This commit cleans up nose related dependencies.

The change was made in horizon Rocky-3,
so horizon 14.0.0.0b3 is required at least.

Change-Id: I25cb4aa6558c599d3c1e334c5281dcb6ca7e3b9f
2018-08-17 01:06:34 +09:00
OpenStack Proposal Bot
e4180839a4 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Icf6644d1203680f0e4154af8d9ed0e794d75ed25
2018-08-14 06:23:41 +00:00
Zuul
bc7f5068bb Merge "Add release note link in README" 2018-08-14 00:13:24 +00:00
Zuul
eed8b98084 Merge "Add py36 testenv" 2018-08-13 23:58:33 +00:00
Zuul
d3199d5bf8 Merge "Add support of event list pagination" 2018-08-13 23:55:10 +00:00
Zuul
25d10dd303 Merge "Group resource icons by project" 2018-08-13 23:52:22 +00:00
wangqi
df56338490 Use assertRegex instead of assertRegexpMatches
In Python3, assertRegexpMatches & assertNotRegexpMatches
are deprecated in favor of assertRegex and assertNotRegex

Change-Id: I770e45ea04b799fa102887275acc95cdddbfd162
2018-08-03 01:01:35 +00:00
Zuul
3812cc2667 Merge "Update docs bug link to storyboard" 2018-07-19 02:35:02 +00:00
OpenStack Proposal Bot
53b2046091 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ie75366ad30e78ac5311bdfd4184e5ee23eb0567f
2018-07-14 06:06:32 +00:00
Zuul
ed26baa828 Merge "Replace embedded static files with XStatic-*" 2018-07-10 09:15:47 +00:00
irisayame
9c8eed7eda Replace embedded static files with XStatic-*
Remove embedded js/css, add reference in settings,
 add requirement xstatic libs.

Change-Id: I3424e3f965f65eeb4ddcef18a69a7b33918d8a09
Task: #18882
Story: #1753919
2018-07-09 16:02:37 +09:00
Zuul
abae817e2b Merge "TemplateGenerator: Add Designate::Recordset support" 2018-07-09 06:11:16 +00:00
wu.chunyang
ff532cca2e Add release note link in README
Change-Id: I366c87ca2d9d041feb29bf2623a5540381bf29ec
2018-07-06 00:12:16 +08:00
Zuul
9cc6e6112b Merge "Add support of ScalingPolicy" 2018-07-03 09:59:20 +00:00
Zuul
5dd19ff007 Merge "Add support of AutoScalingGroup" 2018-07-03 09:10:20 +00:00
JiyeYu
3f08ce4cf7 TemplateGenerator: Add Designate::Recordset support
Add support for OS::Designate::Recordset as a new resource,
which you can use from Template Generator.

Change-Id: I08bf9dacd35cb1d28e929d5e4763f7586d481606
Task: #19674
Story: #2002033
2018-07-02 13:10:10 +09:00
Vu Cong Tuan
c56db2edce Add py36 testenv
Python 3.6 is installed by default in Ubuntu 18.04 LTS.
Therefore, according to Transition Plan [1],
it'll be handy to have py36 testenv.

For more details, please check Python2 Deprecation Timeline [2]
and Python3-first Goal - Completion Criteria [3].

[1] https://wiki.ubuntu.com/Python/Python36Transition
[2] https://governance.openstack.org/tc/resolutions/20180529-python2-deprecation-timeline.html
[3] https://review.openstack.org/#/c/575933/8/goals/stein/python3-first.rst@42

Change-Id: I2cfd19f5deece8cda8e7ea4b8ee1b747dc5534ef
2018-06-27 11:09:20 +07:00
Zuul
5f9611f28b Merge "Update all links in documents" 2018-06-26 14:00:48 +00:00
Zuul
d97a2de918 Merge "Imported Translations from Zanata" 2018-06-26 13:53:56 +00:00
Xinni Ge
d448207b2b Group resource icons by project
Change-Id: I1266a931feff7bb969f0ac752a62cbe4e47f863f
Story: 2002668
Task: 22485
2018-06-25 15:27:25 +09:00