4e52f9f81d
- start from stable/wallaby branch - Do charmcraft, osci, zuul changes - Modify libs to point to stable/wallaby for: - charmhelpers - charms.openstack (as needed) - zaza & zaza.openstack.tests - Remove unsupported test bundles - migration bundles to charmhub.io (ch: prefix + channels) - Build on 20.04 amd64 - Run on 20.04 amd64, s390x, ppc64el, arm64 Change-Id: Ib8d0ffa7df07a75c9258794c18e80c785912cae7
14 lines
626 B
Plaintext
14 lines
626 B
Plaintext
# This file is managed centrally by release-tools and should not be modified
|
|
# within individual charm repos. See the 'global' dir contents for available
|
|
# choices of *requirements.txt files for OpenStack Charms:
|
|
# https://github.com/openstack-charmers/release-tools
|
|
#
|
|
|
|
# Functional Test Requirements (let Zaza's dependencies solve all dependencies here!)
|
|
git+https://github.com/openstack-charmers/zaza.git@stable/wallaby#egg=zaza
|
|
git+https://github.com/openstack-charmers/zaza-openstack-tests.git@stable/wallaby#egg=zaza.openstack
|
|
|
|
# Need tox to be available from tox... inception yes, but its a workaround for now
|
|
tox
|
|
|