diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..9a4639a --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.opendev.org +port=29418 +project=openstack/charm-magnum-dashboard.git diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..fd20909 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,4 @@ +- project: + templates: + - openstack-python3-charm-jobs + - openstack-cover-jobs diff --git a/requirements.txt b/requirements.txt index a4d3eff..46b4e99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ setuptools<50.0.0 # https://github.com/pypa/setuptools/commit/04e3df22df840c6bb244e9b27bc56750c44b7c85 # Build requirements -charm-tools>=2.4.4 +charm-tools==2.8.3 # Workaround until https://github.com/juju/charm-tools/pull/589 gets # published diff --git a/tox.ini b/tox.ini index c91922e..ce79fa1 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ deps = [testenv:build] basepython = python3 commands = - charm-build --log-level DEBUG -o {toxinidir}/build src {posargs} + charm-build --log-level DEBUG -o {toxinidir}/build/builds src {posargs} [testenv:py3] basepython = python3