Updates for testing period for 20.01 release

Includes updates to charmhelpers/charms.openstack for cert_utils
and unit-get for the install hook error on Juju 2.9

* 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

* Fix bundles as trilio-data-mover requires shared-db relation from
  version 4.1

Change-Id: Ia0c5e5f390744d4ad0febd1e5ee49d1b4dcc8a1f
This commit is contained in:
Alex Kavanagh 2021-01-12 15:24:14 +00:00 committed by Aurelien Lourot
parent 03e10f5c19
commit cfccf45c5e
6 changed files with 13 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
50532646-0e2c-11eb-bce6-7f6e04572897
8341730c-5745-11eb-8d45-f3b895f5c7e9

View File

@ -100,6 +100,8 @@ relations:
- keystone:identity-service
- - trilio-data-mover:ceph
- ceph-mon:client
- - trilio-data-mover:shared-db
- mysql:shared-db
applications:
glance:
charm: cs:~openstack-charmers-next/glance

View File

@ -100,6 +100,8 @@ relations:
- keystone:identity-service
- - trilio-data-mover:ceph
- ceph-mon:client
- - trilio-data-mover:shared-db
- mysql:shared-db
applications:
glance:
charm: cs:~openstack-charmers-next/glance

View File

@ -108,6 +108,8 @@ relations:
- keystone:identity-service
- - trilio-data-mover:ceph
- ceph-mon:client
- - trilio-data-mover:shared-db
- mysql:shared-db
applications:
glance:
charm: cs:~openstack-charmers-next/glance

4
src/wheelhouse.txt Normal file
View File

@ -0,0 +1,4 @@
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