Liam Young d90da772d2 Expose resource_reaches_status' retry options (#206)
* Expose resource_reaches_status' retry options

resource_reaches_status is used in many places to monitor many
different kinds of OpenStack resource. It is reasonable to expect a
flavor to be created in a few seconds where as an image based instance
may take minutes to become active. With that in mind this change
exposes the retry options used by tenacity allowing the caller to
set reasonable expectations for the resource state change.

In addition the image based instance creation call is updated
to retry for longer as this has been timing out.

* Remove swap files
2019-03-27 13:02:47 +01:00
2019-03-14 12:11:07 -07:00
2019-02-08 16:28:24 -08:00

ZAZA

A Python3-only functional test framework for OpenStack Charms.

Source code: https://github.com/openstack-charmers/zaza

Bug reports: https://github.com/openstack-charmers/zaza/issues

Documentation: https://zaza.readthedocs.io/en/latest/

Execute Python Unit Tests

tox -e py3

Execute Python PEP-8 Tests

tox -e pep8

Build the Docs

tox -e docs

Description
No description provided
Readme Apache-2.0 3.8 MiB
Languages
Python 99.6%
Jinja 0.4%