From 4850f65b953d9a8637812438cd0cf2bb37301496 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Fri, 25 Feb 2022 11:50:41 +0000 Subject: [PATCH] Temporarily get opendev resources from github --- charms/neutron-k8s/requirements.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/charms/neutron-k8s/requirements.txt b/charms/neutron-k8s/requirements.txt index b6a32a5f..66629aac 100644 --- a/charms/neutron-k8s/requirements.txt +++ b/charms/neutron-k8s/requirements.txt @@ -1,9 +1,15 @@ ops jinja2 -git+https://opendev.org/openstack/charm-ops-openstack#egg=ops_openstack +# Get resources from github until cacerts issue is charmbuild image is fixed. +# git+https://opendev.org/openstack/charm-ops-openstack#egg=ops_openstack +# git+https://opendev.org/openstack/charm-ops-interface-tls-certificates#egg=interface_tls_certificates +git+https://github.com/openstack/charm-ops-openstack#egg=ops_openstack +git+https://github.com/openstack/charm-ops-interface-tls-certificates#egg=interface_tls_certificates + git+https://github.com/openstack-charmers/advanced-sunbeam-openstack@v0.1#egg=advanced_sunbeam_openstack lightkube +lightkube-models cryptography < 3.4 -git+https://opendev.org/openstack/charm-ops-interface-tls-certificates#egg=interface_tls_certificates +git+https://github.com/openstack/charm-ops-interface-ceph-client#egg=interface_ceph_client # Charmhelpers is only present as interface_ceph_client uses it. git+https://github.com/juju/charm-helpers.git#egg=charmhelpers