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: I1bfd3b064dd70e453ab66f9a2ef053fdc0fd7845
Sem-Ver: feature
The commands used by constraints need at least tox 2.0.
Update to reflect reality, which should help with local running of
constraints targets.
Change-Id: I84c22c847929650e4ea8a8670e704d8002d792ab
Using "python setup.py check -r -s" method of checking the package has
been deprecated with the new recommendation to build the sdist and
wheel, then running "twine check" against the output.
Luckily, there is already a job that covers this that only runs when the
README, setup.py, or setup.cfg files change, making running this in the
pep8 job redundant. This covered by the test-release-openstack-python3
that is defined in the publish-to-pypi-python3 template.
More details can be found in this mailing list post:
http://lists.openstack.org/pipermail/openstack-dev/2018-October/136136.html
Change-Id: I17ac028930428a5c3cc4a9954a189dae56715864
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
With moving away from required milestone releases, the version numbers
calculated by PBR on the master branch will not work for those testing
upgrades from the last stable release. More details can be found in the
mailing list post here:
http://lists.openstack.org/pipermail/openstack-dev/2018-October/135706.html
This is an empty commit that will cause PBR to increment its calculated
version to get around this.
PBR will see the following which will cause it to increment the version:
Sem-Ver: feature
Please merge this patch as soon as possible to support those testing
upgrades.
Change-Id: Ieb5652e4bf238c9787ac3669b92b20333add6b4e
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
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
Change-Id: I903b356477cd436e78b85e6b46ffdb87c3a3d820
Story: #2002586
Task: #24311
Horizon test setting no longer depends on nose and related stuffs.
This commit cleans up nose related dependencies.
Also drops unnecessary Django dependencies. There is no need to
install Django explicitly as it is a horizon dependency.
Change-Id: I33091ef3c85ccff835f5995c668a9894454d182b
fix a bug that when a workflow has no input params, execution form
will has a requried field with empty label
Close-bug:#1786723
Change-Id: I49b2125ef649e94e210ff5df739684626c175172
The porting of mistral-dashboard is complete.
This fullfills the community goal "Remove Use of mox/mox3 for Testing"
set for Rocky: https://governance.openstack.org/tc/goals/rocky/mox_removal.html
Remove use_mox and remove dead code.
Change-Id: I59839fecd85caaf8b81129b7f890c4ed50d39db8
Signed-off-by: Chuck Short <chucks@redhat.com>
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: I716ec44a6dd6d14f1ac221e058f365b8d44fb423
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
PyPI is now stricter about this, we need this change for any future
releases.
The easiest way to test this is by running the following command in a
virtualenv with docutils.
python setup.py check --restructuredtext --strict
Change-Id: Icef4e712714ba861c5f5953ef7cec55844bcf43b
Related: https://review.openstack.org/#/c/568881/
Replace django.core.urlresolves with django.urls
(In Django 2.0) The django.core.urlresolvers module is removed
in favor of its new location, django.urls.
It was deprecated in Django 1.10:
https://docs.djangoproject.com/en/2.0/releases/1.10/#id3
Add py35dj20 job to test Django 2.0 integration.
Change-Id: I6d2e38201387012ba9a02c4b0bd8377895a5919a
currently when installing mistral in devstack the mistral-dashboard
is not installed in py3 environment since it doesn't have
a py3 classifier
Change-Id: I97ac517f2f7f3cea2f6d85011c9b142bcfc45fdc
There is no more DSL docs since the commit[1]
and all of them should be updated.
[1]I6e2a10932c648836a1e0632b4cd0fce3ab78f946
Change-Id: I5c67d934f2a7a884ab659af43b7ff6713b908d9c
Add py35 to tox.ini so we can check
for pyhton3 compatibility.
Change-Id: I9a652d01fcc1a13e07f94a9a7e48b23d1877e1c8
Signed-off-by: Charles Short <zulcss@gmail.com>
This is part of mox-removal community goal in Rocky.
Story: 2001546
Task: 8719
Change-Id: If8c5500e2c2f9688d3fba6be420b076a05c446a0
Signed-off-by: Charles Short <zulcss@gmail.com>
django_openstack_auth has been merged into horizon tree
as an effort of blueprint merge-openstack-auth.
There is no need to depend on django_openstack_auth any more.
Change-Id: I4729ec7d3fb3a2ca1d8c526fccf3c2290edbd922