Juju Charm - Nova Cell Controller
Go to file
Corey Bryant d53783a47a Pin tox to < 4.0.0
Tox 4.0.0 was recently released and it has several breaking changes.
We pin to < 4.0.0 here. We are planning to move forward only on the
master charm branches.

Tox is also pinned to < 4.0.0 for stable branches in upstream
openstack-zuul-jobs as well as in zosci-config. However, the
requires= section in the charm's tox.ini file ends up installing
tox>4, wiping out the zuul-pinned tox<4 that was already installed
installed. This patch fixes that.

Related-Bug: #2002788
Change-Id: Ie63afcfaa0118039ca5cb2f6b8969d693e33a817
2023-01-13 15:12:09 -05:00
src Pin build.lock for all layers to the commit hash 2022-09-21 18:46:39 +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/wallaby 2022-07-21 15:28:07 +00:00
.gitreview Migrate charm charmhub for stable/wallaby 2022-07-21 15:28:07 +00: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/wallaby 2022-07-21 15:28:07 +00:00
README.md Add README and icon 2020-05-18 16:21:11 +00:00
build-requirements.txt Migrate charm charmhub for stable/wallaby 2022-07-21 15:28:07 +00:00
charmcraft.yaml Migrate charm charmhub for stable/wallaby 2022-07-21 15:28:07 +00:00
metadata.yaml Migrate charm charmhub for stable/wallaby 2022-07-21 15:28:07 +00:00
osci.yaml Migrate charm charmhub for stable/wallaby 2022-07-21 15:28:07 +00:00
pip.sh Add xena bundles 2021-09-27 15:48:20 +01:00
rebuild Add xena bundles 2021-09-27 15:48:20 +01:00
rename.sh Migrate charm charmhub for stable/wallaby 2022-07-21 15:28:07 +00:00
requirements.txt Migrate charm charmhub for stable/wallaby 2022-07-21 15:28:07 +00:00
test-requirements.txt Migrate charm charmhub for stable/wallaby 2022-07-21 15:28:07 +00:00
tox.ini Pin tox to < 4.0.0 2023-01-13 15:12:09 -05: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.