Hi, I’m trying to wrap my head around the new ops framework to develop charms. I also noted that you can request libraries to handle charm relations, for example:
charmcraft fetch-lib charms.openstack_libs.v0.keystone_requires
Library charms.openstack_libs.v0.keystone_requires was already up to date in version 0.3.
Is there a place where I can check what else is available? I’ve tried things like:
charmcraft fetch-lib charms.openstack_libs.v0.rabbitmq_requires
Library charms.openstack_libs.v0.rabbitmq_requires not found in Charmhub.
with no luck. Sorry but I’m new at this.