charms.openstack/unit_tests
Liam Young a9cd586003 Add bus for auto-loading charm modules.
charms_openstack.bus.discover() can now be used to load the openstack
charm modules placed under lib/charm/openstack/. This is particularly
useful when using the generic provide_charm_instance() code e.g.

```
charms_openstack.bus.discover()

with charms_openstack.charm.provide_charm_instance() as ci:
    ci.some_charm_instance_method()
```

Change-Id: Ic1dfb58a37b3f283bbc5b31b5ea192527fc8e57d
2018-09-20 09:29:26 +00:00
..
charms_openstack py3: add support for switching workloads from py2->py3 2018-09-10 14:18:29 +01:00
__init__.py Add support for certs from the tls-certs relation 2018-05-15 11:07:17 +00:00
odl_responses.py Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
pci_responses.py Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
test_charms_openstack_adapters.py Set "VirtualHost" to reflect bindings 2018-05-10 17:09:41 +02:00
test_charms_openstack_bus.py Add bus for auto-loading charm modules. 2018-09-20 09:29:26 +00:00
test_charms_openstack_devices_pci.py Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
test_charms_openstack_ip.py Always register the VIP with keystone catalog 2018-02-27 11:22:56 -08:00
test_charms_openstack_sdn_odl.py Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
test_charms_openstack_sdn_ovs.py Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
test_charms_openstack_test_utils.py Fix for bug/1645473 -- test registered hooks 2016-11-30 13:05:28 +00:00
utils.py Fix up to work with 0.6.0 of charms.reactive 2018-01-17 16:27:52 +00:00