Juju Charm - Nova Cell Controller
Go to file
Alex Kavanagh 87e2e05dd4 Ensure get_requests_for_local_unit doesn't fail on incomplete relation
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/824
Closes-Bug: #2028683

Change-Id: Icb53c57de58571635ff575d9c23e7f9858be236e
2023-08-04 18:48:36 +01:00
src Enable jammy-antelope voting and drop kinetic-zed tests 2023-04-14 14:59:17 +00:00
unit_tests Use unittest.mock instead of mock 2021-12-15 14:18:49 +00:00
.gitignore Updates to enable jammy and finalise charmcraft builds 2022-04-07 18:16:39 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:43:03 +00:00
.stestr.conf Replace ostestr with stestr in testing framework. 2019-03-07 17:12:27 -05:00
.zuul.yaml Add Antelope support 2023-03-07 23:57:37 +00:00
bindep.txt Add Kinetic and Zed support 2022-08-26 18:40:41 +00:00
charmcraft.yaml Enable jammy-antelope voting and drop kinetic-zed tests 2023-04-14 14:59:17 +00:00
metadata.yaml Migrate charm to charmhub latest/edge track 2022-01-27 21:53:48 +00:00
osci.yaml Add Antelope support 2023-03-07 23:57:37 +00:00
README.md Add README and icon 2020-05-18 16:21:11 +00:00
rebuild Ensure get_requests_for_local_unit doesn't fail on incomplete relation 2023-08-04 18:48:36 +01:00
rename.sh Update to build using charmcraft 2022-02-23 14:19:44 +00:00
requirements.txt Add Kinetic and Zed support 2022-08-26 18:40:41 +00:00
test-requirements.txt Add Kinetic and Zed support 2022-08-26 18:40:41 +00:00
tox.ini Add Antelope support 2023-03-07 23:57:37 +00:00

Overview

OpenStack is a reliable cloud infrastructure. Its mission is to produce the ubiquitous cloud computing platform that will meet the needs of public and private cloud providers regardless of size, by being simple to implement and massively scalable.

OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In addition to its "native" API (the OpenStack API), it also supports the Amazon EC2 API.

This charm provides the cloud controller service for the OpenStack Nova cell and includes the nova-conductor service.

OpenStack Rocky or later is required for the Nova cells feature.

Please refer to the Additional Nova Cells appendix in the OpenStack Charms Deployment Guide for details.

Bugs

Please report bugs on Launchpad.

For general questions please refer to the OpenStack Charm Guide.