Commit Graph

4 Commits

Author SHA1 Message Date
Ryan Beisner 199c67b69f
Retire project
Leave README around for those that follow.

http://lists.openstack.org/pipermail/openstack-discuss/2019-February/003186.html
http://lists.openstack.org/pipermail/openstack-discuss/2018-November/000057.html

Change-Id: I3474873ffdf7162fff2bbda9c1b37eed33084392
2019-02-27 10:28:53 +01:00
Doug Hellmann 93a638cd69 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Iacdd54cad54a76047531839feae41c91523025f8
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-04 12:43:54 +00:00
Andreas Jaeger 93a84c054e Update tox to remove deprecated pip option
The job --allow-unverified is obsolete, also python-apt cannot be
installed and is unneeded for current jobs.

Remove so that python installation works.

Change-Id: I36cd8dd6a1943f42784bfa92dcb95c214527b114
2018-10-04 12:17:27 +02:00
Liam Young 47d11526ea Add Standard available state
The assess status functions in charms_openstack look for an
interface to have emitted a state named {relation_name}.available
to show it is complete. This patch adds that state.

Change-Id: I7dff0f5821c9feed306c98e3fa730a3642f78a11
2016-09-27 08:26:49 +00:00