From 3dff6fd2d217a74738b4fe2d657ff68eb91f1e38 Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 1 Mar 2019 15:11:35 +0000 Subject: [PATCH] Update git submodules * Update charms.openstack from branch 'master' - Merge "Add Ceph base class and relation adapter" - Add Ceph base class and relation adapter Our Ceph packages are distributed along with our OpenStack packages both for distro and UCA. Reactive Ceph charms can thus reuse a large portion of the ``charms.openstack`` library, both for basic package and service management and for default reactive handlers. The new classes are placed in a ``plugins`` directory. First consumer of the ``CephCharm`` class is the ``ceph-rbd-mirror`` charm accompanied by the ``charm-layer-ceph`` layer. Existing reactive charms that consume or provide Ceph services should also be ported to use the base functionality now added to the ``OpenStackCharm`` and ``CephCharm`` base classes (e.g. ``ceph-fs``, ``gnocchi``). Adds support to OpenStackRelationAdapter for passing on properties from Endpoint based interfaces. Change-Id: I86bdd35b301fa39504c5d5af9a2b7d01bfd38768 --- charms.openstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charms.openstack b/charms.openstack index 93f4831605..bfb561d18c 160000 --- a/charms.openstack +++ b/charms.openstack @@ -1 +1 @@ -Subproject commit 93f4831605b5bff08af2af400aac76eb0bb8238f +Subproject commit bfb561d18c44a9dacca8339fd8c308dae846d606