Horizon defined a project template 'horizon-non-primary-django-jobs'
for django jobs. This patch use that template to run django jobs
here. For information please refer [1]
[1] https://review.opendev.org/#/c/681969/
Change-Id: Iabbed6052887ba92c07cb68c2333a197f04348cc
Add file to the reno documentation build to show release notes for
stable/train.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.
Change-Id: I1290f1caa6d3098729c314ce17a0d0435e91ed99
Sem-Ver: feature
Octavia dashboard was skipping pkcs12 bundles when presenting
certificate options for TERMINATED_TLS listeners.
This patch corrects that so that users can select pkcs12 bundles
for use on their listeners.
Change-Id: I83687ed1476a9e413ca6a8a880dd31783450df67
Story: 2005436
Task: 30476
Zuul added fail-fast as a new option for project pipelines.
With this set, if any one of the voting jobs fails, zuul
will report a build failure immediately and abort the remaining
jobs.
This patch enables fail-fast on the gate pipeline as any one
failing job means the patch will not merge.
Change-Id: Ibcedfc15120a213f070e56ce514413fea911ac4d
Use a template so that we can change jobs in a central place if needed
instead of single jobs.
This does not change any testing, the same jobs are run as before.
Change-Id: Iae628e8fdebc3ac8075def9f9188f57b55c25427
The api documentation is now published on docs.openstack.org instead
of developer.openstack.org. Update all links that are changed to the
new location.
Note that redirects will be set up as well but let's point now to the
new location.
For details, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html
Change-Id: I74d6587d3f753fbe3318ec2041344e6b95e11e21
- Added UDP protocol for listener and pool
- Added UDP-CONNECT method for health-monitor
Story: 1657091
Task: 23225
Change-Id: I3c25a1a69ef2e5ce0a994744a6a3a4fb5a3c3312
Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.
Change-Id: I7c1f7a9298e6e75389aca6b485bec7b878ba1a20
1. Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
Change-Id: I12d4df4d87aa5b73ac78d7252b49d7db1ef20035
The requirements team has defined a new strategy for handling
upper constraints[1]. This patch applies those strategies to
Octavia dashboard.
[1] http://lists.openstack.org/pipermail/openstack-discuss/ \
2019-May/006478.html
Change-Id: I33588ae6f83b25fd765bc1b2f69ae5f1e2fa0184
The octavia-dashboard devstack plugin.sh script was calling
"python". This causes the plugin to fail on python3 only hosts.
This patch corrects this by using the devstack $PYTHON variable.
Change-Id: I18bc3ce532e163acc1d49daa84cd7c7495dbc777
Story: 2005761
Task: 33469
The Octavia dashboard code was attempting to access flavor profile
information when creating a load balancer. Flavor profiles are
administrator only objects that cannot be accessed by users with
the default RBAC.
This patch removes the code attempting to access the flavor profile
as it is not necessary.
Change-Id: Ic11d8b84f61c1fd8c97a81f2e47745a339396336
Story: 2005759
Task: 33467
As Migration to bionic is completed or nodejs10 job running.
So we not required nodejs4 job anymore.
Change-Id: I89fb256438064f1e8697c2029f2c875e7687a7aa
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: I631c052a50ae84a8c45175140d8a1d5d2a95497b
Sem-Ver: feature