charm-nova-cloud-controller:stable/19.07

Last commit made on 2019-08-12
Get this branch:
git clone -b stable/19.07 https://git.launchpad.net/charm-nova-cloud-controller

Branch merges

Branch information

Name:
stable/19.07
Repository:
lp:charm-nova-cloud-controller

Recent commits

b5a1bf7... by David Ames

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I884949e311655355914e88424d1fc73f17e228a7

c0d89f9... by Zuul <email address hidden>

Merge "Add SSH knownhosts caching info to README"

1bcc17f... by Alex Kavanagh

Add SSH knownhosts caching info to README

Change-Id: I062acd8c403a6805a1b33fad5b45accb1270aa0e

2b3972f... by Corey Bryant

Sync charm-helpers and use "rabbit_use_ssl" for ocata

Ensure "rabbit_use_ssl" is specified in the [oslo_messaging_rabbit]
config section instead of "ssl" for Ocata, since "ssl" was not yet
introduced.

Change-Id: I27f89f3780a60c6fbb26d8aad637853403bddeb1
Closes-Bug: #1838696

4e790cc... by Zuul <email address hidden>

Merge "Correct actions.yaml for clear-unit-knownhost-cache action"

b201a48... by Alex Kavanagh

Correct actions.yaml for clear-unit-knownhost-cache action

Closes-Bug: #1837928
Change-Id: If05ebfc348e3f6d3ba10611055e331246e042eb4

3c806a2... by James Page

stein: install python3-mysqldb for sqlalchemy dialect change

At Stein, the default mysql dialect in SQLAlchemy switched back
to MySQLDB in Ubuntu; as a result the db connection URL's stored
in the nova_api database for Nova cells are stale and need to
prefixed mysql+pymysql:// to work with the pymysql dialect.

However at this point in time there is no way to update the DB
URL for Nova Cell 0.

This fix works around this problem by installing python3-mysqldb
which provides the default dialect needed when using mysql://
prefixed DB connection URI's.

Change-Id: I3f74f18f649786fefa113fc3d8fa7c24010a185d
Related-Bug: 1835037

ee35c13... by Zuul <email address hidden>

Merge "Provide compute nodes with domain information"

31d1cfa... by Zuul <email address hidden>

Merge "Add caching for knownhost private-address lookups"

e3c51a2... by Zuul <email address hidden>

Merge "Refactor compute hostname resolving functionality"