Age | Commit message (Collapse) | Author |
|
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: I59091ad46d42925392ce07329c9c6a301500a5eb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Notes (review):
Verified-1: Canonical CI <uosci-testing-bot@ubuntu.com>
Code-Review+2: Ryan Beisner <ryan.beisner@canonical.com>
Code-Review+2: Frode Nordahl <frode.nordahl@canonical.com>
Workflow+1: Frode Nordahl <frode.nordahl@canonical.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Fri, 02 Nov 2018 16:05:55 +0000
Reviewed-on: https://review.openstack.org/606508
Project: openstack/charm-panko
Branch: refs/heads/master
|
|
Add missing .zuul.yaml file, add .gitreview file.
Change-Id: I1ef81e64724409290cf194455231885805768fb0
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Notes (review):
Verified-1: Canonical CI <uosci-testing-bot@ubuntu.com>
Code-Review+2: Ryan Beisner <ryan.beisner@canonical.com>
Code-Review+2: Frode Nordahl <frode.nordahl@canonical.com>
Workflow+1: Frode Nordahl <frode.nordahl@canonical.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Fri, 02 Nov 2018 16:05:54 +0000
Reviewed-on: https://review.openstack.org/606507
Project: openstack/charm-panko
Branch: refs/heads/master
|
|
Use WSGI worker process configuration in Apache templates inline
with other OpenStack Charms.
Additionally:
* fixes typos in functional tests;
* removes zesty-ocata (zesty is EoL);
* fixes tox.ini to run xenial-ocata as Panko is only available in Ocata;
* fixes src/test-requirements.txt to use a github url instead of lp;
* adds a repo link now that Panko is in OpenStack repos.
Change-Id: If24ad0ee3e7cc7282186e8a80c8c2174ab4daa02
Closes-Bug: 1748432
Notes (review):
Verified+1: Canonical CI <uosci-testing-bot@ubuntu.com>
Code-Review+2: James Page <james.page@canonical.com>
Workflow+1: James Page <james.page@canonical.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Sun, 11 Feb 2018 08:13:41 +0000
Reviewed-on: https://review.openstack.org/542832
Project: openstack/charm-panko
Branch: refs/heads/master
|
|
|
|
ditto
|
|
Otherwise it is not apparent that there is a hard-coded parameter. The
previous incarnation had a bug because a conditional template argument
was not rendered and charset was appended to the database name as a
result:
panko&charset=utf8
|
|
|
|
If a default selector is not used, get_charm_instance provides
release=None to the __init__ of a charm class which results in an
exception down the road in core.py in charms.openstack.
|
|
|
|
|
|
|