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
This patch fixes wrong font type and size for the button appearing
on workflow execution. Style used right now is consistent with the
one used by buttons in workflow creation.
Change-Id: I807ab8ada2fc98ac5e1ff8ae7e11b8c8d95497c1
Closes-bug: #1716943
Currently one generic field "Input" is shown when executing a workflow.
This patch checks list of parameters for a workflow and generates
a Django form according to the results, also prefilling any default
value.
In case default value for a parameter is none, field is not marked
as required.
Closes-bug: #1712322
Change-Id: I702d2b196f87e46bc39da00cad509d2f08f5d24c
There are a few outdated links in the dashboard repo. Update them
according to the doc-migration.
Change-Id: I6361d14127012415329bf844b7b420980253527a
Depends-on: I20cd94d0423c1b97f8ec83973aabbb7ecee75b49
As per https://review.openstack.org/#/c/473230/ we need to change
the author in setup.cfg from Mistral Team to Openstack.
Change-Id: Ic57257197771dc37a73f24235567b0351e8c4e1c