Updates for testing period for 20.01 release

* charm-helpers sync for classic charms
* rebuild for reactive charms
* ensure tox.ini is from release-tools
* ensure requirements.txt files are from release-tools
* On reactive charms:
  - ensure master branch for charms.openstack
  - ensure master branch for charm-helpers

Change-Id: I335b204f7ca8888a0fc5e2465580c2ebbe24d2b0
This commit is contained in:
Alex Kavanagh 2021-01-12 15:24:12 +00:00
parent 26ba0535ef
commit 34e3ca9ecf
3 changed files with 7 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
4fcc7c40-0e2c-11eb-81a6-1bb3ce1728e5
6f669f36-5418-11eb-85af-33a0cc129f58

View File

@ -1,2 +1,6 @@
# Pin hvac for a consistent response type
hvac==0.10.1
git+https://opendev.org/openstack/charms.openstack.git#egg=charms.openstack
git+https://github.com/juju/charm-helpers.git#egg=charmhelpers

View File

@ -22,6 +22,8 @@ importlib-resources<3.0.0; python_version < '3.6'
# dropped support for python 3.5:
osprofiler<2.7.0;python_version<'3.6'
stevedore<1.31.0;python_version<'3.6'
debtcollector<1.22.0;python_version<'3.6'
oslo.utils<=3.41.0;python_version<'3.6'
requests>=2.18.4
charms.reactive