Juju Charm - Nova Cell Controller
Go to file
Alex Kavanagh b37467db3a [victoria] 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].

Also added bindep.txt for libpq-dev as the wheel for pysycopg-binary on
py36 no longer exists.

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

Change-Id: I5836db2321ae20b2ff43002a7937ab364982aa95
2023-09-12 18:33:12 +01:00
src [victoria] Ensure get_requests_for_local_unit doesn't fail on incomplete relation 2023-09-12 18:33:12 +01:00
unit_tests Add train template and train functional tests 2019-11-06 17:59:28 +00:00
.gitignore Migrate charm charmhub for stable/victoria 2022-06-17 15:37:29 +01:00
.gitreview Migrate charm charmhub for stable/victoria 2022-06-17 15:37:29 +01:00
.stestr.conf Replace ostestr with stestr in testing framework. 2019-03-07 17:12:27 -05:00
.zuul.yaml Migrate charm charmhub for stable/victoria 2022-06-17 15:37:29 +01:00
README.md Add README and icon 2020-05-18 16:21:11 +00:00
bindep.txt [victoria] Ensure get_requests_for_local_unit doesn't fail on incomplete relation 2023-09-12 18:33:12 +01:00
build-requirements.txt Migrate charm charmhub for stable/victoria 2022-06-17 15:37:29 +01:00
charmcraft.yaml Migrate charm charmhub for stable/victoria 2022-06-17 15:37:29 +01:00
metadata.yaml Migrate charm charmhub for stable/victoria 2022-06-17 15:37:29 +01:00
osci.yaml Migrate charm charmhub for stable/victoria 2022-06-17 15:37:29 +01:00
pip.sh Add xena bundles 2021-09-27 15:48:20 +01:00
rebuild [victoria] Ensure get_requests_for_local_unit doesn't fail on incomplete relation 2023-09-12 18:33:12 +01:00
rename.sh Migrate charm charmhub for stable/victoria 2022-06-17 15:37:29 +01:00
requirements.txt Migrate charm charmhub for stable/victoria 2022-06-17 15:37:29 +01:00
test-requirements.txt Migrate charm charmhub for stable/victoria 2022-06-17 15:37:29 +01:00
tox.ini [victoria] Ensure get_requests_for_local_unit doesn't fail on incomplete relation 2023-09-12 18:33:12 +01:00

README.md

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.