charm-glance/tests
Corey Bryant 5ae43bb056 Update rabbit driver config options
The stein version of python-oslo.messaging (9.0.0+) has removed
the following config options from the [oslo_messaging_rabbit]
section:

rabbit_host, rabbit_port, rabbit_hosts, rabbit_userid,
rabbit_password, rabbit_virtual_host rabbit_max_retries, and
rabbit_durable_queues.

The above change requires a sync from charm-helpers.

Additionally the transport_url directive has been moved to the
[DEFAULT] section.

These have been deprecated since Ocata, therefore this change
will be provided to pre-Stein templates in order to drop
deprecation warnings.

See release notes at:
https://docs.openstack.org/releasenotes/oslo.messaging/index.html

test_300_glance_api_default_config is also removed in this change
as amulet tests no longer need to confirm config file settings.

Change-Id: I02c02f71669433ea719dffae42073771a40f743a
Closes-Bug: #1817672
2019-02-26 13:35:10 +00:00
..
charmhelpers V3 authtoken update and glance v1 icehouse 2018-10-04 07:48:29 -04:00
README.md Use bundletester for amulet test execution 2016-07-19 03:39:17 +00:00
basic_deployment.py Update rabbit driver config options 2019-02-26 13:35:10 +00:00
dev-basic-cosmic-rocky Update functional test definitions 2018-07-18 18:35:47 -04:00
gate-basic-bionic-queens Enable Bionic as a gate test 2018-05-11 14:29:27 -07:00
gate-basic-bionic-rocky Sync charm helpers and enable rocky func test 2018-08-24 20:34:41 -07:00
gate-basic-trusty-mitaka Use bundletester for amulet test execution 2016-07-19 03:39:17 +00:00
gate-basic-xenial-mitaka Use bundletester for amulet test execution 2016-07-19 03:39:17 +00:00
gate-basic-xenial-ocata Enable Ocata amulet test 2017-03-02 16:52:49 -08:00
gate-basic-xenial-pike Enable xenial-pike amulet test 2017-11-15 07:41:20 -08:00
gate-basic-xenial-queens Enable xenial/queens amulet tests 2018-02-28 12:16:47 +00:00
tests.yaml Modify tests.yaml which specifies bundletester config params 2017-08-09 14:25:20 -06:00

README.md

Overview

This directory provides Amulet tests to verify basic deployment functionality from the perspective of this charm, its requirements and its features, as exercised in a subset of the full OpenStack deployment test bundle topology.

For full details on functional testing of OpenStack charms please refer to the functional testing section of the OpenStack Charm Guide.